![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
All CLI Simple Network Management Protocol (SNMP) Server CONFIG commands are listed in Table 23 in alphabetical order.The SNMP Server CONFIG level allows you to configure SNMP server parameters on TIBCO Messaging Appliance systems on a system by system basis. You reach this level by entering snmp-server at the Global CONFIG level.tibco# configuretibco(config)# snmp-server
Table 23 SNMP CONFIG Commands Use this command to configure an authorized SNMPv2c community for read-only access to the SNMP server MIBs, associate SNMPv2c communities with SNMP MIB views, and create and modify the SNMPv2c community table, Each community is associated with a group.
Note: SNMPv2c community names can contain up to 31 alphanumeric characters, and must be unique among all created communities.tibco(config-snmp-server)# community ontario group california<name> is the name of the person who manages the server (1 to 255 characters). Use quotes around the name when it is two or more terms.tibco(config-snmp-server)# contact “Bob Smith”TIBCO Messaging Appliance P-7500 system recognizes up to 16 groups for SNMP access. Use this command to create or modify an SNMP group.
Note: Group names can contain up to 31 alphanumeric characters, and must be unique among all created groups.v2c|v3 is the version of the SNMP protocol to be used to access the group. SNMPv2c is used as a default if no version is specified.auth | noauth | priv is the minimum level of security needed to access the group. This applies to SNMPv3 notification traps only.
Note: SNMPv3 groups can have any of the following predefined SNMPv3 security levels:By default no SNMP trap hosts (that is, clients) are notified of SNMP traps. Use this command to designate an SNMP trap host as a recipient for SNMP trap notifications.host <ip-addr> traps [ {v2c | v3 {{auth | noauth | priv} user <name>}}] [port <port>]<ip-addr> is the IP address of the SNMP trap host, specified in the dotted decimal notation form nnn.nnn.nnn.nnnv2c | v3 is the version of the SNMP protocol to be used. SNMPv2c traps are generated as a default if no version is specified.auth | noauth | priv is the authentication level of the trap. This applies to SNMPv3 traps only. The parameter noauth is used as a default if this parameter is not provided.<port> is the TCP port on the host where notifications are to be sent, specified as a decimal value from 0 to 65,535. Port 162 is used as a default if this parameter is not provided.<name> is the name of the server’s physical location (1 to 255 characters). Use quotes around the name when it is two or more terms.tibco(config-snmp-server)# location “10009 Highway 83”By default the SNMP server is disabled (that is, not running) on the TIBCO Messaging Appliance P-7500 system.The shutdown command does not have any parameters or subcommands.
Note: SNMPv3 user names can contain up to 31 alphanumeric characters, and must be unique among all created users.
Note: An SNMP user password can contain 8 to 128 alphanumeric characters, and can be used with all created users, whether v2c or v3.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |