25
Catalyst 6000 Family Network Analysis Module Installation and Configuration Note
78-10406-05
Configuring the NAM
Step 5
Configure the IP address and subnet mask by entering this command:
root@localhost#
ip address
ip-address subnet-mask
Step 6
Configure the IP broadcast address by entering this command:
root@localhost#
ip broadcast
broadcast-address
Step 7
Configure the IP host name used in the CLI prompt,
show
commands, and log messages by entering
this command:
root@localhost#
ip host
name
Step 8
Configure the default gateway by entering this command:
root@localhost#
ip gateway
default-gateway
Step 9
Configure the domain name for the NAM by entering this command:
root@localhost#
ip domain
domain-name
Step 10
Configure one or more IP addresses as DNS name servers by entering this command:
root@localhost#
ip nameserver
ip-address
[
ip-address
]
Step 11
Verify the NAM configuration by entering this command:
root@localhost#
show ip
Step 12
Configure the SNMP
syslocation MIB variable by entering this command:
root@localhost#
snmp location
location-string
Note
The MIB variables in
Step 13
and
Step 14
must be valid DisplayString texts, each with a
maximum length of 64 characters.
Step 13
Set the SNMP sysContact MIB variable by entering this command:
root@localhost#
snmp contact
contact-string
Step 14
Set the SNMP
sysName MIB variable by entering this command:
root@localhost#
snmp name
name-string
Note
You can delete the SNMP location, SNMP contact, or SNMP name by entering the respective
command without any parameters.
Step 15
Set the SNMP agent community string parameter password for read-write access by entering this
command:
root@localhost#
snmp community
community-string
rw
Step 16
Set the SNMP agent community string parameter password for read-only access by entering this
command:
root@localhost#
snmp community
community-string
ro
Note
Clear the SNMP community string with the
snmp delete community
community-string
command.