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 802 (cspriv002); 2008-9-19
On "dc-cs2"
router vrrp
vlan 802
name cspriv002net
ip address 10.15.2.1/24
tagged trk1,trk2
vrrp vrid 20
owner
virtual-ip-address 10.15.2.1/24
enable
vlan 802 ip ospf area 4 passive
exit
exit
On "dc-cs1"
router vrrp
vlan 802
name cspriv002net
ip address 10.15.2.2/24
tagged trk1,C20
vrrp vrid 20
backup
virtual-ip-address 10.15.2.1/24
enable
vlan 802 ip ospf area 4 passive
exit
exit
Previous version August 19, 2008
cspriv002net 10.15.2.0 # Math,CS,internal (10.15.2.0) /24
To remove this vlan from an Extreme router
disable irdp vlan "cspriv002net"
configure rip delete "cspriv002net"
disable ipforwarding "cspriv002net"
unconfigure vlan "cspriv002net" ipaddress
To add VRRP routing for this VLan on our OSPF core routers.
On the appropriate Building "cs2"
router vrrp
vlan 802
name cspriv002net
ip address 10.15.2.1/24
tagged trk1,trk2
vrrp vrid 20
owner
virtual-ip-address 10.15.2.1/24
enable
vlan 802 ip ospf 10.15.2.1 area 4
exit
exit
On the appropriate Building "cs1"
router vrrp
vlan 802
name cspriv002net
ip address 10.15.2.2/24
tagged trk1,C20
vrrp vrid 20
backup
virtual-ip-address 10.15.2.1/24
enable
vlan 802 ip ospf 10.15.2.2 area 4
exit
exit
On the other Building "cs2" switch.
vlan 802
name cspriv002net
tagged trk2
exit
On the other Building "cs1" switch.
vlan 802
name cspriv002net
tagged trk3
exit