Sunday, November 3, 2019

OOBM design brain fart. cant route.

Hello network gods.

building up a new greenfield and spending some time making a robust OOBM between two sites.

need guidance as to what i'm doing wrong..

Two sites, Two OOBM switches in each site. L2 and L3 within each site. L3 OSPF between sites.

Attached is a diagram of the design and current config.

Im having issues being able to route from one site to the other. Site 1 being 10.x.18.0/24 Site 2 being 10.x.19.0/24

Anyone able to point me in the right direction?

Diagram: https://imgur.com/a/9BP7lTO

IPN101 Config

!Command: show running-config version 7.0(3)I7(6) Bios:version 05.34 switchname IPN101 feature telnet feature nxapi feature ospf feature pim feature interface-vlan feature hsrp feature dhcp feature lldp vlan 1,4,1337 vlan 4 name IPN vlan 1337 name OOBM service dhcp ip dhcp relay no ipv6 dhcp relay vrf context OOBM interface Vlan1337 description VL for OOBM on IPN no shutdown vrf member OOBM ip address 10.x.18.2/24 ip ospf network point-to-point ip router ospf a2 area 1.1.1.1 hsrp version 2 hsrp 2 ip 10.x.18.1 interface Ethernet1/1-48 switchport access vlan 1337 interface Ethernet1/51.1 description OOBM interlink to IPN201 mtu 9150 encapsulation dot1q 1337 vrf member OOBM ip address 10.x.254.126/31 ip ospf network point-to-point ip router ospf a2 area 1.1.1.1 no shutdown interface Ethernet1/52.1 description OOBM interlink to IPN102 mtu 9150 encapsulation dot1q 1337 vrf member OOBM ip address 10.x.254.124/31 ip ospf network point-to-point ip router ospf a2 area 1.1.1.1 no shutdown interface mgmt0 vrf member management ip address 10.x.18.6/24 

show ip route vrf OOBM

IP Route Table for VRF "OOBM" '*' denotes best ucast next-hop '**' denotes best mcast next-hop '[x/y]' denotes [preference/metric] '%<string>' in via output denotes VRF <string> 10.x.18.0/24, ubest/mbest: 1/0, attached *via 10.x.18.2, Vlan1337, [0/0], 4d00h, direct 10.x.18.1/32, ubest/mbest: 1/0, attached *via 10.x.18.1, Vlan1337, [0/0], 3d22h, hsrp 10.x.18.2/32, ubest/mbest: 1/0, attached *via 10.x.18.2, Vlan1337, [0/0], 4d00h, local 10.x.19.0/24, ubest/mbest: 1/0 *via 10.x.254.127, Eth1/51.1, [110/44], 00:58:27, ospf-a2, intra 10.x.254.112/30, ubest/mbest: 1/0, attached *via 10.x.254.114, Eth1/47, [0/0], 3d21h, direct 10.x.254.114/32, ubest/mbest: 1/0, attached *via 10.x.254.114, Eth1/47, [0/0], 3d21h, local 10.x.254.116/30, ubest/mbest: 1/0 *via 10.x.254.125, Eth1/52.1, [110/44], 3d21h, ospf-a2, intra 10.x.254.120/31, ubest/mbest: 1/0 *via 10.x.254.127, Eth1/51.1, [110/8], 00:58:27, ospf-a2, intra 10.x.254.122/31, ubest/mbest: 1/0 *via 10.x.254.125, Eth1/52.1, [110/8], 00:58:36, ospf-a2, intra 10.x.254.124/31, ubest/mbest: 1/0, attached *via 10.x.254.124, Eth1/52.1, [0/0], 2w3d, direct 10.x.254.124/32, ubest/mbest: 1/0, attached *via 10.x.254.124, Eth1/52.1, [0/0], 2w3d, local 10.x.254.126/31, ubest/mbest: 1/0, attached *via 10.x.254.126, Eth1/51.1, [0/0], 00:58:40, direct 10.x.254.126/32, ubest/mbest: 1/0, attached *via 10.x.254.126, Eth1/51.1, [0/0], 00:58:40, local 


No comments:

Post a Comment