fc1)
I configure port f0/1Switch(config-if)
#switchport mode trunkSwitch(config-if)
I then do
#switchport trunk ?
This does not present me with the encapsulation keyword
However, if I do a show int f0/1 switchport it shows
Name: Fa0/1
Switchport: Enabled
Administrative mode: trunk
Operational Mode: trunk
Administrative Trunking Encapsulation: isl
Operational Trunking Encapsulation: isl
Negotiation of Trunking: Disabled
Access Mode VLAN: 0 ((Inactive))
Trunking Native Mode VLAN: 1 (default)
Trunking VLANs Enabled: ALL
Trunking VLANs Active: 1,2
Pruning VLANs Enabled: NONE
Is ISL on by default . The config info on CCO states that this needs to be
explicitly configured.
Anyone come across this before?
Bob Chahal wrote in message
<940660215.20053.0...@news.demon.co.uk>...
Hence, in your version of code, since ISL is the only trunking
supported, there is no need for the ENCAPSULATION command
and you are, indeed, configured correctly for ISL trunking.
Ray Wood