Users Guide

Table Of Contents
AG1(conf-if-eth1/1/2)# no shutdown
AG1(conf-if-eth1/1/2)# private-vlan mode secondary-port
AG1(conf-if-eth1/1/2)# exit
8. Associate the member ports to the secondary VLANs.
AG1(config)# interface port-channel1
AG1(conf-if-po-1)# switchport mode trunk
AG1(conf-if-po-1)# switchport trunk allowed vlan 12
AG1(conf-if-po-1)# exit
AG1(config)# interface port-channel2
AG1(conf-if-po-2)# switchport mode trunk
AG1(conf-if-po-2)# switchport trunk allowed vlan 13
AG1(conf-if-po-2)# exit
AG1(config)# interface port-channel3
AG1(conf-if-po-3)# switchport mode trunk
AG1(conf-if-po-3)# switchport trunk allowed vlan 21
AG1(conf-if-po-3)# exit
AG1(config)# interface port-channel4
AG1(conf-if-po-4)# switchport mode trunk
AG1(conf-if-po-4)# switchport trunk allowed vlan 22
AG1(conf-if-po-4)# exit
AG1(config)# interface ethernet1/1/1
AG1(conf-if-eth1/1/1)# switchport mode trunk
AG1(conf-if-eth1/1/1)# switchport trunk allowed vlan 12
AG1(conf-if-eth1/1/1)# exit
AG1(config)# interface ethernet1/1/2
AG1(conf-if-eth1/1/2)# switchport mode trunk
AG1(conf-if-eth1/1/2)# switchport trunk allowed vlan 13
AG1(conf-if-eth1/1/2)# exit
9. Associate the ISL to the primary and the secondary VLANs as a normal trunk port.
AG1(config)# interface port-channel128
AG1(conf-if-po-128)# switchport mode trunk
AG1(conf-if-po-128)# switchport trunk allowed vlan 11-13,21-22,100,200
AG1(conf-if-po-128)# exit
10. Configure anycast MAC address.
AG1(config)# ip virtual-router mac-address 00:00:00:44:44:44
11. Configure IP address and anycast IP address on the primary VLANs.
AG1(config)# interface vlan 100
AG1(conf-if-vl-100)# ip address 172.1.1.1/16
AG1(conf-if-vl-100)# ip virtual-router address 172.1.0.254
AG1(conf-if-vl-100)# exit
AG1(config)# interface vlan 200
AG1(conf-if-vl-200)# ip address 172.2.1.1/16
AG1(conf-if-vl-200)# ip virtual-router address 172.2.0.254
AG1(conf-if-vl-200)# exit
12. (Optional) If connectivity between end devices that belong to secondary vlans (community or isolated or both) of the same
PVLAN domain is required, configure IP Local Proxy ARP on the primary VLANs.
AG1(config)# interface vlan 100
AG1(conf-if-vl-100)# ip local-proxy-arp
AG1(conf-if-vl-100)# exit
696
Layer 2