Datasheet

Network Analysis Module (NM-NAM)
How to Configure and Manage the Network Analysis Module (NM-NAM)
24
Cisco IOS Release: Multiple releases (see the Feature History Table)
Examples
This section provides the following examples:
Configuring the NM-NAM: Example, page 24
Checking Network Connectivity with Ping: Example, page 24
Sample Output for the show ip NAM CLI Command, page 25
Configuring the NM-NAM: Example
In the following example, the external NAM interface is used for management traffic. The HTTP server
and Telnet access are enabled. The resulting NAM CLI prompt is
root@nam1.cisco.com#.
!
ip address 172.20.105.215 255.255.255.192
!
ip host "nam1"
!
ip domain "cisco.com"
!
ip gateway 172.20.105.210
!
ip broadcast 10.255.255.255
!
ip nameserver 209.165.201.29
!
ip interface external
!
ip http server enable
!
exsession on
!
Checking Network Connectivity with Ping: Example
root@nam1.cisco.com# ping 172.20.105.213
PING 172.20.105.213 (172.20.105.213) from 172.20.105.215 : 56(84) bytes of data.
64 bytes from 172.20.105.213: icmp_seq=0 ttl=255 time=353 usec
64 bytes from 172.20.105.213: icmp_seq=1 ttl=255 time=289 usec
64 bytes from 172.20.105.213: icmp_seq=2 ttl=255 time=284 usec
64 bytes from 172.20.105.213: icmp_seq=3 ttl=255 time=283 usec
64 bytes from 172.20.105.213: icmp_seq=4 ttl=255 time=297 usec
--- 172.20.105.213 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max/mdev = 0.283/0.301/0.353/0.028 ms
root@nam1.cisco.com#
Step 9
ping {host | ip-address}
Example:
root@nam1# ping 10.20.30.40
Checks connectivity to a network device.
Verify connectivity to the router or another known host.
Step 10
show ip
Example:
root@nam1# show ip
Displays the NAM IP parameters.
Verify that you properly configured the NM-NAM.
Command or Action Purpose