address ipv4 (MPP)
To configure the peer IPv4 or IPv6 address in which management traffic is allowed on the interface, use the address ipv4 command in interface peer configuration mode. To remove the IP address that was previously configured on this interface, use the no form of this command.
address {ipv4 | ipv6} peer-ip-address |peer-ip-address/ length
no address {ipv4 | ipv6} peer-ip-address| peer-ip-address/ length
Syntax Description
peer-ip-address |
(Required) Peer IPv4 or IPv6 address in which management traffic is allowed on the interface. This address can effectively be the source address of the management traffic that is coming in on the configured interface. |
peer ip-address/length |
(Required) Prefix of the peer IP address and IPv4 address or IPv6 format:
|
Command Default
If no specific peer is configured, all peers are allowed.
Command Modes
Interface peer configuration
Command History
Release |
Modification |
---|---|
Release 6.0 |
This command was introduced. |
Usage Guidelines
No specific guidelines impact the use of this command.
Task ID
Task ID |
Operations |
---|---|
system |
read, write |
Examples
The following example shows how to configure the peer address for management traffic:
RP/0/RP0/CPU0:router# configure
RP/0/RP0/CPU0:router(config)# control-plane
RP/0/RP0/CPU0:router(config-ctrl)# management-plane
RP/0/RP0/CPU0:router(config-mpp)# inband
RP/0/RP0/CPU0:router(config-mpp-inband)# interface all
RP/0/RP0/CPU0:router(config-mpp-inbandoutband-all)# allow all peer
RP/0/RP0/CPU0:router(config-telnettftp-peer)# address ipv4 10.1.0.0/16