Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SNMP

Status
Not open for further replies.

dhibsystel

Technical User
Jan 30, 2007
254
TN
I have an XOS swicth
I wan to activate an snmp to supervise a swicth. (PRTG)

what is the commands to enter ?

many thanks
 
ExtremeXOS can concurrently support SNMPv1/v2c and SNMPv3. The default is both types of SNMP enabled. Network managers can access the device with either SNMPv1/v2c methods or SNMPv3.

To enable concurrent support, use the following command:
enable snmp access

To prevent any type of SNMP access, use the following command:
disable snmp access

To prevent access using SNMPv1/v2c methods and allow access using SNMPv3 methods only, use the following commands:
enable snmp access
disable snmp access {snmp-v1v2c}


The switch cannot be configured to simultaneously allow SNMPv1/v2c access and prevent SNMPv3 access.

Most of the commands that support SNMPv1/v2c use the keyword snmp; most of the commands that support SNMPv3 use the keyword snmpv3.

After a switch reboot, all slots must be in the “Operational” state before SNMP can manage and access
the slots. To verify the current state of the slot, use the show slot command.

To configure a trap receiver on a switch, use the following command:
configure snmp add trapreceiver <ip_address> community [[hex <hex_community_name>]
| <community_name>] {port <port_number>} {from <src_ip_address>} {mode <trap_mode>
[enhanced | standard]}


To configure SNMP to use an ACL policy, use the following command:
configure snmp access-profile <profile_name>

To display the SNMP settings configured on the switch, use the following command:
show management

MCSE CCNA CCDA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top