ZYXEL-RADIUS-MIB

File: ZYXEL-RADIUS-MIB.mib (11139 bytes)

Imported modules

RFC1155-SMI SNMPv2-SMI SNMPv2-TC
RFC1213-MIB P-BRIDGE-MIB Q-BRIDGE-MIB
BRIDGE-MIB IF-MIB SNMP-FRAMEWORK-MIB
INET-ADDRESS-MIB DISMAN-PING-MIB IEEE8021-CFM-MIB
OSPF-MIB ZYXEL-ES-SMI

Imported symbols

enterprises OBJECT-TYPE RowStatus
DateAndTime TruthValue StorageType
MacAddress DisplayString EnabledStatus
PortList dot1dBasePort InterfaceIndexOrZero
SnmpAdminString InetAddressType InetAddress
OperationResponseStatus Counter TimeTicks
BridgeId Timeout dot1agCfmMdIndex
dot1agCfmMaIndex dot1agCfmMepIdentifier IpAddress
ifIndex NOTIFICATION-TYPE sysObjectID
ospfIfIpAddress ospfAddressLessIf ospfAreaId
ospfNbrIpAddr ospfNbrAddressLessIndex ospfLsdbAreaId
ospfLsdbType ospfLsdbLsid ospfLsdbRouterId
ospfVirtIfAreaId ospfVirtIfNeighbor esMgmt

Defined Types

ZyxelRadiusAuthenticationServerEntry  
SEQUENCE    
  zyRadiusAuthenticationServerIndex INTEGER
  zyRadiusAuthenticationServerIpAddr IpAddress
  zyRadiusAuthenticationServerUdpPort INTEGER
  zyRadiusAuthenticationServerSharedSecret DisplayString

ZyxelRadiusAccountingServerEntry  
SEQUENCE    
  zyRadiusAccountingServerIndex INTEGER
  zyRadiusAccountingServerIpAddr IpAddress
  zyRadiusAccountingServerUdpPort INTEGER
  zyRadiusAccountingServerSharedSecret DisplayString

Defined Values

zyxelRadius 1.3.6.1.4.1.890.1.15.3.71
The subtree for radius
MODULE-IDENTITY    

zyxelRadiusServerSetup 1.3.6.1.4.1.890.1.15.3.71.1
OBJECT IDENTIFIER    

zyxelRadiusServerNotifications 1.3.6.1.4.1.890.1.15.3.71.2
OBJECT IDENTIFIER    

zyxelRadiusAuthenticationServerSetup 1.3.6.1.4.1.890.1.15.3.71.1.1
OBJECT IDENTIFIER    

zyRadiusAuthenticationServerMode 1.3.6.1.4.1.890.1.15.3.71.1.1.1
This field is valid only if you configure multiple RADIUS servers. Select index-priority and the switch tries to authenticate with the first configured RADIU server, if the RADIUS server does not respond then this switch tries to authenticate with the second RADIUS server. Select round-robin to alternate between the RADIUS servers that it sends authentication requests to.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER index-priority(1), round-robin(2)  

zyRadiusAuthenticationServerTimeout 1.3.6.1.4.1.890.1.15.3.71.1.1.2
Specify the amount of time in seconds that the switch waits for an authentication request response from the RADIUS server. If you are using index-priority for your authentication and you are using two RADIUS servers then the timeout value is divided between the two RADIUS servers. For example, if you set the timeout value to 30 seconds, then the Switch waits for a response from the first RADIUS server for 15 seconds and then tries the second RADIUS server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

zyxelRadiusAuthenticationServerTable 1.3.6.1.4.1.890.1.15.3.71.1.1.3
The table contains RADIUS authentication server configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZyxelRadiusAuthenticationServerEntry

zyxelRadiusAuthenticationServerEntry 1.3.6.1.4.1.890.1.15.3.71.1.1.3.1
An entry contains RADIUS authentication server configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZyxelRadiusAuthenticationServerEntry  

zyRadiusAuthenticationServerIndex 1.3.6.1.4.1.890.1.15.3.71.1.1.3.1.1
An index that uniquely identifies a RADIUS authentication entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

zyRadiusAuthenticationServerIpAddr 1.3.6.1.4.1.890.1.15.3.71.1.1.3.1.2
Enter IP address of an external RADIUS authentication server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

zyRadiusAuthenticationServerUdpPort 1.3.6.1.4.1.890.1.15.3.71.1.1.3.1.3
The default port of a RADIUS server for authentication is 1812. You need not change this value unless your netwrok administrator instructs you to do so.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

zyRadiusAuthenticationServerSharedSecret 1.3.6.1.4.1.890.1.15.3.71.1.1.3.1.4
Specify a password as the key to be shared between the external RADIUS authentication server and the switch. This key is not sent over the network. This key must be the same on the external RADIUS authentication server and the switch.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

zyxelRadiusAccountingServerSetup 1.3.6.1.4.1.890.1.15.3.71.1.2
OBJECT IDENTIFIER    

zyRadiusAccountingServerTimeout 1.3.6.1.4.1.890.1.15.3.71.1.2.1
Specify the amount of time in seconds that the switch waits for an accounting request response from the RADIUS accounting server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

zyxelRadiusAccountingServerTable 1.3.6.1.4.1.890.1.15.3.71.1.2.2
The table contains RADIUS accounting server configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZyxelRadiusAccountingServerEntry

zyxelRadiusAccountingServerEntry 1.3.6.1.4.1.890.1.15.3.71.1.2.2.1
An entry contains RADIUS accounting server configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZyxelRadiusAccountingServerEntry  

zyRadiusAccountingServerIndex 1.3.6.1.4.1.890.1.15.3.71.1.2.2.1.1
An index that uniquely identifies a RADIUS accounting entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

zyRadiusAccountingServerIpAddr 1.3.6.1.4.1.890.1.15.3.71.1.2.2.1.2
Enter IP address of an external RADIUS accounting server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

zyRadiusAccountingServerUdpPort 1.3.6.1.4.1.890.1.15.3.71.1.2.2.1.3
The default port of a RADIUS accounting server for accounting is 1813. You need not change this value unless your network administator instructs you to do so.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

zyRadiusAccountingServerSharedSecret 1.3.6.1.4.1.890.1.15.3.71.1.2.2.1.4
Specify a password as the key to be shared between the external RADIUS accounting server and the switch. This key is not sent over the network. This key must be the same on the external RADIUS accounting server and the switch
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

zyRadiusServerAuthenticationServerNotReachable 1.3.6.1.4.1.890.1.15.3.71.2.1
RADIUS authentication server is not reachable. Network element does not receive replies from RADIUS authentication server.
Status: current Access: read-write
NOTIFICATION-TYPE    

zyRadiusServerAccountingServerNotReachable 1.3.6.1.4.1.890.1.15.3.71.2.2
RADIUS accounting server is not reachable. Network element does not receive replies from RADIUS accounting server.
Status: current Access: read-write
NOTIFICATION-TYPE    

zyRadiusServerAuthenticationServerNotReachableRecovered 1.3.6.1.4.1.890.1.15.3.71.2.3
RADIUS authentication server is recovered to rechable.
Status: current Access: read-write
NOTIFICATION-TYPE    

zyRadiusServerAccountingServerNotReachableRecovered 1.3.6.1.4.1.890.1.15.3.71.2.4
RADIUS accounting server is recovered to rechable.
Status: current Access: read-write
NOTIFICATION-TYPE