Helper Router 1 SPB Node C

The Helper router 1 is configured with a VLAN 1 management interface, and VLAN 20 and VLAN 30 for interfaces internal to the SPB network. On both internal VLANs, VRRP is enabled with Helper router mode.

System(rw)->configure
System(rw-config)->interface loopback.0.1
System(rw-config-intf-loop.0.0)->ip address 10.1.254.1/32
System(rw-config-intf-loop.0.0)->description “Helper Router 1”
System(rw-config-intf-loop.0.0)->no shutdown
System(rw-config-intf-loop.0.0)->exit
System(rw-config)->interface vlan 1
System(rw)-config-intf-vlan.0.1)->description “management”
System(rw)-config-intf-vlan.0.1)->ip address 10.1.1.3/24 255.255.255.0 primary
System(rw)-config-intf-vlan.0.1)->no ip proxy-arp
System(rw)-config-intf-vlan.0.1)->no ip forwarding
System(rw)-config-intf-vlan.0.1)->no shutdown
System(rw)-config-intf-vlan.0.1)->exit
System(rw-config)->interface vlan 20
System(rw)-config-intf-vlan.0.20)->description “spbnetwork20”
System(rw)-config-intf-vlan.0.20)->ip address 10.1.20.3/24
System(rw)-config-intf-vlan.0.20)->no shutdown
System(rw)-config-intf-vlan.0.20)->vrrp create 1 v2-ipv4
System(rw)-config-intf-vlan.0.20)->vrrp address 1 10.1.20.4
System(rw)-config-intf-vlan.0.20)->vrrp accept-mode 1
System(rw)-config-intf-vlan.0.20)->vrrp fabric-route-mode 1 helper-router
System(rw)-config-intf-vlan.0.20)->vrrp enable 1
System(rw)-config-intf-vlan.0.20)->exit
System(rw-config)->interface vlan 30
System(rw)-config-intf-vlan.0.30)->description “spbnetwork30”
System(rw)-config-intf-vlan.0.30)->ip address 10.1.30.3/24
System(rw)-config-intf-vlan.0.30)->no shutdown
System(rw)-config-intf-vlan.0.30)->vrrp create 1 v2-ipv4
System(rw)-config-intf-vlan.0.30)->vrrp address 1 10.1.30.4
System(rw)-config-intf-vlan.0.30)->vrrp accept-mode 1
System(rw)-config-intf-vlan.0.30)->vrrp fabric-route-mode 1 helper-router
System(rw)-config-intf-vlan.0.30)->vrrp enable 1
System(rw)-config-intf-vlan.0.30)->exit
System(rw-config)->