This page is being proposed for deletion because it is no longer needed. If you believe it should be kept, please move it to another parent topic and delete this notification from its markup.
Configuration for VLAN 848 (dc-cs-tc1net); 2009-9-10
on dc-cs2
config
router vrrp
vlan 848
name dc-cs-tc1net
ip address 10.15.48.1/24 // on master dc-cs2, DNS name dc-cs2-dc-cs-tc1net
ip helper-address 129.97.15.253
tagged trk1
forbid trk2,trk3
ip ospf area 4
ip ospf passive
vrrp vrid 251
owner // on master dc-cs2
virtual-ip-address 10.15.48.1/24
enable
exit
exit
write memory
exit
logout
on dc-cs1
config
router vrrp
vlan 848
name dc-cs-tc1net
ip address 10.15.48.2/24 // on backup dc-cs1, DNS name dc-cs1-dc-cs-tc1net
ip helper-address 129.97.15.253
tagged trk1
forbid trk3
ip ospf area 4
ip ospf passive
vrrp vrid 251
backup // on backup dc-cs1
virtual-ip-address 10.15.48.1/24
enable
exit
exit
write memory
exit
logout