HPmanagementnet # Switch devices in MC, ie this network is unique per building To add VRRP routing for this VLan on our MC OSPF core routers. On the MC Building "cs2" router vrrp vlan 1 name HPmanagementnet ip address 172.19.2.1 tagged trk1 forbid trk2,trk3 vrrp vrid 1 owner virtual-ip-address 172.19.2.1/25 enable vlan 1 ip ospf 172.19.2.1 area 4 exit exit On the MC Building "cs1" router vrrp vlan 1 name cscfnet ip address 172.19.2.2/25 tagged trk2 vrrp vrid 1 backup virtual-ip-address 172.19.2.1/25 enable vlan 1 ip ospf 172.19.2.2 area 4 passive exit exit On the DC Building "cs2" router vrrp vlan 1 name HPmanagementnet ip address 172.19.2.129/25 tagged trk1 forbid trk2,trk3 vrrp vrid 1 owner virtual-ip-address 172.19.2.129/25 enable vlan 1 ip ospf 172.19.2.129 area 4 exit exit On the MC Building "cs1" router vrrp vlan 1 name cscfnet ip address 172.19.2.130/25 tagged trk1 forbid trk3 vrrp vrid 1 backup virtual-ip-address 172.19.2.129/25 enable vlan 1 ip ospf 172.19.2.130 area 4 passive exit exit