|
|
|
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by colin c. on January 5, 2007, 2:08 pm
Please log in for more thread options
i'm just currently trying to change my native vlan, following works, but is it possible to change it globaly? interface FastEthernet0/1 switchport trunk encapsulation dot1q switchport trunk native vlan 2 switchport trunk allowed vlan 2,20 switchport mode trunk is it true that cdp advertises always with the lowest active vlan? had a funny experince with it. cheers colin | |||||||||||||
|
Posted by on January 5, 2007, 2:16 pm
Please log in for more thread options colin c. wrote: Maybe you would like interface range fa 0/1 - 24 Note "[space][dash][space]" You can use commas too:- int ra fa 0/2,5,7 I forget the "space" protocol in that case. "[space][comma][space]" no spaces?? | |||||||||||||
|
Posted by headsetadapter.com on January 6, 2007, 12:46 pm
Please log in for more thread options CDP protocol does not care about VLANs. CDP is placed "between" Layer1 and
Layer2 of OSI model. So, switches and routers will see each other (sure, if CDP is enabled on port/interface) no matter what VLANs are configured on the port. In addition, speaking about "native VLAN". The "native VLAN" is a VLAN, which will be used to mark a packet, which has no VLAN tag. It means, if switch sees a frame without a VLAN tag, it will mark it with the "native VLAN", and then send to the port. It has nothing to do with CDP. Good luck, Mike ------ Cisco IP Phone Headset Adapters www.ciscoheadsetadapter.com > dear ng,
> > i'm just currently trying to change my native vlan, following works, but > is it possible to change it globaly? > > interface FastEthernet0/1 > switchport trunk encapsulation dot1q > switchport trunk native vlan 2 > switchport trunk allowed vlan 2,20 > switchport mode trunk > > is it true that cdp advertises always with the lowest active vlan? had a > funny experince with it. > > cheers colin > > > > > | |||||||||||||
| Similar Threads | Posted |
| change native vlan globaly on 3560 | January 5, 2007, 2:08 pm |
| Change native VLAN on ASA 5520 | July 5, 2007, 6:17 am |
| Native, and management vlan "Vlan 1" | September 21, 2005, 2:50 pm |
| VLAN Project and Native VLAN | July 13, 2007, 5:06 am |
| Native VLAN | February 8, 2007, 9:40 pm |
| native vlan | December 18, 2008, 6:45 am |
| Native VLAN Warning | August 23, 2005, 8:24 am |
| understanding native VLAN | September 23, 2005, 10:10 pm |
| Native VLAN question | November 22, 2005, 5:58 am |
| native vlan question | April 15, 2008, 3:51 am |
| native vlan for mgmt | July 18, 2009, 9:20 pm |
| Native Vlan Mismatch error | January 20, 2008, 2:09 am |
| Native VLAN mismatch on Cisco 2950 | August 9, 2007, 6:30 pm |
| Changing native vlan on access port | August 12, 2009, 6:53 pm |
| Native Vlan Cisco 1200 Access Point | March 11, 2006, 7:50 pm |

change native vlan globaly on 3560
Yahoo!
Windows Live
del.icio.us
digg
Netscape 




>
> i'm just currently trying to change my native vlan, following works, but is
> it possible to change it globaly?
>
> interface FastEthernet0/1
> switchport trunk encapsulation dot1q
> switchport trunk native vlan 2
> switchport trunk allowed vlan 2,20
> switchport mode trunk
>
> is it true that cdp advertises always with the lowest active vlan? had a
> funny experince with it.
>
> cheers colin