API Guide

AG3 switch
1. Configure RSTP.
AG3(config)# spanning-tree mode rstp
AG3(config)# spanning-tree rstp priority 8192
2. Configure the VLT domain.
AG3(config)# interface ethernet 1/1/25:1
AG3(conf-if-eth1/1/25:1)# no switchport
AG3(config)#vlt-domain 1
AG3(conf-vlt-255)# backup destination 10.222.208.39
AG3(conf-vlt-255)# discovery-interface ethernet1/1/25:1
AG3(conf-vlt-255)# peer-routing
AG3(conf-vlt-255)# primary-priority 1
AG3(conf-vlt-255)# vlt-mac f0:ce:10:f0:ce:10
3. Configure a port channel interface towards CR1.
AG3(config)# interface port-channel 21
AG3(config)# interface ethernet 1/1/1:1
AG3(conf-if-eth1/1/1:1)# channel-group 21 mode active
4. Configure a port channel interface towards CR2.
AG3(config)# interface port-channel 22
AG3(config)# interface ethernet 1/1/4:1
AG3(conf-if-eth1/1/4:1)# channel-group 22 mode active
5. Configure a port channel interface towards AG3 and AG4.
AG3(config)# interface port-channel 1
AG3(conf-if-po-1)# vlt-port-channel 1
AG3(config)# interface ethernet 1/1/24:1
AG3(conf-if-eth1/1/24:1)# channel-group 1 mode active
AG3(config)# interface ethernet 1/1/26:1
AG3(conf-if-eth1/1/26:1)# channel-group 1 mode active
6. Configure a port channel interface towards TR2.
AG3(config)# interface port-channel 51
AG3(conf-if-po-51)# vlt-port-channel 51
AG3(config)# interface ethernet 1/1/17:1
AG3(conf-if-eth1/1/17:1)# channel-group 51 mode active
7. Enable multicast routing on the default VRF.
AG3(config)# ip multicast-routing
8. Configure OSPF for unicast routing.
AG3(config)# router ospf 1
AG3(config-router-ospf-1)# log-adjacency-changes
AG3(config-router-ospf-1)# redistribute connected
AG3(config-router-ospf-1)# router-id 10.1.100.3
9. Configure the IP address, OSPF process, and PIM-SM on the VLANs.
VLAN 1101 towards CR1
AG3(config)# interface vlan 1101
AG3(conf-if-vl-1101)# ip address 10.1.3.3/24
AG3(conf-if-vl-1101)# ip ospf 1 area 0.0.0.0
856
Multicast