[c-nsp] IP-SLA on 7600 - 12.2(33)SRE3

2016-04-26 Thread Bill Buhlman
Any one using IP-SLA on a 7600 running 12.2(33)SRE3? I have a customer wanting 
to use it for a backup circuit. Have not configured it before...
 
Thanks,
Bill


Bill Buhlman
Network Engineer
Contra Costa County Office of Education
77 Santa Barbara Road
Pleasant Hill, CA 94523
925-942-5362 - Office
925-296-1469 - Fax
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


[c-nsp] 7600 upgrade recommendations?

2015-05-15 Thread Bill Buhlman
Hi,
I've been a lurker for a long time and just listening and learning but now I'd 
like some help please.
 
I'd like some recommendations, we are running a 7609 with dual Sup720-3BXL's 
and 22 Metro Ethernet connections ranging from 10Mbs up to 10G. We are a 
service provider for school districts in our county. Our transit traffic is 
usually 3Gbs ~6Gbs but peaked at 9Gbs yesterday out to our provider.
 
I have one WS-6708 with two agg circuits (ATT and Comcast) that need to be line 
rate and also a SIP-400 with a 1x10GE to the provider router which is on site 
here. I also have one ES-20 (not ES20+) LC with 10 ports active. I still have a 
channelized DS3 with only 7 DS1's so I can use an 8-port serial if I need to. 
 
I am running BGP with just a default route to our provider but will need to run 
at least one full table (v4 and v6) in the future. I am running EIGRP to the 
schools that we provide Internet access for. 
 
ISSUES - We have districts now that are buying point to point 10G circuits and 
I estimate I will need three 10G ports at line rate (agg circuits) and three 
that can be oversubscribed in the next year with at least two ports reserve or 
the ability to add another line card. (So an additional three 10G ports). I 
need at least ten 1G SFP based ports (I am ready to give up the ES20 and buy 
the + version). I also need shaping, policing and HQoS that doesn't tax the 
supervisor CPU's. I think the ES20+ LC will do this?
 
Cisco of course wants to sell me an ASR9K but I am not apposed to staying with 
the 7600 if it can hang with a few new or used parts 
 
Thanks in advance!
 
-Bill
 
 
Bill Buhlman
Network Engineer
Contra Costa County Office of Education
77 Santa Barbara Road
Pleasant Hill, CA 94523
925-942-5362 - Office
925-296-1469 - Fax
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


[c-nsp] BGP Hybrid CLI - NLRI format to AFI

2010-06-23 Thread Bill Buhlman
I have to convert to AFI for IPv6, will my IPv4 BGP session drop when I do the 
conversion  bgp upgrade-cli ?
 
Bill


  
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


[c-nsp] IPv6 subnetting tools

2010-05-13 Thread Bill Buhlman
Anyone know of an online ipv6 tool that will allow you to specify # of  bits 
when calculating? Trying to subnet a /32 into /48's.
 
Thanks,
Bill


  
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


[c-nsp] loose connectivity to gateway

2010-03-07 Thread Bill Buhlman
Working on a small LAN with a 2651 router as its gateway. Periodically 
workstations will loose connectivity to the gateway at fa0/0. All workstations 
are WinXP. Repairing the network connection reinstates the connectivity. Would 
the group please give suggestions on the cause? I don't see anything in the 
Cisco log. Maybe the LAN switch? Its not manage-able so I cant check it. 
Thanks,Bill


  
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


Re: [c-nsp] Bonded T1 Circuits

2009-10-20 Thread Bill Buhlman
MLPPP
working config below. Do the same thing on the remote router ie:create 
multilink interface with IP address and add DS1 interfaces to multilink group
 
interface Multilink1
 description Orinda bundle DS3 channels 11,18,12
 ip address xxx.xxx.x.177 255.255.255.252
 ip flow ingress
 ppp multilink
 multilink-group 1
 service-policy output MLPPP-4.6
 
interface Serial1/0/0/11:0
 description Orinda #1 Circuit ID -001PT
 no ip address
 encapsulation ppp
 ppp multilink
 multilink-group 1
!
interface Serial1/0/0/12:0
 description Link to Orinda #3 CID xxx-001PT
 no ip address
 encapsulation ppp
 ppp multilink
 multilink-group 1
interface Serial1/0/0/18:0

 description Orinda USD #2 Circuit ID xxx-001PT
 no ip address
 encapsulation ppp
 ppp multilink
 multilink-group 1

--- On Tue, 10/20/09, Dominic domi...@broadconnect.ca wrote:


From: Dominic domi...@broadconnect.ca
Subject: [c-nsp] Bonded T1 Circuits
To: cisco-nsp@puck.nether.net
Date: Tuesday, October 20, 2009, 8:05 AM


Hi Everyone:

Two questions:

1. I need to bond two T1 circuits. Does anyone have a working sample config? 
The POP end is a 7206VXR with NPE-G2 and the PA-MC-2T3-EC Card, and the 
customer end is a Cisco 1841.
2. Also need to bond as many as 4 T1s.  Would that be pushing it, and what 
would generally be the cleanest way to do it?


Dominic 

___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/



  
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


Re: [c-nsp] Cat 6509 Power supplies

2009-05-26 Thread Bill Buhlman
Example of lightly loaded 7609 running at 240v redundant with 3000watt supplies 
and sup720-3b. No POE.
 
edge#sh power
system power redundancy mode = redundant
system power total = 2771.16 Watts (65.98 Amps @ 42V)
system power used =  1636.74 Watts (38.97 Amps @ 42V)
system power available = 1134.42 Watts (27.01 Amps @ 42V)
    Power-Capacity PS-Fan Output Oper
PS   Type   Watts   A @42V Status Status State
 -- --- -- -- -- -
1    WS-CAC-3000W   2771.16 65.98  OK OK on
2    WS-CAC-3000W   2771.16 65.98  OK OK on
    Pwr-Allocated  Oper
Fan  Type   Watts   A @42V State
 -- --- -- -
1    FAN-MOD-09  241.50  5.75  OK
2    FAN-MOD-09  241.50  5.75  OK
    Pwr-Requested  Pwr-Allocated  Admin Oper
Slot Card-Type  Watts   A @42V Watts   A @42V State State
 -- --- -- --- -- - -
1    7600-SIP-200    240.24  5.72   240.24  5.72  on    on
2    7600-SIP-400    265.02  6.31   265.02  6.31  on    on
4    WS-X6408A-GBIC   84.00  2.00    84.00  2.00  on    on
5    WS-SUP720-3B    282.24  6.72   282.24  6.72  on    on
6    WS-SUP720-3B    282.24  6.72   282.24  6.72  on    on

--- On Tue, 5/26/09, Bill Blackford bblackf...@nwresd.k12.or.us wrote:


From: Bill Blackford bblackf...@nwresd.k12.or.us
Subject: [c-nsp] Cat 6509 Power supplies
To: cisco-nsp@puck.nether.net cisco-nsp@puck.nether.net
Date: Tuesday, May 26, 2009, 10:51 AM


I have a question about power supplies.

I am upgrading a 6509 chassis from SuP1/MFSC2 to a pair of SUP720-3BXL's, fan 
and new power supplies. I originally spec'd a pair of 4000W units. Now as we 
know, these can only support NEMA L6-30, vs. the variable power supplies such 
as the 3000W. I've run out of L6-30R's in my data center as our new rack PDU's 
are of this spec. I may need to use 110V NEMA 5-20 plugs.

Can the 3000W power supply (in redundant mode) support a fully populated 6509 
chassis (no POE) when using 110VAC?

Thanks



--
Bill Blackford                     
Senior Network Engineer            
Technology Systems Group           
Northwest Regional ESD             

my /home away from home


___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/



  
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


[c-nsp] SSH login hangs still third session

2009-04-27 Thread Bill Buhlman
Hi,
I'm running 12.2(33)SRA6 on a 7609-Sup720-3b. Its been up for about a year aand 
a half. When 
I first deployed it, I was able to login with ssh first try with Putty. About 4 
months later 
after I put in username and password, the session hangs until I get protocol 
error: 
expected type 50 got -1 (with putty. no error code with Teraterm) At that time 
if I opened 
another session and put in username and password while the other session was 
hung I was able 
to login fine. Now, on the first TWO sessions it hangs and the third session I 
am able to 
login. I've tried different versions of putty and teraterm but doesn't seem to 
be client 
related. I've regenerated the RSA key twice and I've got an open case with 
Cisco but no 
resolution so far.
Anyone seen this?
Thanks,
Bill


  
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


Re: [c-nsp] Cisco Standard closet

2009-04-23 Thread Bill Buhlman
We have always used TIA/EIA standards documents for data center, MDF,IDF. 
TIA-568, TIA-569, TIA-570, TIA-606, TIA-942. Available from 
http://global.ihs.com/
 
Bill

--- On Thu, 4/23/09, Renelson Panosky panocisc...@gmail.com wrote:


From: Renelson Panosky panocisc...@gmail.com
Subject: [c-nsp] Cisco Standard closet
To: cisco-nsp@puck.nether.net
Date: Thursday, April 23, 2009, 7:41 AM


Hello List

Can anybody tell me anything about a cisco Standard closet? They are redoing
the closet at my job and i am gathering some information, anything would
help for instance website, phone number etc...


Renelson
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/



  
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


[c-nsp] Network Survey Document?

2009-03-30 Thread Bill Buhlman
Does anyone have a document they follow when doing a network survey? I'd rather 
not create one from scratch. Please send replies to billbuhl...@yahoo.com
 
Thanks,
Bill


  
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


[c-nsp] Giants on Metro Ethernet gig interface with 12.2.33 SRB

2007-12-19 Thread bill buhlman
  Hi,
  We've been adding clients onto ATT's OPTEMAN Ethernet service running 
12.2.33 SRB and looking at the physical interface stats there are quite a few 
giants:
   
  5 minute output rate 10862 bits/sec, 12609 packets/sec
 11534799216 packets input, 2729015090593 bytes, 0 no buffer
 Received 307473 broadcasts (9151195 IP multicasts)
 0 runts, 16710180 giants, 0 throttles
 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
  
 
  Any of you seen this? I've researched and Cisco tells me 12.2.33 SRA5 should 
clean it up but I'm wondering if anyone can confirm?
   
  Thanks,
  Bill

-
  Never miss a thing. Make Yahoo your homepage. 


   
-
Never miss a thing.   Make Yahoo your homepage.
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


[c-nsp] Newbie BGP question

2007-07-25 Thread bill buhlman
Hi,
  I have a question about my local router ID in BGP. We connect to our ISP 
through eBGP and our local router ID has been a private address (192.168.x.x) 
for years configured on VLAN 1 of our 7609. I was thinking about changing it 
because most everyone I see has a public IP for the local ID. Everything is 
working fine but if I do decide to change it should I put this on a loopback or 
is VLAN 1 still fine and will I have to soft reset the session or how should I 
go about this?
   
  Thanks,
  Bill

   
-
Be a better Heartthrob. Get better relationship answers from someone who knows.
Yahoo! Answers - Check it out. 
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


[c-nsp] loss of advertised bgp route

2007-07-10 Thread bill buhlman
Hi All,
  We've installed a new 7609 recently (up 3 weeks) and run BGP to connect to 
our upstream provider. We are announcing two prefixes, a /16 and /24. Since the 
install I've noticed connectivity to the ISP has gone down for a few minutes 
about 10 times, never during business hours. A couple of days ago this happened 
during business hours and we found out that our /16 was being dampend by the 
ISP due to our router not consistently advertising the prefix. 
   
  In BGP config we have both routes in with network statements and a neighbor 
prefix-list out with both prefixes. Also in ip routes we have ip route x.x.0.0 
255.255.0.0 Null0 which should keep the prefix advertised at all times as 
well. I'am running IOS 12.2(33)SRA3 and Cisco cant find any issues at the 
moment...can anyone shed some light on this? 
   
  Thx, Bill

 
-
Food fight? Enjoy some healthy debate
in the Yahoo! Answers Food  Drink QA.
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/


[c-nsp] Server Room

2007-05-23 Thread bill buhlman
There is also a lot of information in the EIA/TIA standards documents about 
server and equipment rooms. You can get them on CD from Global Engineering 
Documents in Colorado, USA. phone 800-624-3974
   
  Bill

[EMAIL PROTECTED] wrote:
  --

Message: 1
Date: Wed, 23 May 2007 08:43:15 +0200
From: Mad Unix 
Subject: [c-nsp] Server Room
To: cisco-nsp@puck.nether.net
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=UTF-8; format=flowed

Out of your experience people...
I am in the process of planning and design a good server room,
there are standards for constructing server rooms...please your input in
this issue
How to design a good server Room?

-- 
madunix


--

 
-
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel 
bargains.
___
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/