81
Duplex : Auto
Speed : Auto
MTU : 2000
Flow Control :off
Default Port VLAN ID: 2
Acceptable Frame Type : Vlan Tagged Only
Auto Negotiation : Enable
Loopback Mode : None
STP Status: disabled
Default CoS Value for untagged packets is 0.
Mdix mode is Auto.
Medium mode is Copper.
Display
– Port Egress
Rule (Egress rule, IP
address, status)
Switch# show running-config
……
!
interface fastethernet1
acceptable frame type vlantaggedonly
switchport access vlan 1
switchport access vlan 3
switchport trunk native vlan 2
…….
interface vlan1
ip address 192.168.10.8/24
no shutdown
QinQ Information
–
802.1Q Tunnel
Switch# show dot1q-tunnel
Port Mode Ethertype
---- ------ ---------
1 normal 0x8100
2 normal 0x8100
3 normal 0x8100
4 normal 0x8100
5 access 0x8100
6 uplink 0x8100
7 normal 0x8100
8 normal 0x8100
9 normal 0x8100
10 normal 0x8100
QinQ Information
–
Show Running
Switch# show running-config
Building configuration...
Current configuration:
hostname Switch
vlan learning independent
………
………
interface fastethernet5
switchport access vlan add 1-2,10
switchport dot1q-tunnel mode access
!
interface fastethernet6
switchport access vlan add 1-2
switchport trunk allowed vlan add 10
switchport dot1q-tunnel mode uplink
!
VLAN Configuration