Cisco Systems WSC2960X24PDL Monitoring SNMP Status, snmp-server tftp-server-list, Detailed Steps

Models: WSC2960X24TSL C2960XSTACK WSC2960X24PDL WSC2960X24TSLL WSC2960X24PSL WSC2960X48TSL WSC2960X24TDL

1 112
Download 112 pages 36.97 Kb
Page 74
Image 74
Step 2 snmp-server tftp-server-list

Configuring Simple Network Management Protocol

Monitoring SNMP Status

DETAILED STEPS

 

Command or Action

Purpose

Step 1

configure terminal

Enters the global configuration mode.

 

Example:

 

 

Switch# configure terminal

 

Step 2 snmp-server tftp-server-list

access-list-number

Example:

Switch(config)# snmp-servertftp-server-list 44

Limits the TFTP servers used for configuration file copies through SNMP to the servers in the access list.

For access-list-number, enter an IP standard access list numbered from 1 to 99 and 1300 to 1999.

Step 3 access-listaccess-list-number {deny permit} source [source-wildcard]

Example:

Switch(config)# access-list 44 permit 10.1.1.2

Step 4

end

Example:

Switch(config)# end

Creates a standard access list, repeating the command as many times as necessary.

For access-list-number, enter the access list number specified in Step 2.

The deny keyword denies access if the conditions are matched. The permit keyword permits access if the conditions are matched.

For source, enter the IP address of the TFTP servers that can access the switch.

(Optional) For source-wildcard, enter the wildcard bits, in dotted decimal notation, to be applied to the source. Place ones in the bit positions that you want to ignore.

The access list is always terminated by an implicit deny statement for everything.

Returns to privileged EXEC mode.

Monitoring SNMP Status

To display SNMP input and output statistics, including the number of illegal community string entries, errors, and requested variables, use the show snmp privileged EXEC command. You also can use the other privileged EXEC commands listed in the table to display SNMP information.

 

Catalyst 2960-X Switch Network Management Configuration Guide, Cisco IOS Release 15.0(2)EX

62

OL-29044-01

Page 74
Image 74
Cisco Systems WSC2960X24PDL manual Monitoring SNMP Status, snmp-server tftp-server-list, access-list-number, Detailed Steps