EXTREME-SERVICES-MIB

File: EXTREME-SERVICES-MIB.mib (18212 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB EXTREME-BASE-MIB
SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE InetAddressType
InetAddress extremeAgent TEXTUAL-CONVENTION
TruthValue RowStatus

Defined Types

AuthServerType  
The type of authentication/accounting server.
TEXTUAL-CONVENTION    
  INTEGER radius(1), radius-acct(2), tacacs(3), tacacs-acct(4)  

AuthServerAccessType  
Specifies whether the server is for authenticating mangement or netlogin accesses
TEXTUAL-CONVENTION    
  INTEGER mgmt-access(1), netlogin(2)  

ExtremeRemoteSyslogServerEntry  
SEQUENCE    
  extremeRemoteSyslogServerAddressType InetAddressType
  extremeRemoteSyslogServerAddress InetAddress
  extremeRemoteSyslogServerPort INTEGER
  extremeRemoteSyslogServerFacility INTEGER
  extremeRemoteSyslogServerSeverity BITS
  extremeRemoteSyslogServerStatus RowStatus

ExtremeDNSServerEntry  
SEQUENCE    
  extremeDNSServerAddressIndex INTEGER
  extremeDNSServerAddressType InetAddressType
  extremeDNSServerAddress InetAddress

ExtremeAuthServerEnableEntry  
SEQUENCE    
  extremeAuthServerEnableServerType AuthServerType
  extremeAuthServerEnableAccessType AuthServerAccessType
  extremeAuthServerEnable TruthValue

ExtremeAuthServerEntry  
SEQUENCE    
  extremeAuthServerIndex INTEGER
  extremeAuthServerAddressType InetAddressType
  extremeAuthServerAddress InetAddress
  extremeAuthServerClientAddressType InetAddressType
  extremeAuthServerClientAddress InetAddress
  extremeAuthServerPort INTEGER
  extremeAuthServerSecret OCTET STRING
  extremeAuthServerReTransmit INTEGER
  extremeAuthServerType AuthServerType
  extremeAuthServerIsPrimary TruthValue
  extremeAuthServerAccessType AuthServerAccessType
  extremeAuthServerStatus RowStatus

Defined Values

extremeServices 1.3.6.1.4.1.1916.1.26
Extreme Upper layer services objects
MODULE-IDENTITY    

extremeSyslog 1.3.6.1.4.1.1916.1.26.1
OBJECT IDENTIFIER    

extremeDNS 1.3.6.1.4.1.1916.1.26.3
OBJECT IDENTIFIER    

extremeAuthServer 1.3.6.1.4.1.1916.1.26.4
OBJECT IDENTIFIER    

extremeRemoteSyslogServerTable 1.3.6.1.4.1.1916.1.26.1.1
This table is used to configure remote syslog servers and contains information on the same.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeRemoteSyslogServerEntry

extremeRemoteSyslogServerEntry 1.3.6.1.4.1.1916.1.26.1.1.1
An entry in the extremeRemoteSyslogServerTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeRemoteSyslogServerEntry  

extremeRemoteSyslogServerAddressType 1.3.6.1.4.1.1916.1.26.1.1.1.1
The type of address specified in the object 'extremeRemoteSyslogServerAddress'. Currently, only 'ipv4' and 'dns' are supported.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

extremeRemoteSyslogServerAddress 1.3.6.1.4.1.1916.1.26.1.1.1.2
The address of the remote syslog server. This can be a DNS name or an IPv4 address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(1..255)  

extremeRemoteSyslogServerPort 1.3.6.1.4.1.1916.1.26.1.1.1.3
The UDP port number of the remote syslog server to which syslog messages will be sent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

extremeRemoteSyslogServerFacility 1.3.6.1.4.1.1916.1.26.1.1.1.4
The facility which will be sent in all syslog messages to this remote syslog server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER local0(1), local1(2), local2(3), local3(4), local4(5), local5(6), local6(7), local7(8)  

extremeRemoteSyslogServerSeverity 0.1.2.3.4.5.6.7.1.3.6.1.4.1.1916.1.26.1.1.1.5
The syslog message severity. All syslog messages of the specified severity for which the Bits are set, will be sent to this syslog server. When setting this object in a 'createAndGo' request, all lower bits upto and including the desired bit position must be set. For example, if bit info(4) needs to be set then bits critical(0), error(1), warning(2), notice(3) and info(4) must also be set in the request. Consequently, all syslog messages of a given severity and higher will be sent to the syslog server. It is not possible to send messages that match only a few selected non-contiguous severities.
Status: current Access: read-create
OBJECT-TYPE    
  BITS critical(0), error(1), warning(2), notice(3), info(4), debugSummary(5), debugVerbose(6), debugData(7)  

extremeRemoteSyslogServerStatus 1.3.6.1.4.1.1916.1.26.1.1.1.6
The status of the Row as per standard row status conventions. Only 'createAndGo', 'active' and 'destroy' will be supported. It is not possible to change the values of the objects of a row once it has been created, except by 'destroy'ing and re-creating the row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeEnableRemoteSyslog 1.3.6.1.4.1.1916.1.26.1.2
The enable/disable status of remote syslog messages.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeDNSServerTable 1.3.6.1.4.1.1916.1.26.3.1
This table is used to configure DNS servers. There can be at most two rows in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeDNSServerEntry

extremeDNSServerEntry 1.3.6.1.4.1.1916.1.26.3.1.1
An entry in the extremeDNSServerTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeDNSServerEntry  

extremeDNSServerAddressIndex 1.3.6.1.4.1.1916.1.26.3.1.1.1
This is an integer index. Only 1 and 2 are supported for this
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2  

extremeDNSServerAddressType 1.3.6.1.4.1.1916.1.26.3.1.1.2
The address type of the DNS server. This can be a DNS name or an IPv4 address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

extremeDNSServerAddress 1.3.6.1.4.1.1916.1.26.3.1.1.3
The address of the DNS server. This can be a DNS name or an IPv4 address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(1..255)  

extremeAuthServerEnableTable 1.3.6.1.4.1.1916.1.26.4.1
This table is used to enable/disable Auth servers
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeAuthServerEnableEntry

extremeAuthServerEnableEntry 1.3.6.1.4.1.1916.1.26.4.1.1
An entry in the extremeAuthServerEnableTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeAuthServerEnableEntry  

extremeAuthServerEnableServerType 1.3.6.1.4.1.1916.1.26.4.1.1.1
Specifies whether this is a radius/radius-acct/tacacs/tacacs-acct server
Status: current Access: not-accessible
OBJECT-TYPE    
  AuthServerType  

extremeAuthServerEnableAccessType 1.3.6.1.4.1.1916.1.26.4.1.1.2
Specifies whether this server is for management access or netlogin access.
Status: current Access: not-accessible
OBJECT-TYPE    
  AuthServerAccessType  

extremeAuthServerEnable 1.3.6.1.4.1.1916.1.26.4.1.1.3
Enable/Disable the Radius/tacas Server
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeAuthServerTable 1.3.6.1.4.1.1916.1.26.4.2
This table is used to configure radius/tacacs servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeAuthServerEntry

extremeAuthServerEntry 1.3.6.1.4.1.1916.1.26.4.2.1
An entry in the extremeAuthServerTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeAuthServerEntry  

extremeAuthServerIndex 1.3.6.1.4.1.1916.1.26.4.2.1.1
Integer index of the server.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..8  

extremeAuthServerAddressType 1.3.6.1.4.1.1916.1.26.4.2.1.2
Type IP address of the radius/tacas server.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

extremeAuthServerAddress 1.3.6.1.4.1.1916.1.26.4.2.1.3
IP address of the radius/tacas server.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

extremeAuthServerClientAddressType 1.3.6.1.4.1.1916.1.26.4.2.1.4
Type of IP address to use as the SRC address when contacting the the radius/tacas server. The radius/tacas server should be configured with this address as one of its clients. The switch should have a VLAN with this IP address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

extremeAuthServerClientAddress 1.3.6.1.4.1.1916.1.26.4.2.1.5
IP address to use as the SRC address when contacting the the radius/tacas server. The radius/tacas server should be configured with this address as one of its clients. The switch should have a VLAN with this IP address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

extremeAuthServerPort 1.3.6.1.4.1.1916.1.26.4.2.1.6
Port number of the radius/tacas server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

extremeAuthServerSecret 1.3.6.1.4.1.1916.1.26.4.2.1.7
This is the shared secret between the Authenticator and radius/tacas server. This is logically write-only.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

extremeAuthServerReTransmit 1.3.6.1.4.1.1916.1.26.4.2.1.8
This is the timeout in seconds after which the Authenticator will re transmit requests to the radius/tacas server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

extremeAuthServerType 1.3.6.1.4.1.1916.1.26.4.2.1.9
Specifies whether this is a radius/radius-acct/tacacs/tacacs-acct server
Status: current Access: read-write
OBJECT-TYPE    
  AuthServerType  

extremeAuthServerIsPrimary 1.3.6.1.4.1.1916.1.26.4.2.1.10
Specifies whether this is the primary or the secondary server. Is TRUE if the server is primary.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeAuthServerAccessType 1.3.6.1.4.1.1916.1.26.4.2.1.11
Specifies whether this server is for management access or netlogin access
Status: current Access: read-write
OBJECT-TYPE    
  AuthServerAccessType  

extremeAuthServerStatus 1.3.6.1.4.1.1916.1.26.4.2.1.12
The status of the Row as per standard row status conventions. Only 'createAndGo', 'active' and 'destroy' will be supported. It is not possible to change the values of the objects of a row once it has been created, except by 'destroy'ing and re-creating the row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus