Ospf point-to-point links, Ospf, Point-to-point links – Brocade BigIron RX Series Configuration Guide User Manual

Page 852: Configuring an ospf point-to-point link, Viewing configured ospf point-to-point links

Advertising
background image

774

BigIron RX Series Configuration Guide

53-1002484-04

Configuring OSPF

26

OSPF point-to-point links

In an OSPF point-to-point network, where a direct Layer 3 connection exists between a single pair of
OSPF routers, there is no need for Designated and Backup Designated Routers, as is the case in
OSPF multi-access networks. Without the need for Designated and Backup Designated routers, a
point-to-point network establishes adjacency and converges faster. The neighboring routers
become adjacent whenever they can communicate directly. In contrast, in broadcast and
non-broadcast multi-access (NBMA) networks, the Designated Router and Backup Designated
Router become adjacent to all other routers attached to the network.

NOTE

This feature is supported on Gigabit Ethernet and 10-Gigabit Ethernet interfaces.

NOTE

This feature is supported on physical interfaces. It is not supported on virtual interfaces.

NOTE

Brocade supports numbered point-to-point networks, meaning the OSPF router must have an IP
interface address which uniquely identifies the router over the network. Brocade does not support
unnumbered point-to-point networks.

Configuring an OSPF point-to-point link

To configure an OSPF point-to-point link, enter commands such as the following.

BigIron RX(config)# interface eth 1/5

BigIron RX(config-if-1/5)# ip ospf network point-to-point

This command configures an OSPF point-to-point link on Interface 5 in slot 1.

Syntax: [no] ip ospf network point-to-point

Viewing configured OSPF point-to-point links

You can use the show ip ospf interface command to display OSPF point-to-point information. Enter
the following command at any CLI level.

Syntax: show ip ospf interface [<ip-addr>]

The <ip-addr> parameter displays the OSPF interface information for the specified IP address.

BigIron RX# show ip ospf interface 192.168.1.1

Ethernet 2/1,OSPF enabled

IP Address 192.168.1.1, Area 0

OSPF state ptr2ptr, Pri 1, Cost 1, Options 2, Type pt-2-pt Events 1

Timers(sec): Transit 1, Retrans 5, Hello 10, Dead 40

DR: Router ID 0.0.0.0 Interface Address 0.0.0.0

BDR: Router ID 0.0.0.0 Interface Address 0.0.0.0

Neighbor Count = 0, Adjacent Neighbor Count= 1

Neighbor: 2.2.2.2

Authentication-Key:None

MD5 Authentication: Key None, Key-Id None, Auth-change-wait-time 300

Advertising