Cisco Systems SMNMADPTR Router User Manual


 
33
Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.0
OL-14942-02
Configuring the NME-NAM-120S for Management
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
aaa authentication login list-name none
Example:
Router(config)# aaa authentication login name
none
Creates a local authentication list.
The none keyword specifies no authentication for this
list.
Step 4
line number
Example:
Router(config)# line 33
Enters line configuration mode for the line to which you
want to apply the authentication list.
The number value is determined by the slot number in
which the NME-NAM-120S is installed:
number = (32 x slot) + 1 (for Cisco 3700 series)
number = ( (32 x slot) + 1) x 2 (for Cisco 2800 and
Cisco 3800 series)
Step 5
login authentication list-name
Example:
Router(config-line)# login authentication name
Applies the authentication list to the line.
Specify the authentication list name that you
configured in Step 3.
Step 6
end
Example:
Router(config-line)# end
Returns to privileged EXEC mode.
Step 7
show running-config
Example:
Router# show running-config
Displays the contents of the currently running configuration
file.
Verify that you configured the local authentication list
and applied it to the line associated with the
NME-NAM-120S.