
© 2013 Cisco and/or its affiliates. All rights reserved.
BRKCRS-3090
Cisco Public
Automation Taken it to the Next Level - 3
VLAN Remapping – remaps internal VLAN number to that of the
trunk
Solving the Consistency Problem
52
interface GigabitEthernet1/47
switchport mode trunk
switchport vlan mapping 1 4
switchport vlan mapping 2 5
!
interface GigabitEthernet1/48
switchport mode trunk
switchport vlan mapping 1 6
switchport vlan mapping 2 7
interface Vlan4
ip address 192.168.4.1 255.255.255.0
!
interface Vlan5
ip address 192.168.5.1 255.255.255.0
!
interface Vlan6
ip address 192.168.6.1 255.255.255.0
!
interface Vlan7
ip address 192.168.7.1 255.255.255.0
Komentáře k této Příručce