Been trying to setup ospf on three hp switches. below I have attached the running configs for each router, one being in area 2 and the other two being on the backbone area (0). I can get the back bone area to build a neighbor table with each other but not with the switch in area 2. My only experience before this is working on cisco sw at school. Would appreciate some guidance.
hostname "CHI-R1"
ip router-id
50.0.0.1
ip routing
interface loopback 1
ip address
50.0.0.1
exit
snmp-server community "public" unrestricted
oobm
ip address dhcp-bootp
member 1
ip address dhcp-bootp
exit
exit
router ospf
area
0.0.0.2
area backbone
enable
exit
vlan 1
name "DEFAULT_VLAN"
no untagged 1/1-1/3
untagged 1/4-1/52
ip address dhcp-bootp
exit
vlan 10
name "VLAN10"
tagged 1/1
ip address
10.10.39.129
255.255.255.128
ip ospf
10.10.39.129
area backbone
exit
vlan 20
name "VLAN20"
untagged 1/2
ip address
10.10.39.1
255.255.255.252
ip ospf
10.10.39.1
area
0.0.0.2
exit
vlan 21
name "VLAN21"
untagged 1/3
ip address
10.10.39.5
255.255.255.252
ip ospf
10.10.39.5
area backbone
exit
vlan 30
name "VLAN30"
no ip address
exit
BEN-R2# show ip ospf neighbor
OSPF Neighbor Information
Router ID Pri IP Address NbIfState State QLen Events Status
--------------- --- --------------- --------- -------- ----- ------ ------
50.0.0.11 10.10.39.5BDR FULL 0 6 None
BEN-R2# show run
Running configuration:
stacking
member 1 type "574A" mac-address xxxxxxx
exit
hostname "BEN-R2"
no rest-interface
ip router-id
50.0.0.2
ip routing
interface loopback 1
ip address
50.0.0.2
exit
snmp-server community "public" unrestricted
oobm
ip address dhcp-bootp
member 1
ip address dhcp-bootp
exit
exit
router ospf
area
0.0.0.2
area backbone
enable
exit
vlan 1
name "DEFAULT_VLAN"
no untagged 1/2-1/3
untagged 1/1,1/4-1/52
ip address dhcp-bootp
exit
vlan 10
name "VLAN10"
tagged 1/1
ip address
20.20.39.129
255.255.255.128
ip ospf
20.20.39.129
area backbone
exit
vlan 21
name "VLAN21"
untagged 1/2
ip address
10.10.39.6
255.255.255.252
ip ospf
10.10.39.6
area backbone
exit
vlan 22
name "VLAN22"
untagged 1/3
ip address
10.10.39.9
255.255.255.252
ip ospf
10.10.39.9
area
0.0.0.2
exit
hostname "IND-R3"
no rest-interface
ip router-id
50.0.0.3
ip routing
interface loopback 1
ip address
50.0.0.3
exit
snmp-server community "public" unrestricted
oobm
ip address dhcp-bootp
member 1
ip address dhcp-bootp
exit
exit
router ospf
area
0.0.0.2
area backbone
enable
exit
vlan 1
name "DEFAULT_VLAN"
no untagged 1/2-1/3
untagged 1/1,1/4-1/52
ip address dhcp-bootp
exit
vlan 10
name "VLAN10"
tagged 1/1
ip address
20.20.20.1
255.255.255.128
ip ospf
20.20.20.1
area
0.0.0.2
exit
vlan 20
name "VLAN20"
untagged 1/2
ip address
10.10.39.2
255.255.255.252
ip ospf
10.10.39.2
area backbone
exit
vlan 22
name "VLAN22"
untagged 1/3
ip address
10.10.39.10
255.255.255.252
ip ospf
10.10.39.10
area backbone
exit
IND-R3# show ip ospf neighbor
OSPF Neighbor Information
Router ID Pri IP Address NbIfState State QLen Events Status
--------------- --- --------------- --------- -------- ----- ------ ------
No comments:
Post a Comment