Thursday 14 June 2012

OPSF Network Type - Point to Multipoint Non-Broadcast:

OPSF Network Type - Point to Multipoint Non-Broadcast:

Point to Multipoint Non-Broadcast:
·         Routers cannot discover neighbors automatically, thus manual neighbors must be configured. (it is enough if you just configure on the Hub)
·         Hellos are sent as Unicast.
·         No DR/BDR elections.
·         Hello and Dead timers are 30/120.

Please refer to the previous post for the network diagram.

Interface configuration on Hub, R1:
R1#show run int ser1/0
Building configuration...
Current configuration : 278 bytes
!
interface Serial1/0
 ip address 10.1.1.1 255.255.255.0
 encapsulation frame-relay
 ip ospf network point-to-multipoint non-broadcast
 serial restart-delay 0
 frame-relay map ip 10.1.1.2 102 broadcast
 frame-relay map ip 10.1.1.3 103 broadcast
 no frame-relay inverse-arp
end
R1#

Interface Configuration on Spoke, R2:
R2#show run int ser1/0
Building configuration...
Current configuration : 298 bytes
!
interface Serial1/0
 ip address 10.1.1.2 255.255.255.0
 encapsulation frame-relay
 ip ospf network point-to-multipoint non-broadcast
  serial restart-delay 0
 frame-relay map ip 10.1.1.1 201 broadcast
 frame-relay map ip 10.1.1.3 201 broadcast
 no frame-relay inverse-arp
end
R2#

Interface configuration on Spoke, R3:

R3#show run int ser1/0
Building configuration...
Current configuration : 298 bytes
!
interface Serial1/0
 ip address 10.1.1.3 255.255.255.0
 encapsulation frame-relay
 ip ospf network point-to-multipoint non-broadcast
 serial restart-delay 0
 frame-relay map ip 10.1.1.1 301 broadcast
 frame-relay map ip 10.1.1.2 301 broadcast
 no frame-relay inverse-arp
end
R3#

OSPF Configuration:
R1#show run | begin router ospf 1
router ospf 1
 router-id 1.1.1.1
 log-adjacency-changes
 network 1.1.1.1 0.0.0.0 area 0
 network 10.1.1.1 0.0.0.0 area 0
 neighbor 10.1.1.2  -> Neighbor is manually configured
 neighbor 10.1.1.3  -> Neighbor is manually configured
!

R2#show run | begin router ospf 1
router ospf 1
 router-id 2.2.2.2
 log-adjacency-changes
 network 2.2.2.2 0.0.0.0 area 0
 network 10.1.1.2 0.0.0.0 area 0
!

R3#show run | begin router ospf 1
router ospf 1
 router-id 3.3.3.3
 log-adjacency-changes
 network 3.3.3.3 0.0.0.0 area 0
 network 10.1.1.3 0.0.0.0 area 0
!

R1#show ip ospf int ser1/0
Serial1/0 is up, line protocol is up
  Internet Address 10.1.1.1/24, Area 0
  Process ID 1, Router ID 1.1.1.1, Network Type POINT_TO_MULTIPOINT, Cost: 64
  Transmit Delay is 1 sec, State POINT_TO_MULTIPOINT,
  Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5
    oob-resync timeout 120
    Hello due in 00:00:20
  Supports Link-local Signaling (LLS)
  Index 1/1, flood queue length 0
  Next 0x0(0)/0x0(0)
  Last flood scan length is 1, maximum is 1
  Last flood scan time is 0 msec, maximum is 4 msec
  Neighbor Count is 2, Adjacent neighbor count is 2
    Adjacent with neighbor 2.2.2.2
    Adjacent with neighbor 3.3.3.3
  Suppress hello for 0 neighbor(s)
R1#

R1#show ip ospf nei

Neighbor ID     Pri   State           Dead Time   Address         Interface
2.2.2.2           0   FULL/  -        00:01:55    10.1.1.2        Serial1/0
3.3.3.3           0   FULL/  -        00:01:55    10.1.1.3        Serial1/0
R1#

R2#show ip ospf nei

Neighbor ID     Pri   State           Dead Time   Address         Interface
1.1.1.1           0   FULL/  -        00:01:35    10.1.1.1        Serial1/0
R2#
R3#show ip ospf nei

Neighbor ID     Pri   State           Dead Time   Address         Interface
1.1.1.1           0   FULL/  -        00:01:51    10.1.1.1        Serial1/0
R3#

***No DR/BDR


R1#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     1.0.0.0/32 is subnetted, 1 subnets
C       1.1.1.1 is directly connected, Loopback0
     2.0.0.0/32 is subnetted, 1 subnets
O       2.2.2.2 [110/65] via 10.1.1.2, 00:07:21, Serial1/0
     3.0.0.0/32 is subnetted, 1 subnets
O       3.3.3.3 [110/65] via 10.1.1.3, 00:07:21, Serial1/0
     10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
O       10.1.1.2/32 [110/64] via 10.1.1.2, 00:07:21, Serial1/0
O       10.1.1.3/32 [110/64] via 10.1.1.3, 00:07:21, Serial1/0
C       10.1.1.0/24 is directly connected, Serial1/0
R1#

R2#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     1.0.0.0/32 is subnetted, 1 subnets
O       1.1.1.1 [110/65] via 10.1.1.1, 00:07:28, Serial1/0
     2.0.0.0/32 is subnetted, 1 subnets
C       2.2.2.2 is directly connected, Loopback0
     3.0.0.0/32 is subnetted, 1 subnets
O       3.3.3.3 [110/129] via 10.1.1.1, 00:07:28, Serial1/0  à Next-Hop is R1, not R3
     10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
O       10.1.1.3/32 [110/128] via 10.1.1.1, 00:07:28, Serial1/0
C       10.1.1.0/24 is directly connected, Serial1/0
O       10.1.1.1/32 [110/64] via 10.1.1.1, 00:07:28, Serial1/0
R2#
R2#ping 3.3.3.3

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/80/136 ms
R2#

R3#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

     1.0.0.0/32 is subnetted, 1 subnets
O       1.1.1.1 [110/65] via 10.1.1.1, 00:07:42, Serial1/0
     2.0.0.0/32 is subnetted, 1 subnets
O       2.2.2.2 [110/129] via 10.1.1.1, 00:07:42, Serial1/0   à Next-Hop is R1, not R2
     3.0.0.0/32 is subnetted, 1 subnets
C       3.3.3.3 is directly connected, Loopback0
     10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
O       10.1.1.2/32 [110/128] via 10.1.1.1, 00:07:42, Serial1/0
C       10.1.1.0/24 is directly connected, Serial1/0
O       10.1.1.1/32 [110/64] via 10.1.1.1, 00:07:42, Serial1/0
R3#

R3#ping 2.2.2.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/64/152 ms
R3#

Debugs on R1:
*Jun 14 21:45:28.406: OSPF: Send hello to 10.1.1.2 area 0 on Serial1/0 from 10.1.1.1
*Jun 14 21:45:28.406: OSPF: Send hello to 10.1.1.3 area 0 on Serial1/0 from 10.1.1.1
*Jun 14 21:45:28.410: OSPF: Rcv hello from 3.3.3.3 area 0 from Serial1/0 10.1.1.3
*Jun 14 21:45:28.410: OSPF: 2 Way Communication to 3.3.3.3 on Serial1/0, state 2WAY
*Jun 14 21:45:28.410: OSPF: Send DBD to 3.3.3.3 on Serial1/0 seq 0x24F3 opt 0x52 flag 0x7 len 32
*Jun 14 21:45:28.414: OSPF: End of hello processing
*Jun 14 21:45:28.414: OSPF: Rcv hello from 2.2.2.2 area 0 from Serial1/0 10.1.1.2
*Jun 14 21:45:28.414: OSPF: 2 Way Communication to 2.2.2.2 on Serial1/0, state 2WAY
*Jun 14 21:45:28.418: OSPF: Send DBD to 2.2.2.2 on Serial1/0 seq 0x1900 opt 0x52 flag 0x7 len 32
*Jun 14 21:45:28.418: OSPF: End of hello processing
*Jun 14 21:45:28.534: OSPF: Rcv DBD from 3.3.3.3 on Serial1/0 seq 0xE90 opt 0x52 flag 0x7 len 32  mtu 1500 state EXSTART
*Jun 14 21:45:28.538: OSPF: NBR Negotiation Done. We are the SLAVE
*Jun 14 21:45:28.538: OSPF: Send DBD to 3.3.3.3 on Serial1/0 seq 0xE90 opt 0x52 flag 0x0 len 32
*Jun 14 21:45:28.538: OSPF: Rcv DBD from 2.2.2.2 on Serial1/0 seq 0x10A9 opt 0x52 flag 0x7 len 32  mtu 1500 state EXSTART
*Jun 14 21:45:28.542: OSPF: NBR Negotiation Done. We are the SLAVE
*Jun 14 21:45:28.542: OSPF: Send DBD to 2.2.2.2 on Serial1/0 seq 0x10A9 opt 0x52 flag 0x0 len 32
*Jun 14 21:45:28.566: OSPF: Rcv DBD from 3.3.3.3 on Serial1/0 seq 0xE91 opt 0x52 flag 0x3 len 72  mtu 1500 state EXCHANGE
*Jun 14 21:45:28.566: OSPF: Send DBD to 3.3.3.3 on Serial1/0 seq 0xE91 opt 0x52 flag 0x0 len 32
*Jun 14 21:45:28.566: OSPF: Rcv DBD from 2.2.2.2 on Serial1/0 seq 0x10AA opt 0x52 flag 0x3 len 72  mtu 1500 state EXCHANGE
*Jun 14 21:45:28.566: OSPF: Send DBD to 2.2.2.2 on Serial1/0 seq 0x10AA opt 0x52 flag 0x0 len 32
*Jun 14 21:45:28.598: OSPF: Rcv DBD from 3.3.3.3 on Serial1/0 seq 0xE92 opt 0x52 flag 0x1 len 32  mtu 1500 state EXCHANGE
*Jun 14 21:45:28.602: OSPF: Exchange Done with 3.3.3.3 on Serial1/0
*Jun 14 21:45:28.602: OSPF: Send LS REQ to 3.3.3.3 length 24 LSA count 2
*Jun 14 21:45:28.602: OSPF: Send DBD to 3.3.3.3 on Serial1/0 seq 0xE92 opt 0x52 flag 0x0 len 32
*Jun 14 21:45:28.606: OSPF: Rcv DBD from 2.2.2.2 on Serial1/0 seq 0x10AB opt 0x52 flag 0x1 len 32  mtu 1500 state EXCHANGE
*Jun 14 21:45:28.610: OSPF: Exchange Done with 2.2.2.2 on Serial1/0
*Jun 14 21:45:28.610: OSPF: Send LS REQ to 2.2.2.2 length 24 LSA count 2
*Jun 14 21:45:28.610: OSPF: Send DBD to 2.2.2.2 on Serial1/0 seq 0x10AB opt 0x52 flag 0x0 len 32
*Jun 14 21:45:28.630: OSPF: Rcv LS UPD from 3.3.3.3 on Serial1/0 length 148 LSA count 2
*Jun 14 21:45:28.634: OSPF: Synchronized with 2.2.2.2 on Serial1/0, state FULL
*Jun 14 21:45:28.634: %OSPF-5-ADJCHG: Process 1, Nbr 2.2.2.2 on Serial1/0 from LOADING to FULL, Loading Done
*Jun 14 21:45:28.634: OSPF: Synchronized with 3.3.3.3 on Serial1/0, state FULL
*Jun 14 21:45:28.634: %OSPF-5-ADJCHG: Process 1, Nbr 3.3.3.3 on Serial1/0 from LOADING to FULL, Loading Done

No comments:

Post a Comment