Datasheet

Network Analysis Module (NM-NAM)
How to Configure and Manage the Network Analysis Module (NM-NAM)
17
Cisco IOS Release: Multiple releases (see the Feature History Table)
SUMMARY STEPS
1. enable
2. configure terminal
3. aaa authentication login list-name none
4. line number
5. login authentication list-name
6. end
7. show running-config
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 nam
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 NM-NAM 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 nam
Applies the authentication list to the line.
Specify the list name that you configured in Step 3.