|
Home > Archive > CCNP > February 2001 > 2900XL trunking configuration.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
2900XL trunking configuration.
|
|
| ggmis65 2001-02-22, 10:59 am |
| Hello everybody,
to have a trunking port on 2900xl switch, we type:
Switch(config-if)# switchport trunk encapsulation isl/dot1q. But How do I enable this port for trunking negotiation????
Thank you. | |
|
| 2900xl#config t
2900xl(config)#int fastEthernet 0/1
2900xl(config-if)#switchport mode trunk
2900xl(config-if)#switchport trunk encapsulation isl/dot1q
2900xl(config-if)#switchport trunk allowed vlan <vlans>
2900xl(config-if)#exit
theres the config just for trunking, dont forget any vlan or VTP config =) |
|
|
|
|