snmp-server agent-port

Syntax

snmp-server agent-port <PORT>

no snmp-server agent-port [<PORT>]

Description

Sets the UDP port number that the SNMP master agent uses to communicate. UDP port 161 is the default port.

The no form of this command sets the SNMP master agent port to the default value.

Command context

config

Parameters

<PORT>

Specifies the UDP port number that the SNMP master agent will use. Range: 1 to 65535. Default: 161.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Setting the SNMP master agent port to 2000:

switch(config)# snmp-server agent-port 2000

Resetting the SNMP master agent port to the default value:

switch(config-schedule)# no snmp-server agent-port 2000