Configuring the AC to Communicate with the
Upstream Network Device
Configure VLAN 101 (service VLAN), VLAN 102 (service VLAN), and VLANIF 200.
[AC] vlan batch 101 102 200
[AC] interface vlanif 101
[AC-Vlanif101] ip address 10.23.101.1 24
[AC-Vlanif101] quit
[AC] interface vlanif 102
[AC-Vlanif102] ip address 10.23.102.1 24
[AC-Vlanif102] quit
[AC] interface vlanif 200
[AC-Vlanif200] ip address 10.23.200.2 24
[AC-Vlanif200] quit
61
1
Configure the default route on the AC.
[AC] ip route-static 0.0.0.0 0.0.0.0 10.23.200.1
2
Add GE0/0/2 connecting the AC to Router to VLAN 200.
[AC] interface gigabitethernet 0/0/2
[AC-GigabitEthernet0/0/2] port link-type trunk
[AC-GigabitEthernet0/0/2] port trunk allow-pass vlan 200
[AC-GigabitEthernet0/0/2] quit
3
Configure uplink interfaces of the AC to transparently transmit
packets of service VLANs as required and communicate with the
upstream network device.