XYLO-PROTOCOL-MIB: View SNMP OID List / Download MIB

VENDOR: XYLOGICS


 Home MIB: XYLO-PROTOCOL-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
 anxLatRecvRunMsgs 1.3.6.1.4.1.15.2.7.1 counter read-only
Total received run messages.
 anxLatXmitRunMsgs 1.3.6.1.4.1.15.2.7.2 counter read-only
Total transmitted run messages.
 anxLatRecvSlots 1.3.6.1.4.1.15.2.7.3 counter read-only
Total received slots.
 anxLatXmitSlots 1.3.6.1.4.1.15.2.7.4 counter read-only
Total transmitted slots.
 anxLatRecvBytes 1.3.6.1.4.1.15.2.7.5 counter read-only
Total recevied bytes.
 anxLatXmitBytes 1.3.6.1.4.1.15.2.7.6 counter read-only
Total transmitted bytes.
 anxLatDupMsgs 1.3.6.1.4.1.15.2.7.7 counter read-only
Total duplicate messages.
 anxLatRexmitMsgs 1.3.6.1.4.1.15.2.7.8 counter read-only
Total retransmitted messages.
 anxLatBadCircuitMsgs 1.3.6.1.4.1.15.2.7.9 counter read-only
Total bad circuit messages.
 anxLatBadSlotMsgs 1.3.6.1.4.1.15.2.7.10 counter read-only
Total bad circuit slots.
 anxLatAcceptHostInits 1.3.6.1.4.1.15.2.7.11 counter read-only
Total accepted host-initiates.
 anxLatRejectHostInits 1.3.6.1.4.1.15.2.7.12 counter read-only
Total rejected host-initiates.
 anxLatMultipleNodes 1.3.6.1.4.1.15.2.7.13 counter read-only
Total multiple nodes seen.
 anxLatCreatedCircuits 1.3.6.1.4.1.15.2.7.14 counter read-only
Total created circuits.
 anxLatCreatedSessions 1.3.6.1.4.1.15.2.7.15 counter read-only
Total created sessions.
 anxLatRecvFrames 1.3.6.1.4.1.15.2.7.16 counter read-only
Total received frames.
 anxLatXmitFrames 1.3.6.1.4.1.15.2.7.17 counter read-only
Total transmitted frames.
 anxLatIllegalFrames 1.3.6.1.4.1.15.2.7.18 counter read-only
Total illegal frames.
 anxLatCircuitTimeouts 1.3.6.1.4.1.15.2.7.19 counter read-only
Total circuit timeouts.
 anxLatXmitSvcMsgs 1.3.6.1.4.1.15.2.7.20 counter read-only
Total transmitted service messages.
 anxLatRecvSvcMsgs 1.3.6.1.4.1.15.2.7.21 counter read-only
Total received service messages.
 anxLatUsedSvcMsgs 1.3.6.1.4.1.15.2.7.22 counter read-only
Total used service messages.
 interfaceRipTable 1.3.6.1.4.1.15.2.8.1 no-access
Table of common RIP protocol parameters. The first two obects in this table (interfaceRipIndex and interfaceRipName) apply to all interfaces including asyc, sync, and TA ports. The rest of the table applies only to the ethernet interface. This table is not present in the ELS.
     interfaceRipEntry 1.3.6.1.4.1.15.2.8.1.1 no-access
The interface's RIP protocol configuration parameters.
         interfaceRipIndex 1.3.6.1.4.1.15.2.8.1.1.1 integer read-only
A unique number from 1 to n + m + 1 where: n = the number of asynchronous ports on the Annex m = the number of synchronous ports on the Annex The values of this object map to interfaceRipName as shown: 1 - en0 2 to (n + 1) - asy1 .. asyn (n + 2) to (n + m + 1) - syn1 .. synm
         interfaceRipName 1.3.6.1.4.1.15.2.8.1.1.2 displaystring read-only
The name of the interface. This is presently the same as the value returned for ifDescr (from MIB-II) for this interface.
         interfaceRipSendVersion 1.3.6.1.4.1.15.2.8.1.1.3 integer read-write
Controls the RIP version which is sent. rip-1 causes version 1 packets to be sent using version 1 subsumption rules. rip-2 causes version 2 packets to be sent. compatibility causes versio 2 packets to be sent using version subsumption rules. This parameter takes effect only when active RIP is enabled. This MIB object corresponds to the NA/admin Annex parameter 'rip_send_version'. Enumeration: 'rip-2': 2, 'rip-1': 1, 'compatibility': 3.
         interfaceRipRecvVersion 1.3.6.1.4.1.15.2.8.1.1.4 integer read-write
Controls the RIP version which the Annex accepts. rip-1 causes only version 1 packets to be accepted. rip-2 causes only version 2 packets to be accepted. both causes both versions to be accepted. This MIB object corresponds to the NA/admin Annex parameter 'rip_recv_version'. Enumeration: 'rip-2': 2, 'rip-1': 1, 'both': 3.
         interfaceRipHorizon 1.3.6.1.4.1.15.2.8.1.1.5 integer read-write
Controls the split horizon algorithm. Specifying off disables split horizon. split enables split horizon without poison reverse. poison enables split horizon with poison reverse. This parameter takes effect only when active RIP is enabled. This MIB object corresponds to the NA/admin Annex parameter 'rip_horizon'. Enumeration: 'off': 1, 'split': 2, 'poison': 3.
         interfaceRipDefRoute 1.3.6.1.4.1.15.2.8.1.1.6 integer read-write
Controls whether the Annex advertises itself as a default router. This parameter takes effect only when active RIP is enabled. The value 0 prevents the Annex from advertising itself as a default router. The values of 1 to 15 define the hop count that is advertised for the Annex's route. This MIB object corresponds to the NA/admin Annex parameter 'rip_default_route'.
         interfaceRipAdvertise 1.3.6.1.4.1.15.2.8.1.1.7 displaystring read-write
A list of network addresses for which the Annex will advertise routes by sending RIP updates. Special values include 'all' (all routes are advertised), 'none' (no RIP updates are sent out), or a list of one to eight IP addresses in dotted decimal form preceded by 'include' or 'exclude'. This parameter takes effect only when active RIP is enabled. This MIB object corresponds to the NA/admin Annex parameter 'rip_advertise'.
         interfaceRipSubAdvertise 1.3.6.1.4.1.15.2.8.1.1.8 integer read-write
Controls whether subnet routes are advertised. This MIB object corresponds to the NA/admin Annex parameter 'rip_sub_advertise'. Enumeration: 'disabled': 2, 'enabled': 1.
         interfaceRipAccept 1.3.6.1.4.1.15.2.8.1.1.9 displaystring read-write
A list of network addresses for which RIP updates will be accepted. Special values include 'all' (RIP updates are accepted for any network), 'none' (no RIP updates are accepted), or a list of one to eight IP addresses in dotted decimal form preceded by 'include' or 'exclude'. This MIB object corresponds to the NA/admin Annex parameter 'rip_accept'.
         interfaceRipSubAccept 1.3.6.1.4.1.15.2.8.1.1.10 integer read-write
Controls whether subnet routes are accepted. This MIB object corresponds to the NA/admin Annex parameter 'rip_sub_accept'. Enumeration: 'disabled': 2, 'enabled': 1.
         interfaceRipNextHop 1.3.6.1.4.1.15.2.8.1.1.11 integer read-write
Control whether next hop value is included in version 2 advertisements. This MIB object corresponds to the NA/admin Annex parameter 'rip_next_hop'. Enumeration: 'needed': 2, 'never': 1, 'always': 3.
   anxifMP 1.3.6.1.4.1.15.2.13.1
       mpStatsTable 1.3.6.1.4.1.15.2.13.1.1 no-access
Table of MP active bundle statistics.
           mpStatsEntry 1.3.6.1.4.1.15.2.13.1.1.1 no-access
Mutilink PPP active bundle statistics.
               mpStatsifIndex 1.3.6.1.4.1.15.2.13.1.1.1.1 integer read-only
MP interface number. This number can be obtained from the ifTable.
               mpStatsPeakLink 1.3.6.1.4.1.15.2.13.1.1.1.2 integer read-only
This parameter returns the peak number of links used in this bundle. This MIB object corresponds to the NA/admin asynchronous, ta, and synchronous port parameter 'mp_max_links'.
               mpStatsTxPkts 1.3.6.1.4.1.15.2.13.1.1.1.3 integer read-only
Number of packet transmitted to MLCP.
               mpStatsRxPkts 1.3.6.1.4.1.15.2.13.1.1.1.4 integer read-only
Number of packet received from MLCP.
               mpStatsFragPkts 1.3.6.1.4.1.15.2.13.1.1.1.5 integer read-only
Number of packet fragmented.
               mpStatsFragLost 1.3.6.1.4.1.15.2.13.1.1.1.6 integer read-only
Number of fragments lost.
               mpStatsTxFrag 1.3.6.1.4.1.15.2.13.1.1.1.7 integer read-only
Number of fragments generated for transmission.
               mpStatsRxFrag 1.3.6.1.4.1.15.2.13.1.1.1.8 integer read-only
Number of fragments assembled by MLCP.
               mpStatsLostPkts 1.3.6.1.4.1.15.2.13.1.1.1.9 integer read-only
Number of packets lost.
               mpStatsTxUtil 1.3.6.1.4.1.15.2.13.1.1.1.10 integer read-only
Transmit Utilization.
               mpStatsRxUtil 1.3.6.1.4.1.15.2.13.1.1.1.11 integer read-only
Receive Utilization.
       mpMrru 1.3.6.1.4.1.15.2.13.1.2 integer read-write
This parameter sets the upper limit of the MRRU LCP negotiation. All LCP negotiations will start with this value; negotiation downward only is allowed. The default value is 1500. This MIB object corresponds to the NA/admin asynchronous, ta, and synchronous port parameter 'mp_mrru'.
       mpEndPointClass 1.3.6.1.4.1.15.2.13.1.3 integer read-write
This parameter sets the preference for the Endpoint Discriminator. Classes Locally Assigned Address (2), and PPP Magic Number Block(5) are excluded; they do not guarantee unique link identities and could lead to illegal bundle memebership. The default is unitmacaddr(4). This MIB object corresponds to the NA/admin asynchronous, ta, and synchronous port parameter 'mp_endpoint_option'. Enumeration: 'unitmacaddr': 4, 'unitipaddr': 3, 'nullclass': 1, 'psnDirNbr': 6.
       mpEndPointValue 1.3.6.1.4.1.15.2.13.1.4 displaystring read-write
This parameter sets the value of the Endpoint Discriminator for options that require user-configured information. This parameter is only valid when gpMPEndPointClass is set to Public Switched Network Directory Number E.164 (6). This MIB object corresponds to the NA/admin asynchronous, ta, and synchronous port parameter 'mp_endpoint_value'.
       pppStatsTable 1.3.6.1.4.1.15.2.13.1.5 no-access
Table of active PPP statistics.
           pppStatsEntry 1.3.6.1.4.1.15.2.13.1.5.1 no-access
Mutilink PPP active bundle statistics.
               pppStatsIndex 1.3.6.1.4.1.15.2.13.1.5.1.1 integer read-only
PPP interface number. For PPP statistics for individual link under MP, this is MP interface number. This number can be obtained from the ifTable.
               pppStatsBundleId 1.3.6.1.4.1.15.2.13.1.5.1.2 integer read-only
This object identifies the MP bundle with which this PPP interface is associated with. If the PPP interface is not associated with MP then this value will be zero.
               pppStatsBadAddresses 1.3.6.1.4.1.15.2.13.1.5.1.3 counter read-only
The number of packets received with an incorrect Address Field. This counter is a component of the ifInErrors variable that is associated with the interface that represents this PPP Link.
               pppStatsBadControls 1.3.6.1.4.1.15.2.13.1.5.1.4 counter read-only
The number of packets received on this link with an incorrect Control Field. This counter is a component of the ifInErrors variable that is associated with the interface that represents this PPP Link.
               pppStatsPacketTooLongs 1.3.6.1.4.1.15.2.13.1.5.1.5 counter read-only
The number of received packets that have been discarded because their length exceeded the MRU. This counter is a component of the ifInErrors variable that is associated with the interface that represents this PPP Link. NOTE, packets which are longer than the MRU but which are successfully received and processed are NOT included in this count.
               pppStatsBadFCSs 1.3.6.1.4.1.15.2.13.1.5.1.6 counter read-only
The number of received packets that have been discarded due to having an incorrect FCS. This counter is a component of the ifInErrors variable that is associated with the interface that represents this PPP Link.
               pppStatsLocalMRU 1.3.6.1.4.1.15.2.13.1.5.1.7 integer read-only
The current value of the MRU for the local PPP Entity. This value is the MRU that the remote entity is using when sending packets to the local PPP entity. The value of this object is meaningful only when the link has reached the open state (ifOperStatus is up).
               pppStatsRemoteMRU 1.3.6.1.4.1.15.2.13.1.5.1.8 integer read-only
The current value of the MRU for the remote PPP Entity. This value is the MRU that the local entity is using when sending packets to the remote PPP entity. The value of this object is meaningful only when the link has reached the open state (ifOperStatus is up).
               pppStatsLocalToPeerACCMap 1.3.6.1.4.1.15.2.13.1.5.1.9 octet string read-only
The current value of the ACC Map used for sending packets from the local PPP entity to the remote PPP entity. The value of this object is meaningful only when the link has reached the open state (ifOperStatus is up).
               pppStatsPeerToLocalACCMap 1.3.6.1.4.1.15.2.13.1.5.1.10 octet string read-only
The ACC Map used by the remote PPP entity when transmitting packets to the local PPP entity. The value of this object is meaningful only when the link has reached the open state (ifOperStatus is up).
               pppStatsLocalToRemoteProtocolCompression 1.3.6.1.4.1.15.2.13.1.5.1.11 integer read-only
Indicates whether the local PPP entity will use Protocol Compression when transmitting packets to the remote PPP entity. The value of this object is meaningful only when the link has reached the open state (ifOperStatus is up). Enumeration: 'disabled': 2, 'enabled': 1.
               pppStatsRemoteToLocalProtocolCompression 1.3.6.1.4.1.15.2.13.1.5.1.12 integer read-only
Indicates whether the remote PPP entity will use Protocol Compression when transmitting packets to the local PPP entity. The value of this object is meaningful only when the link has reached the open state (ifOperStatus is up). Enumeration: 'disabled': 2, 'enabled': 1.
               pppStatsLocalToRemoteACCompression 1.3.6.1.4.1.15.2.13.1.5.1.13 integer read-only
Indicates whether the local PPP entity will use Address and Control Compression when transmitting packets to the remote PPP entity. The value of this object is meaningful only when the link has reached the open state (ifOperStatus is up). Enumeration: 'disabled': 2, 'enabled': 1.
               pppStatsRemoteToLocalACCompression 1.3.6.1.4.1.15.2.13.1.5.1.14 integer read-only
Indicates whether the remote PPP entity will use Address and Control Compression when transmitting packets to the local PPP entity. The value of this object is meaningful only when the link has reached the open state (ifOperStatus is up). Enumeration: 'disabled': 2, 'enabled': 1.
               pppStatsTransmitFcsSize 1.3.6.1.4.1.15.2.13.1.5.1.15 integer read-only
The size of the Frame Check Sequence (FCS) in bits that the local node will generate when sending packets to the remote node. The value of this object is meaningful only when the link has reached the open state (ifOperStatus is up).
               pppStatsReceiveFcsSize 1.3.6.1.4.1.15.2.13.1.5.1.16 integer read-only
The size of the Frame Check Sequence (FCS) in bits that the remote node will generate when sending packets to the local node. The value of this object is meaningful only when the link has reached the open state (ifOperStatus is up).
   anxifOspf 1.3.6.1.4.1.15.2.13.2
       anxOspfIfTable 1.3.6.1.4.1.15.2.13.2.1 no-access
Table of OSPF parameters configures or collected on a per-interface basis. This table is only vailid for ethernet-like interface devices.
           anxOspfIfTableEntry 1.3.6.1.4.1.15.2.13.2.1.1 no-access
OSPF configuration and statistical information gathered on a per-interface basis.
               anxOspfIfIndex 1.3.6.1.4.1.15.2.13.2.1.1.1 integer read-only
OSPF interface number.
               anxOspfIfMd5Key1 1.3.6.1.4.1.15.2.13.2.1.1.2 displaystring read-write
The primary MD5 key. This object corresponds to the na/admin parameter ospf_md5k1.
               anxOspfIfMd5Key2 1.3.6.1.4.1.15.2.13.2.1.1.3 displaystring read-write
The primary MD5 key. This object corresponds to the na/admin parameter ospf_md5k2.
               anxOspfIfActiveMd5 1.3.6.1.4.1.15.2.13.2.1.1.4 integer read-write
Specifies which MD5 key to use for encryption. This object corresponds to the na/admin parameter ospf_activemd5. The default value is 'primary'. Enumeration: 'primary': 1, 'secondary': 2.
               anxOspfIfState 1.3.6.1.4.1.15.2.13.2.1.1.5 integer read-write
The OSPF interface's administrative status. The value formed on the interface, and the in- terface will be advertised as an internal route to some area. The value 'disabled' denotes that the interface is external to OSPF. This object corresponds to the na/admin parameter ospf_state. It can also be accessed through the RFC1850 MIB object ospfIfAdminStat. The default value is 'enabled'. Enumeration: 'disabled': 2, 'enabled': 1.
               anxOspfIfPriority 1.3.6.1.4.1.15.2.13.2.1.1.6 integer read-write
The priority of this interface. Used in multi-access networks, this field is used in the designated router election algorithm. The value 0 signifies that the router is not eligi- ble to become the designated router on this particular network. In the event of a tie in this value, routers will use their Router ID as a tie breaker. This object corresponds to the na/admin parameter ospf_priority. It can also be accessed through the RFC1850 MIB object ospfIfPriority. The default value is 0.
               anxOspfIfTransDelay 1.3.6.1.4.1.15.2.13.2.1.1.7 integer read-write
The estimated number of seconds it takes to transmit a link state update packet over this interface. This object corresponds to the na/admin parameter ospf_transdelay. It can also be accessed through the RFC1850 MIB object ospfIfTransitDelay. The default value is 1.
               anxOspfIfRetransInterval 1.3.6.1.4.1.15.2.13.2.1.1.8 integer read-write
The number of seconds between link-state ad- vertisement retransmissions, for adjacencies belonging to this interface. This value is also used when retransmitting database descrip- tion and link-state request packets. This object corresponds to the na/admin parameter ospf_retransinterval. It can also be accessed through the RFC1850 MIB object ospfIfRetransInterval. The default value is 5.
               anxOspfIfHelloInterval 1.3.6.1.4.1.15.2.13.2.1.1.9 integer read-write
The length of time, in seconds, between the Hello packets that the router sends on the in- terface. This value must be the same for all routers attached to a common network. This object corresponds to the na/admin parameter ospf_hellointerval. It can also be accessed through the RFC1850 MIB object ospfIfHelloInterval. The default value is 10.
               anxOspfIfDeadInterval 1.3.6.1.4.1.15.2.13.2.1.1.10 integer read-write
The number of seconds that a router's Hello packets have not been seen before it's neigh- bors declare the router down. This should be some multiple of the Hello interval. This value must be the same for all routers attached to a common network. This object corresponds to the na/admin parameter ospf_deadinterval. It can also be accessed through the RFC1850 MIB object ospfIfDeadInterval. The default value is 40.
               anxOspfIfAuthKey 1.3.6.1.4.1.15.2.13.2.1.1.11 octet string read-write
The Authentication Key. If the Area's Author- ization Type is simplePassword, and the key length is shorter than 8 octets, the agent will left adjust and zero fill to 8 octets. Note that unauthenticated interfaces need no authentication key, and simple password authen- tication cannot use a key of more than 8 oc- tets. Larger keys are useful only with authen- tication mechanisms not specified in this docu- ment. Reading this parameter will return either if the key is defined or if the key is not defined. This object corresponds to the na/admin parameter ospf_authkey. It can also be accessed through the RFC1850 MIB object ospfIfAuthKey.
               anxOspfIfAuthType 1.3.6.1.4.1.15.2.13.2.1.1.12 integer read-write
The authentication type specified for an in- terface. Additional authentication types may be assigned locally. This object corresponds to the na/admin parameter ospf_authtype. It can also be accessed through the RFC1850 MIB object ospfIfAuthType. The default value is 'none'. Enumeration: 'simple': 2, 'none': 1, 'md5': 3.
               anxOspfIfCost 1.3.6.1.4.1.15.2.13.2.1.1.13 integer read-write
The metric of using this type of service on this interface. This object corresponds to the na/admin parameter ospf_cost. It can also be accessed through the RFC1850 MIB object ospfIfMetricValue. The default value is 1.
               anxOspfIfIpAddress 1.3.6.1.4.1.15.2.13.2.1.1.14 ipaddress read-only
The IP address of this interface.
               anxOspfIfAreaId 1.3.6.1.4.1.15.2.13.2.1.1.15 ipaddress read-only
A 32-bit integer uniquely identifying the area to which the interface connects. Area ID 0.0.0.0 is used for the OSPF backbone. This object can also be accessed through the RFC1859 MIB object ospfIfAreaId.
   ipsecStatTable 1.3.6.1.4.1.15.2.17.1 no-access
Table of Ipsec Netstat information. This table is supported on the 5399/rac8000 platforms.
       ipsecStatEntry 1.3.6.1.4.1.15.2.17.1.1 no-access
The Ipsec Netstat information.
           ipsecStatIndex 1.3.6.1.4.1.15.2.17.1.1.1 integer read-only
The index, from 1-120, which uniquely identifies the security association entry. This index is only used by snmp.
           ipsecSpiNumber 1.3.6.1.4.1.15.2.17.1.1.2 integer read-only
A 32-bit unique identifier, in addition with destination address for an IP packet (inbound traffic) and IPSEC protocol (AH/ESP) to globally identify a security association entry.
           ipsecSequenceNumber 1.3.6.1.4.1.15.2.17.1.1.3 integer read-only
A 32-bit value used to generate the sequence number field in AH and ESP headers, only used for outbound traffic.
           ipsecLifeTime 1.3.6.1.4.1.15.2.17.1.1.4 integer read-only
Lifetime of this security association. It can be either counted in bytes or counted in seconds since the security association is activated.
           ipsecIpAddress 1.3.6.1.4.1.15.2.17.1.1.5 ipaddress read-only
The destination address of an IP packet (inbound traffic).
           ipsecProtocol 1.3.6.1.4.1.15.2.17.1.1.6 integer read-only
AH (Authentication Header) and/or ESP (Encapsulation Security Payload) can be applied to an IPSEC packet. AH provides authentication for the IP packet and ESP provides encryption for the IP packet. Enumeration: 'aH': 1, 'eSP': 2, 'both': 3.
           ipsecAntiReplayWindow 1.3.6.1.4.1.15.2.17.1.1.7 counter read-only
A 32-bit counter used to determine whether an inbound AH or ESP packet is a reply. Used only for inbound traffic. It is always set to zero for the first ANNEX release.
           ipsecProtocolMode 1.3.6.1.4.1.15.2.17.1.1.8 integer read-only
Indicates which security transformation (AH or ESP) is applied to the traffic on this SA. Enumeration: 'tunnel': 1, 'transport': 2.
           ipsecAuthAlgorithm 1.3.6.1.4.1.15.2.17.1.1.9 integer read-only
Both SHA-1 (Secure Hash Algorithm) and MD5 are supported. If the authentication service is not selected (ipsecProtocol is not set to both), this will be set to none(1). Enumeration: 'none': 1, 'sHA1': 2, 'mD5': 3.
           ipsecEncAlogorithm 1.3.6.1.4.1.15.2.17.1.1.10 integer read-only
The encription algorithm. Only available when ipsecProtocol is set to ESP. Otherwise it returns none(1). Enumeration: 'none': 1, 'dES': 2, 'tRIPLE-DES': 3.
           ipsecEncMode 1.3.6.1.4.1.15.2.17.1.1.11 integer read-only
The encription mode. Only available when ipsecProtocol is set to ESP. Otherwise it returns none(1). Enumeration: 'cBC': 2, 'none': 1.
   ipsecEnable 1.3.6.1.4.1.15.2.17.2 integer read-write
Setting this object enables or disables ip security (ipsec) on the RAC. Enumeration: 'enable': 1, 'disable': 2.