Re: [c-nsp] Not Allowing Vlan 1 on trunk ports

2009-01-18 Thread Allan Eising
You could always use: switchport trunk allowed vlan 2-4094, or specify exactly the vlans you want passing over the trunk, eg. interface GigabitEthernet0/14 switchport trunk encapsulation dot1q switchport mode trunk switchport trunk allowed vlan 2,10,200-300 ! Allan On Sun, Jan 18, 2009

Re: [c-nsp] EoMPLS from ME3750 to 7201 GigE sub-int

2009-01-18 Thread Pelle
Hi. To get those 3 routes pushed into my IGP I had to enable IS-IS on each sub-int with 'ip router isis'. I've seen this flaky behavior before but usually just add IS-IS to the interface and forget it. A better idea (and much more deterministic) is using passive-interface X (under IS-IS)

Re: [c-nsp] Not Allowing Vlan 1 on trunk ports

2009-01-18 Thread Ian Henderson
Hitesh Vinzoda wrote on 2009-01-18: Is there a way to supress vlan 1 from passing from a trunk link coz i m not able to shutdown the L2 vlan 1. It depends on the platform and IOS version. If it works, you'll be able to just use a 'switchport trunk allowed vlan 2,5,6-8' or similar. If that

Re: [c-nsp] EoMPLS from ME3750 to 7201 GigE sub-int

2009-01-18 Thread Mark Tinka
On Sunday 18 January 2009 01:57:45 pm Justin Shore wrote: I may do a feature diff against SRC though to see if it's doable. If you do decide to try SRC, recommend SRC3 as a minimum. Earlier releases are very buggy, and we've seen random system reboots with BFD enabled, which was the worst

Re: [c-nsp] Not Allowing Vlan 1 on trunk ports

2009-01-18 Thread Eric Gauthier
Ronnie, switchport trunk allowed vlan 2-4094, or specify exactly the vlans you want passing over the trunk, eg. interface GigabitEthernet0/14 switchport trunk encapsulation dot1q switchport mode trunk switchport trunk allowed vlan 2,10,200-300 ! Though not exactly what you asked,

[c-nsp] LNS for 500-1000

2009-01-18 Thread Vects
Hello there, I need to install small LNS for 500-1000 concurrent customers in order to implement per user rate limit/ACL assigned by radius. I'm planing to use l2tp. Please advise what minimal model of cisco I can use for that purpose? Thanks, Alexc.

Re: [c-nsp] Not Allowing Vlan 1 on trunk ports

2009-01-18 Thread A . L . M . Buxey
Hi, interface GigabitEthernet0/14 switchport trunk encapsulation dot1q switchport mode trunk switchport trunk allowed vlan 2,10,200-300 switchport access vlan X switchport trunk native vlan X switchport nonegotiate you cant have a 'switchport access' and

[c-nsp] Port-Channel load-balance w/ Voice

2009-01-18 Thread Jeff Cartier
Just wondering what the recommended load-balance state should be for a port-channel carrying voice packets? ___ cisco-nsp mailing list cisco-nsp@puck.nether.net https://puck.nether.net/mailman/listinfo/cisco-nsp archive at

Re: [c-nsp] Not Allowing Vlan 1 on trunk ports

2009-01-18 Thread Thomas Dupas
You could do the opposite if you only want to remove vlan 1. switchport trunk allowed vlan except vlan 1, this will allow all vlans except 1 Best Regards, Thomas On 18/01/09 16:47, a.l.m.bu...@lboro.ac.uk a.l.m.bu...@lboro.ac.uk wrote: Hi, interface GigabitEthernet0/14 switchport

Re: [c-nsp] Not Allowing Vlan 1 on trunk ports

2009-01-18 Thread Wouter Prins
Hi Hitesh, The best way is to configure: 'vlan dot1q tag native' under global configuration. Regards, Wouter 2009/1/18 Hitesh Vinzoda vinzoda.hit...@gmail.com Dear All Is there a way to supress vlan 1 from passing from a trunk link coz i m not able to shutdown the L2 vlan 1. Regards

Re: [c-nsp] Not Allowing Vlan 1 on trunk ports

2009-01-18 Thread Wouter Prins
Sorry, i misread this! I thought you wanted to tag the native vlan.. time for some coffee! 2009/1/18 Wouter Prins w...@null0.nl Hi Hitesh, The best way is to configure: 'vlan dot1q tag native' under global configuration. Regards, Wouter 2009/1/18 Hitesh Vinzoda vinzoda.hit...@gmail.com

[c-nsp] changing VTP domain on 3750 not working

2009-01-18 Thread William
Hi chaps, I'm slightly confused whats going on here, I have a 3750 switch which isnt changing VTP domain. The switch is currently in Server operating mode, I want to change the VTP domain and get rid of the current VLAN database. I've tried the following: vlan database vtp domain newdomain exit

Re: [c-nsp] changing VTP domain on 3750 not working

2009-01-18 Thread William
Nothing like replying to your own email :) - I've fixed it by getting VLAN1 up/up then doing the changes, reload, sorted! Thanks for your time. W 2009/1/18 William wil...@gmail.com: Hi chaps, I'm slightly confused whats going on here, I have a 3750 switch which isnt changing VTP domain.

Re: [c-nsp] Not Allowing Vlan 1 on trunk ports

2009-01-18 Thread Jeff Kell
Hitesh Vinzoda wrote: Dear All Is there a way to supress vlan 1 from passing from a trunk link coz i m not able to shutdown the L2 vlan 1. 'switchport trunk allowed vlan xx,xx,xx-xx,xx' or where supported, 'switchport trunk allowed vlan remove 1' Jeff

Re: [c-nsp] LNS for 500-1000

2009-01-18 Thread ann kok
Assume 5M per user then you might need any cisco to support GigE or 10G --- On Sun, 1/18/09, Vects al...@actcom.co.il wrote: From: Vects al...@actcom.co.il Subject: [c-nsp] LNS for 500-1000 To: 'Cisco-nsp' cisco-nsp@puck.nether.net Received: Sunday, January 18, 2009, 10:12 AM Hello

Re: [c-nsp] changing VTP domain on 3750 not working

2009-01-18 Thread Peter Rathlev
On Sun, 2009-01-18 at 18:06 +, William wrote: Nothing like replying to your own email :) - I've fixed it by getting VLAN1 up/up then doing the changes, reload, sorted! Strange, but if it works... vlan database vtp domain newdomain exit configure terminal vtp domain newdomain