Operating System - Linux
1827730 Members
2917 Online
109968 Solutions
New Discussion

Linux OSPF setup question

 
Alan_152
Honored Contributor

Linux OSPF setup question

I am managing a computer test environment, and have the following setup (see attached document). Basically, I have computer "dev3" hooked up to computers "ISER0495" and "ISER0498" via a netgear hub to their 1/1 (external) interfaces.

There is a static route between "dev3" and "ISER0495" As configured right now, "dev3" can ping and trace both 1/1 interfaces on "ISER0495" and "ISER0498". In the case of "ISER0498", the traceroute properly indicates that there is an intermediate hop at "ISER0495".

The problem is, OSPF on "ISER0495" also needs to be configured so that the 0/0 interfaces (internal interfaces) on both "ISER0495" and "ISER0498" can be seen from "dev3". This is where I'm stuck.

Here is the OSPF configuration on "ISER0495"


interface loopback 0
no shutdown
ip address 127.0.0.1/8
ipv6 address ::1/128
!
!
interface loopback 1
no shutdown
ip address 20.1.1.1/24
!
!
interface gigabitethernet 0/0
no shutdown
!
!
interface gigabitethernet 0/0.107
no shutdown
vlan-id 17
bfd
no gratuitous-arp
no unarp
vrrp 17 priority 200
vrrp 17 ip 10.0.0.7/24
ip address 10.0.0.107/24
!
!
interface gigabitethernet 1/1
no shutdown
!
!
interface gigabitethernet 1/1.107
no shutdown
vlan-id 107
bfd
no gratuitous-arp
no unarp
vrrp 107 priority 200
vrrp 107 ip 101.0.0.7/24
ip address 101.0.0.107/24
!
!
router ospf
router-id 20.1.1.1
area 0.0.0.0
interface Loopback 1
interface gigabitethernet 1/1.107
interface gigabitethernet 0/0.107
bfd