To name a discovered OSPF object, Network Protocol Manager for OSPF uses the appropriate naming format in Naming formats for discovered OSPF objects to assign the object a unique name. It then populates the object’s Name and DisplayName attributes with that name.
Class |
Naming format |
---|---|
1**This object type is not imported by the Global Manager. |
|
OSPFArea |
Name:OSPF-AREA-<32-bit area identifier>[/<tag value>] An OSPF area that has a tag value in its name indicates that the area consists of OSPF interfaces that are layered over IP addresses that are tagged with that tag value. For example:OSPF-AREA-0.0.0.0 |
DisplayName:<same as Name> |
|
OSPFAreaConfiguration |
Name:OSPF-CFG-<host device name>/<32-bit area identifier> For example:OSPF-CFG-dev-Vpls0/0.0.0.0 |
DisplayName:<same as Name> |
|
OSPFService |
Name:OSPF-SVC-<host device name> For example:OSPF-SVC-dev-Vpls0 |
DisplayName:OSPF-SVC-<host device name> [router identifier] For example:OSPF-SVC-dev-Vpls0 [192.168.10.1] |
|
OSPFNetwork |
An OSPF network can exist for four network types:
The network type determines the naming format to be used for the OSPFNetwork object. |
Broadcast, NBMA, and point-to-multipoint network types |
|
Name:OSPF-NET-<IP network address>-<netmask value> For example:OSPF-NET-10.9.7.10-255.255.255.255 |
|
DisplayName:OSPF-NET-<IP network address>-<netmask value> [BROADCAST|NBMA|POINT_TO_MULTIPOINT/<number of devices connected to this OSPF network>] For example:OSPF-NET-10.9.7.10-255.255.255.255 [BROADCAST/1] |
|
OSPFNetwork (continued) |
Point-to-point network type |
Name:OSPF-NET-<host device name>/<interface key>-<interface IP address><--> <host device name>/<interface key>-<interface IP address> For example:OSPF-NET-dev-Vpls6/33-10.9.8.2<-->dev-Vpls7/52-10.9.8.1 |
|
DisplayName:OSPF-NET-<host device name>/<interface key>-<interface IP address><--> <host device name>/<interface key>-<interface IP address> [POINT_TO_POINT/<number of devices connected to this OSPF network>] For example:OSPF-NET-dev-Vpls6/33-10.9.8.2<-->dev-Vpls7/52-10.9.8.1 [POINT_TO_POINT/2] |
|
OSPFInterface 1 |
OSPF-IF-<host device name>/<interface key>-<interface IP address> For example: OSPF-IF-qa-vpls3/10001-172.23.21.2 |
DisplayName:OSPF-IF-<host device name>/<interface key> [<interface device identifier>] [<interface IP address>] [<comment (optional)>]-<interface IP address> For example:OSPF-IF-qa-vpls3/10001 [Fa1/0/1] [172.23.21.2] [to VPLS1]-172.23.21.2 |
|
OSPFVirtualInterface 1 |
Name:Same as OSPFInterface except that the prefix is OSPF-VIF |
DisplayName:Same as OSPFInterface except that the prefix is OSPF-VIF |
|
OSPFNeighborEndpoint 1 |
Name:OSPF-EP-<host device name>/<interface key>-<interface IP address>-> <neighbor interface IP address> For example:OSPF-EP-qa-vpls2/13-172.22.21.2->172.22.21.1 Stub Name:OSPF-EP-<host device name>/<interface key> For example:OSPF-EP-10.9.131.100/1544 |
DisplayName:OSPF-EP-<host device name>/<interface key> [<interface device identifier>] [<interface IP address>] [<comment (optional)]-<interface IP address>-> <neighbor interface IP address> For example:OSPF-EP-qa-vpls2/13 [Fa1/1] [172.22.21.2] [to qa-VPLS1]-172.22.21.2->172.22.21.1 Stub DisplayName:OSPF-EP-<host device name>/<interface key> [<interface device identifier>] [<interface IP address>] For example:OSPF-EP-10.9.131.100/1544 [at-0/0/1.100] [115.0.0.1] |
|
OSPFVirtualNeighborEndpoint 1 |
Name:Same as OSPFNeighborEndpoint except that the prefix is OSPF-VEP |
DisplayName:Same as OSPFNeighborEndpoint except that the prefix is OSPF-VEP |
|
OSPFNeighborRelationship |
Name:OSPF-NBR-<host device name>/<interface key>-<interface IP address>-> <neighbor interface IP address on remote device><--> <remote device name>/<remote interface key>-<remote interface IP address>-> <neighbor interface IP address on local device> For example:OSPF-NBR-qa-vpls1/5-172.22.21.1->172.22.21.2<-->qa-vpls2/13-172.22.21.2->172.22.21.1 Stub Name:OSPF-NBR-<host device name>/<interface key> For example:OSPF-NBR-10.9.131.100/1544 |
DisplayName:OSPF-NBR-<host device name>/<interface key> [<interface device identifier>] [<interface IP address>] [<comment (optional)>]-<interface IP address>-> <neighbor interface IP address on remote device><--> <remote device name>/<remote interface key> [<remote interface device identifier>] [<remote interface IP address>] [<comment (optional)>]-<remote interface IP address>-> <neighbor interface IP address on local device> For example:OSPF-NBR-qa-vpls1/5 [Fa1/2] [172.22.21.1] [to qa-VPLS2]-172.22.21.1->172.22.21.2<-->qa-vpls2/13 [Fa1/1] [172.22.21.2] [to qa-VPLS1]-172.22.21.2->172.22.21.1 Stub DisplayName:OSPF-NBR-<host device name>/<interface key> [<interface device identifier>] [<interface IP address>] For example:OSPF-NBR-10.9.131.100/1544 [at-0/0/1.100] [115.0.0.1] |
|
OSPFVirtualLink |
Name:Same as OSPFNeighborRelationship except that the prefix is OSPF-VNBR |
DisplayName:Same as OSPFNeighborRelationship except that the prefix is OSPF-VNBR |
In an overlapping IP environment, Network Protocol Manager for OSPF observes the following rule to ensure that it creates the correct OSPF neighbor relationships in its modeled topology:
For an OSPF endpoint layered over a tagged IP that has a tag value of xxx, Network Protocol Manager for OSPF will create an OSPF neighbor relationship to a neighboring OSPF endpoint if and only if that endpoint is also layered over a tagged IP that has a tag value of xxx.
The following OSPF neighbor relationship confirms the observance of this rule. The tag value in the name of the OSPF neighbor relationship is highlighted in bold.
OSPF-NBR-dev-Vpls5/35 [Fa2/1.7] [172.17.15.6] [“Duplicate Interface”]-172.17.15.6/100:155->172.17.15.5/100:155<--> dev-Vpls7/56 [Fa0/0.7] [172.17.15.5] [“Duplicate Interface”]-172.17.15.5/100:155->172.17.15.6/100:155
Here are the OSPF endpoints for the OSPF neighbor relationship:
OSPF-EP-dev-Vpls5/35 [Fa2/1.7] [172.17.15.6] [“Duplicate Interface”]-172.17.15.6/100:155->172.17.15.5/100:155 OSPF-EP-dev-Vpls7/56 [Fa0/0.7] [172.17.15.5] [“Duplicate Interface”]-172.17.15.5/100:155->172.17.15.6/100:155
Here are the underlying OSPF interfaces for the OSPF endpoints:
OSPF-IF-dev-Vpls5/35 [Fa2/1.7] [172.17.15.6] [“Duplicate Interface”]-172.17.15.6/100:155 OSPF-IF-dev-Vpls7/56 [Fa0/0.7] [172.17.15.5] [“Duplicate Interface”]-172.17.15.5/100:155
Here is the OSPF area to which the OSPF interfaces are members:
OSPF-AREA-0.0.0.0/100:155