I have an 8325 JL479A that I am configuring an uplink to a 6300M JL661A.
I have everything set up and configured, but when I try to ping between the two of them I get no response. The first configuration is on the 8325. I am using OSPF.
vlan 100
description OSPF Transit VLAN for switch B to switch A
interface 1/1/7
description switch B to Switch A
no shutdown
mtu 9198
lag 100
interface lag 100
description switch B to switch A
no shutdown
no routing
vlan trunk native 1
vlan trunk allowed all
lacp mode active
interface vlan 100
description OSPF Transit VLAN for switch B to switch A
ip mtu 9198
ip address 192.168.1.1/31
ip ospf 1 area 0.0.0.10
no ip ospf passive
ip ospf network point-to-point
router ospf 1
router-id 1.1.1.1
passive-interface default
graceful-restart restart-interval 300
redistribute connected
area 0.0.0.0
area 0.0.0.10
This is the configuration of the 6300M:
vlan 100
description OSPF Transit VLAN for switch A to switch B
interface 1/1/52
no shutdown
mtu 9198
description switch A to switch B
lag 100
exit
interface lag 100
no shutdown
description switch A to switch B
no routing
vlan trunk native 1
vlan trunk allowed all
lacp mode active
interface vlan 100
description OSPF Transit VLAN for switch A to switch B
ip mtu 9198
ip address 192.168.1.2/31
ip ospf 1 area 0.0.0.10
ip ospf network point-to-point
router ospf 1
router-id 2.2.2.2
passive-interface default
graceful-restart restart-interval 300
redistribute connected
area 0.0.0.0
area 0.0.0.10
I have changed the IP addresses in the above, but I am not sure what I am missing, I am sure it is something simple... Is there anything that might stick out?