I have 2 6509's which I am setting up with OSPF and VRRP.
We have a sup 720 in each one running the following
version of IOS:
s72033-ipservices_wan-mz.122-18.SXF16.bin
I am having issues a basic OSPF. Its a pretty simple design
and yet I still cannot get traffic to route. I am including a few bits from the config. The point to point link comes up and I am able to ping the other switches routing interface, but I cannot ping the other ip addresses in different subnets of the same switches.
I have a bunch of Nortel switches hanging off these 6509's in the 137.135.12.0/24 subnet and they cannot communicate with each other over the point to point routed links.
Is there anything I am overlooking? Any helps or tips greatly appreciated.
From Switch 1:
interface GigabitEthernet2/1
ip address 137.135.10.1 255.255.255.252
ip ospf priority 10
vrrp 1 ip 137.135.10.1
!
interface Vlan1
ip address 137.135.12.10 255.255.255.0
!
router ospf 100
log-adjacency-changes
network 137.135.10.0 0.0.0.3 area 0
network 137.135.12.0 0.0.0.255 area 0
network 137.135.0.0 0.0.255.255 area 0
!
From Switch2:
interface GigabitEthernet1/1
ip address 137.135.10.2 255.255.255.252
ip ospf priority 5
vrrp 1 ip 137.135.10.1
!
interface Vlan1
ip address 137.135.12.14 255.255.255.0
!
router ospf 100
log-adjacency-changes
network 137.135.10.0 0.0.0.3 area 0
network 137.135.12.0 0.0.0.255 area 0
network 137.135.0.0 0.0.255.255 area 0
!
We have a sup 720 in each one running the following
version of IOS:
s72033-ipservices_wan-mz.122-18.SXF16.bin
I am having issues a basic OSPF. Its a pretty simple design
and yet I still cannot get traffic to route. I am including a few bits from the config. The point to point link comes up and I am able to ping the other switches routing interface, but I cannot ping the other ip addresses in different subnets of the same switches.
I have a bunch of Nortel switches hanging off these 6509's in the 137.135.12.0/24 subnet and they cannot communicate with each other over the point to point routed links.
Is there anything I am overlooking? Any helps or tips greatly appreciated.
From Switch 1:
interface GigabitEthernet2/1
ip address 137.135.10.1 255.255.255.252
ip ospf priority 10
vrrp 1 ip 137.135.10.1
!
interface Vlan1
ip address 137.135.12.10 255.255.255.0
!
router ospf 100
log-adjacency-changes
network 137.135.10.0 0.0.0.3 area 0
network 137.135.12.0 0.0.0.255 area 0
network 137.135.0.0 0.0.255.255 area 0
!
From Switch2:
interface GigabitEthernet1/1
ip address 137.135.10.2 255.255.255.252
ip ospf priority 5
vrrp 1 ip 137.135.10.1
!
interface Vlan1
ip address 137.135.12.14 255.255.255.0
!
router ospf 100
log-adjacency-changes
network 137.135.10.0 0.0.0.3 area 0
network 137.135.12.0 0.0.0.255 area 0
network 137.135.0.0 0.0.255.255 area 0
!