Main Router 2 SPB Node B

Main Router 2 is configured with a Loopback 1, VLAN 1 management interface, VLANs 10 and 40 for access external to the SPB, and VLAN 20 and VLAN 30 for interfaces internal to the SPB network. This basic configuration contains a single VRRP VRID. A non-basic RaaS configuration may contain multiple VRIDs as needed. The Main router ID is set to 10.1.255.2.

System(rw)->
System(rw)->configure
System(rw-config)->raas 10.1.255.2
System(rw-config)->interface loopback.0.1
System(rw-config-intf-loop.0.0)->ip address 10.1.255.2/32
System(rw-config-intf-loop.0.0)->description “Main Router 2”
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.2/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 10
System(rw)-config-intf-vlan.0.10)->description “externalnetwork10”
System(rw)-config-intf-vlan.0.10)->ip address 10.1.10.2/24
System(rw)-config-intf-vlan.0.10)->no shutdown
System(rw)-config-intf-vlan.0.10)->exit
System(rw-config)->interface vlan 40
System(rw)-config-intf-vlan.0.40)->description “externalnetwork40”
System(rw)-config-intf-vlan.0.40)->ip address 10.1.40.2/24
System(rw)-config-intf-vlan.0.40)->no shutdown
System(rw)-config-intf-vlan.0.40)->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.2/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)->crrp fabric-route-mode 1
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.2/24
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)->crrp fabric-route-mode 1
System(rw)-config-intf-vlan.0.30)->vrrp enable 1
System(rw)-config-intf-vlan.0.30)->no shutdown
System(rw)-config-intf-vlan.0.30)->exit
System(rw-config)->ip route 10.1.254.0/24 interface vlan.0.20
System(rw-config)->ip route 10.1.254.0/24 interface vlan.0.30
System(rw-config)->router ospf 1
System(rw-config-ospf-1)->router-id 10.1.255.2
System(rw-config-ospf-1)->network 10.1.30.0 0.0.0.255 area 0.0.0.0
System(rw-config-ospf-1)->redistribute connected
System(rw-config-ospf-1)->log-adjacency
System(rw-config-ospf-1)->exit
System(rw-config)->