Cisco Systems A9014CFD Router User Manual


 
4-9
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 4 Managing and Monitoring Network Management Features
How to Configure Network Management Features on ASR 901
DETAILED STEPS
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
ip host
host-name ip-address
Example:
Router(config)# ip host om-work 10.0.0.1
Assigns a host name to each of the network management
workstations, where hostname is the name assigned to the
Operations and Maintenance (O&M) workstation and
ip_address is the address of the network management
workstation.
Step 4
interface loopback
number
Example:
Router(config-if)# interface loopback 5005
Creates a loopback interface for O&M.
Step 5
ip-address
ip-address subnet-mask
Example:
Router(config-if)# ip-address 10.10.12.10 23
Configures the interval at which packets are sent to refresh
the MAC cache when HSRP is running.
Step 6
end
Example:
Router(config-if)# end
Exits interface configuration mode.
Step 7
snmp-server host
hostname
[traps | informs]
[version {1 | 2c | 3 [auth | noauth | priv]}]
community-string
[udp-port
port
]
[
notification-type
]
Example:
Router(config-if)# snmp-server host snmp1
version 3 auth
Specifies the recipient of a Simple Network Management
Protocol (SNMP) notification operation.
The hostname is the name assigned to the Cisco Info Center
workstation with the ip host command in Step 3.
Step 8
snmp-server community
public
ro
Example:
Router(config-if)# snmp-server community
snmppubliccom RO
Specifies the public SNMP community name.
Step 9
snmp-server community
private
rw
Example:
Router(config-if)# snmp-server community
snmpprivatecom RW
Specifies the private SNMP community name.