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

Enables privileged EXEC mode.

 

 

Enter your password if prompted.

 

Example:

 

 

Router> enable

 

Step 2

 

 

configure terminal

Enters global configuration mode.

 

Example:

 

 

Router# configure terminal

 

Step 3

 

 

ip host host-name ip-address

Assigns a host name to each of the network management

 

 

workstations, where hostname is the name assigned to the

 

Example:

Operations and Maintenance (O&M) workstation and

 

ip_address is the address of the network management

 

Router(config)# ip host om-work 10.0.0.1

 

workstation.

 

 

Step 4

 

 

interface loopback number

Creates a loopback interface for O&M.

 

Example:

 

 

Router(config-if)# interface loopback 5005

 

Step 5

 

 

ip-addressip-address subnet-mask

Configures the interval at which packets are sent to refresh

 

 

the MAC cache when HSRP is running.

 

Example:

 

 

Router(config-if)# ip-address 10.10.12.10 23

 

Step 6

 

 

end

Exits interface configuration mode.

 

Example:

 

 

Router(config-if)# end

 

Step 7

 

 

snmp-server host hostname [traps informs]

Specifies the recipient of a Simple Network Management

 

[version {1 2c 3 [auth noauth priv]}]

Protocol (SNMP) notification operation.

 

community-string [udp-portport]

The hostname is the name assigned to the Cisco Info Center

 

[notification-type]

 

 

workstation with the ip host command in Step 3.

 

Example:

 

 

Router(config-if)# snmp-server host snmp1

 

 

version 3 auth

 

Step 8

 

 

snmp-server community public ro

Specifies the public SNMP community name.

 

Example:

 

 

Router(config-if)# snmp-server community

 

 

snmppubliccom RO

 

Step 9

 

 

snmp-server community private rw

Specifies the private SNMP community name.

 

Example:

 

 

Router(config-if)# snmp-server community

 

 

snmpprivatecom RW

 

 

 

 

Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide

 

OL-23826-09

4-9

 

 

 

Page 91
Image 91
Cisco Systems A9014CFD manual Command or Action Purpose