CISCO-TRUSTSEC-SERVER-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-TRUSTSEC-SERVER-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoTrustSecServerMIB 1.3.6.1.4.1.9.9.741
This MIB module defines management objects for configuration and monitoring of the AAA servers in Cisco Trusted Security environment. Glossary: AAA - Authentication, Authorization, Accounting PAC - Protected Access Credential RADIUS - Remote Authentication Dial In User Service TrustSec - Cisco Trusted Security system TrustSec seed device: The seed devices is the one which has the AAA server address manually configured. All devices that connect to the seed device obtain the AAA server addresses via authentication and authorization.
         ciscoTrustSecServerMIBNotifs 1.3.6.1.4.1.9.9.741.0
             ctsvNoRadiusServerNotif 1.3.6.1.4.1.9.9.741.0.1
A ctsvNoRadiusServerNotif is generated if there is no RADIUS servers available for a CTS AAA request.
             ctsvNoProvisionSecretNotif 1.3.6.1.4.1.9.9.741.0.2
A ctsvNoProvisionSecretNotif is generated if the system does not have share secret available in order to provision a RADIUS server with PAC.
         ciscoTrustSecServerMIBObjects 1.3.6.1.4.1.9.9.741.1
             ctsvGlobalServerConfigObjects 1.3.6.1.4.1.9.9.741.1.1
                 ctsvAuthorizationList 1.3.6.1.4.1.9.9.741.1.1.1 snmpadminstring read-write
This object specifies the AAA server group which allows the TrustSec AAA library to build an AAA method list. Configuration of AAA named authorization list is only needed for the TrustSec seed device.
                 ctsvServerDeadTime 1.3.6.1.4.1.9.9.741.1.1.2 unsigned32 read-write
The object specifies how long a downloaded server should not be selected for service once it has been marked as dead.
                 ctsvServerLoadBalanceMethod 1.3.6.1.4.1.9.9.741.1.1.3 integer read-write
This object specifies the load-balance method used for selecting a downloaded server. none - no load-balance method used. leastOutstanding - choose the server with least outstanding transactions. Enumeration: 'leastOutstanding': 2, 'none': 1.
                 ctsvServerLoadBalanceBatchSize 1.3.6.1.4.1.9.9.741.1.1.4 unsigned32 read-write
This object specifies the size of the transaction batch which need to be load-balanced while choosing a downloaded server. Setting this object may not be allowed if the value of ctsvServerLoadBalanceMethod is 'none'.
                 ctsvUseSameProvisionedServer 1.3.6.1.4.1.9.9.741.1.1.5 truthvalue read-write
This object specifies whether using same provisioned PAC server throughout an session. Setting this object to 'false' means don't attempt to stay with the same PAC server throughout an authentication session. Setting this object may not be allowed if the value of ctsvServerLoadBalanceMethod is 'none'.
                 ctsvAllServerTestEnabled 1.3.6.1.4.1.9.9.741.1.1.6 truthvalue read-write
This object specifies whether the server-aliveness automated test is enabled for all TrustSec downloaded servers. The server-aliveness automated test generates a periodic test RADIUS request message to the downloaded server and expects to get a response back in order to mark that downloaded server as alive. ctsvAllServerTestEnabled is used by those servers which do not have per-server enable configuration. Setting ctsvAllServerTestEnabled affects all the instances of ctsvServerTestEnabled in ctsvServerTestConfigTable.
                 ctsvAllServerTestDeadTime 1.3.6.1.4.1.9.9.741.1.1.7 unsigned32 read-write
This object specifies the global server dead time configuration for all TrustSec downloaded servers. The value of deadtime indicates how long a server should not be retried once it has been marked as dead by the server-aliveness automated test. ctsvAllServerTestDeadTime is used by those servers which do not have per-server deadtime configuration. Setting ctsvAllServerTestDeadTime affects all the instances of ctsvServerTestDeadTime in ctsvServerTestConfigTable.
                 ctsvAllServerTestInterval 1.3.6.1.4.1.9.9.741.1.1.8 unsigned32 read-write
This object specifies the global test interval for all TrustSec downloaded servers. The value of interval indicates how frequent the test RADIUS requests will be sent. ctsvAllServerTestInterval is used by those servers which do not have per-server test interval configuration. Setting ctsvAllServerTestInterval affects all the instances of ctsvServerTestInterval in ctsvServerTestConfigTable.
                 ctsvServerKeyWrapEnabled 1.3.6.1.4.1.9.9.741.1.1.9 truthvalue read-write
This object specifies whether the TrustSec key wrap is enabled for all TrustSec downloaded servers.
             ctsvServerTestConfigObjects 1.3.6.1.4.1.9.9.741.1.2
                 ctsvServerTestConfigTable 1.3.6.1.4.1.9.9.741.1.2.1 no-access
A list of AAA servers with server specific TrustSec server-aliveness automated test configuration. This table contains exceptions from the global test configuration. Entry which contains same values as what are in ctsvAllServerTestEnabled, ctsvAllServerTestDeadTime, and ctsvAllServerTestInterval may be removed by the device. It is up to the agent to accept or reject such identical configuration.
                     ctsvServerTestConfigEntry 1.3.6.1.4.1.9.9.741.1.2.1.1 no-access
An entry containing the server-aliveness automated test configuration of a particular AAA server. An entry can be created, or deleted by using ctsvServerTestRowStatus. System may remove an entry automatically if ctsvServerTestEnabled, ctsvServerTestDeadTime, and ctsvServerTestInterval contain the same value as what are in ctsvAllServerTestEnabled, ctsvAllServerTestDeadTime, ctsvAllServerTestInterval. Each AAA server is associated with a set of automatic server-aliveness test configuration. By creating, deleting or modifying an entry in this table, users can add, delete or modify the server-aliveness configuration for a particular AAA server.
                         ctsvServerTestAddrType 1.3.6.1.4.1.9.9.741.1.2.1.1.1 inetaddresstype no-access
The type of Internet address for an AAA server.
                         ctsvServerTestAddr 1.3.6.1.4.1.9.9.741.1.2.1.1.2 inetaddress no-access
The Internet address for an AAA server. The type of this address is determined by the value of the ctsvServerTestAddrType object.
                         ctsvServerTestEnabled 1.3.6.1.4.1.9.9.741.1.2.1.1.3 truthvalue read-only
This object specifies whether the server-aliveness automated test is enabled or disabled for the AAA server. The server-aliveness automated test generates a periodic test RADIUS request message to the downloaded server and expects to get a response back in order to mark that downloaded server as alive, otherwise will mark it as dead.
                         ctsvServerTestDeadTime 1.3.6.1.4.1.9.9.741.1.2.1.1.4 unsigned32 read-only
This object specifies the server-aliveness automated test dead time for the AAA server. The value of deadtime indicates how long a server should not be retried once it has been marked as dead by the server-aliveness automated test.
                         ctsvServerTestInterval 1.3.6.1.4.1.9.9.741.1.2.1.1.5 unsigned32 read-only
This object specifies the server-aliveness automated test interval for the AAA server. The value of interval indicates how frequent the test RADIUS requests will be sent.
                         ctsvServerTestStorageType 1.3.6.1.4.1.9.9.741.1.2.1.1.6 storagetype read-only
The storage type for this conceptual row.
                         ctsvServerTestRowStatus 1.3.6.1.4.1.9.9.741.1.2.1.1.7 rowstatus read-only
The status of this conceptual row. All writable objects in this row may be modified at any time.
             ctsvProvisionedServerObjects 1.3.6.1.4.1.9.9.741.1.3
                 ctsvProvisionedServerTable 1.3.6.1.4.1.9.9.741.1.3.1 no-access
A list of AAA server which has been successfully provisioned with a PAC.
                     ctsvProvisionedServerEntry 1.3.6.1.4.1.9.9.741.1.3.1.1 no-access
An entry providing the information of the PAC provisioned AAA server. An entry will be created when the AAA server has been successfully provisioned with PAC. An entry will be removed when the server no longer provisioned with PAC.
                         ctsvProvisionedServerAddrType 1.3.6.1.4.1.9.9.741.1.3.1.1.1 inetaddresstype no-access
The type of Internet address of the provisioned server.
                         ctsvProvisionedServerAddr 1.3.6.1.4.1.9.9.741.1.3.1.1.2 inetaddress no-access
The Internet address of the provisioned server. The type of this address is determined by the value of the ctsvProvisionedServerAddrType object.
                         ctsvProvisionedServerPort 1.3.6.1.4.1.9.9.741.1.3.1.1.3 inetportnumber read-only
The value indicates the UDP port number used by the provisioned server.
                         ctsvProvisionedServerAuthorityId 1.3.6.1.4.1.9.9.741.1.3.1.1.4 ctsacsauthorityidentity read-only
This object indicates the authority identity of the provisioned server.
                         ctsvProvisionedServerStatus 1.3.6.1.4.1.9.9.741.1.3.1.1.5 integer read-only
This object indicates the status of the provisioned server. Enumeration: 'dead': 2, 'alive': 1.
                         ctsvProvisionedServerTestEnabled 1.3.6.1.4.1.9.9.741.1.3.1.1.6 truthvalue read-only
This object indicates whether the server-aliveness automated test of the provisioned server is enabled.
                         ctsvProvisionedServerTestInterval 1.3.6.1.4.1.9.9.741.1.3.1.1.7 unsigned32 read-only
This object indicates the operational server-aliveness automated test interval of the provisioned server. The interval is used to indicate how often the test RADIUS request should be sent to the PAC server.
                         ctsvProvisionedServerTestDeadTime 1.3.6.1.4.1.9.9.741.1.3.1.1.8 unsigned32 read-only
This object indicates the server-aliveness automated test deadtime of the provisioned server. The deadtime indicates how long the PAC provisioned server should not be retried once it has been marked dead during the server-aliveness automated test.
                         ctsvProvisionedServerKeyWrapEnabled 1.3.6.1.4.1.9.9.741.1.3.1.1.9 truthvalue read-only
This object indicates the TrustSec key wrap operational status of the provisioned server.
             ctsvDownloadServerListObjects 1.3.6.1.4.1.9.9.741.1.4
                 ctsvDownloadServerListTable 1.3.6.1.4.1.9.9.741.1.4.1 no-access
A list of the downloaded server list in the TrustSec system.
                     ctsvDownloadServerListEntry 1.3.6.1.4.1.9.9.741.1.4.1.1 no-access
An entry containing the information of the specific downloaded server list in TrustSec system. An entry is created when a new downloaded server list has been acquired during the TrustSec environment data downloaded. An entry will be removed if the downloaded server list is removed after TrustSec environment data refresh.
                         ctsvDownloadServerListName 1.3.6.1.4.1.9.9.741.1.4.1.1.1 snmpadminstring no-access
This object indicates the name of the downloaded server list.
                         ctsvDownloadServerListGenNum 1.3.6.1.4.1.9.9.741.1.4.1.1.2 octet string read-only
A hexadecimal string indicating the generation number of the specific downloaded server list.
                         ctsvDownloadServerListServerCount 1.3.6.1.4.1.9.9.741.1.4.1.1.3 unsigned32 read-only
This object indicates the number of servers within the downloaded server list.
             ctsvDownloadServerObjects 1.3.6.1.4.1.9.9.741.1.5
                 ctsvDownloadServerTable 1.3.6.1.4.1.9.9.741.1.5.1 no-access
A list of downloaded server in the TrustSec system.
                     ctsvDownloadServerEntry 1.3.6.1.4.1.9.9.741.1.5.1.1 no-access
An entry containing the information of the specific downloaded server. An entry is created when a downloaded server is added during TrustSec environment data downloaded. An entry is removed if the downloaded server is removed after TrustSec environment data downloaded.
                         ctsvDownloadServerAddrType 1.3.6.1.4.1.9.9.741.1.5.1.1.1 inetaddresstype no-access
The type of Internet address of the downloaded server.
                         ctsvDownloadServerAddr 1.3.6.1.4.1.9.9.741.1.5.1.1.2 inetaddress no-access
The Internet address of the downloaded server. The type of this address is determined by the value of the ctsvDownloadServerAddrType object.
                         ctsvDownloadServerPort 1.3.6.1.4.1.9.9.741.1.5.1.1.3 inetportnumber read-only
This object indicates the UDP port number used by the downloaded server.
                         ctsvDownloadServerProvisioned 1.3.6.1.4.1.9.9.741.1.5.1.1.4 truthvalue read-only
This object indicates whether the downloaded server have been successfully provisioned.
                         ctsvDownloadServerAuthorityId 1.3.6.1.4.1.9.9.741.1.5.1.1.5 ctsacsauthorityidentity read-only
This object indicates the Authorization Identifier of the downloaded server.
                         ctsvDownloadServerStatus 1.3.6.1.4.1.9.9.741.1.5.1.1.6 integer read-only
This object indicates the status of the downloaded server. Enumeration: 'dead': 2, 'alive': 1.
                         ctsvDownloadServerTestEnabled 1.3.6.1.4.1.9.9.741.1.5.1.1.7 truthvalue read-only
This object indicates whether the server-aliveness automated test of the downloaded server is currently enabled or disabled.
                         ctsvDownloadServerTestInterval 1.3.6.1.4.1.9.9.741.1.5.1.1.8 unsigned32 read-only
This object indicates the operational test interval of the downloaded server. The interval is used to indicate how often the test RADIUS request should be sent to the downloaded server.
                         ctsvDownloadServerTestDeadTime 1.3.6.1.4.1.9.9.741.1.5.1.1.9 unsigned32 read-only
This object indicates the operational deadtime of the downloaded server.
                         ctsvDownloadServerKeyWrapEnabled 1.3.6.1.4.1.9.9.741.1.5.1.1.10 truthvalue read-only
This object indicates the TrustSec key wrap operational status of the downloaded server. Among all the servers in the same server list, only one server can have operational key wrap enabled if the value of ctsvAllServerKeyWrapEnabled is 'true'.
             ctsvNotificationControlObjects 1.3.6.1.4.1.9.9.741.1.6
                 ctsvNoRadiusServerNotifEnable 1.3.6.1.4.1.9.9.741.1.6.1 truthvalue read-write
This variable specifies whether the system generates the ctsvNoRadiusServerNotif. A value of 'false' will prevent ctsvNoRadiusServerNotif notifications from being generated by this system.
                 ctsvNoProvisionSecretNotifEnable 1.3.6.1.4.1.9.9.741.1.6.2 truthvalue read-write
This variable specifies whether the system generates the ctsvNoProvisionSecretNotif. A value of 'false' will prevent ctsvNoProvisionSecretNotif notifications from being generated by this system.
             ctsvNotificationOnlyInfoObjects 1.3.6.1.4.1.9.9.741.1.7
                 ctsvServerNotifMsg 1.3.6.1.4.1.9.9.741.1.7.1 snmpadminstring no-access
This object indicates detail message associated with notifications.
                 ctsvServerNoProvisionSecretAddrType 1.3.6.1.4.1.9.9.741.1.7.2 inetaddresstype no-access
This object indicates the type of IP address for which server has no shared secret available for provisioning PAC.
                 ctsvServerNoProvisionSecretAddr 1.3.6.1.4.1.9.9.741.1.7.3 inetaddress no-access
This object indicates the IP address for which server has no shared secret available for provisioning PAC. The type of this address is determined by the value of ctsvServerNoProvisionSecretAddrType object.
         ciscoTrustSecServerMIBConform 1.3.6.1.4.1.9.9.741.2
             ciscoTrustSecServerMIBCompliances 1.3.6.1.4.1.9.9.741.2.1
                 ciscoTrustSecServerMIBCompliance 1.3.6.1.4.1.9.9.741.2.1.1
The compliance statement for the CISCO-TRUSTSEC-SERVER-MIB.
                 ciscoTrustSecServerMIBCompliance2 1.3.6.1.4.1.9.9.741.2.1.2
The compliance statement for the CISCO-TRUSTSEC-SERVER-MIB.
             ciscoTrustSecServerMIBGroups 1.3.6.1.4.1.9.9.741.2.2
                 ciscoTrustSecMIBServerConfigGroup 1.3.6.1.4.1.9.9.741.2.2.1
A collection of objects that provides the configuration for TrustSec downloaded server group.
                 ciscoTrustSecMIBGlobalServerTestGroup 1.3.6.1.4.1.9.9.741.2.2.2
A collection of objects that provides the global configuration of server-aliveness automated test.
                 ciscoTrustSecMIBServerTestGroup 1.3.6.1.4.1.9.9.741.2.2.3
A collection of objects that provides the per-server configuration of server-aliveness automated test.
                 ciscoTrustSecMIBProvisionedServerGroup 1.3.6.1.4.1.9.9.741.2.2.4
A collection of objects that provides the configuration for the individual server in the PAC server list.
                 ciscoTrustSecMIBDownloadServerListGroup 1.3.6.1.4.1.9.9.741.2.2.5
A collection of objects that provides the configuration for the individual downloaded server list.
                 ciscoTrustSecMIBDownloadServerGroup 1.3.6.1.4.1.9.9.741.2.2.6
A collection of objects that provides the configuration for the individual server in the downloaded server group.
                 ciscoTrustSecServerMIBKeyWrapGroup 1.3.6.1.4.1.9.9.741.2.2.7
A collection of objects that provides the Trustsec key wrap information for the downloaded servers.
                 ciscoTrustSecServerMIBNotifsCtrlGroup 1.3.6.1.4.1.9.9.741.2.2.8
A collection of objects providing notification control for TrustSec Server.
                 ciscoTrustSecServerMIBNotifsOnlyInfoGroup 1.3.6.1.4.1.9.9.741.2.2.9
A collection of objects providing the notification information for TrustSec Server.
                 ciscoTrustSecServerMIBNotifsGroup 1.3.6.1.4.1.9.9.741.2.2.10
A collection of notifications for TrustSec server.