A-234
Cisco ONS 15530 Configuration Guide and Command Reference
78-14227-01, Cisco IOS Release 12.1(10)E2
AppendixA Command Reference
Topology Neighbor Commands
topology neighbor agent ip-address
To specify the network management agent address on a remote node, use the topology neighbor agent
ip-address command. To remove the network management agent address from an interface, use the
no form of the command.
topology neighbor agent ip-address ip-address [transmit | receive]
no topology neighbor agent ip-address ip-address [transmit | receive]
Syntax Description
Defaults Both directions
Command Modes Interface configuration
Command History
Usage Guidelines Use this command if you have configured a network topology manually with the topology neighbor
command. Use this command on both wdm and transparent interfaces.
The network management agent IP address is usually the I P addr es s of the NME on the n ode.
Note Do not use this command if you have enabled CDP on the interface with the topology neighbor cdp
command.
Examples The following example shows how to configure a network management agen t on a w dm int erfa ce .
Switch# configure terminal
Switch(config)# interface wdm 0/2
Switch(config-if)# topology neighbor name NodeA port name wdm0/0
Switch(config-if)# topology neighbor agent ip-address 209.165.202.129
ip-address Specifies the IP address of the network management agent on the neighbor
node or remote node. This address is usually the IP address configured on
the NME interface on the neighbor node.
transmit Indicates that the link to the neighbor is transmit only.
receive Indicates that the link to the neighbor is receive only.
Release Modification
12.1(10)EV2 This command was introduced.