IP-ACCESS-LIST-MIB Download
The IP Access List Table for the Cajun Router.
IPHost Network Monitor offer an easy way of SNMP monitoring your Avaya network devices.
OID list for IP-ACCESS-LIST-MIB
- ipACListCtlTable
- This table is used to add/delete access list. This table maintain a list of access lists in the system. Each access list is made up of a group of access rule. The access rules are stored in the ipACRuleTable.
- ipACListCtlEntry
- The information concerning one of the IP access list.
- ipACListCtlName
- Entry Name. Access List Name. If this instance is a string that represent a number, the following rules applies: 1 to 99 - ipACListCtlType must set to standard 101 to 199 - ipACListCtlType must set to extended others - cannot be created If this insta ...
- ipACListCtlType
- Type of Access List: unset (0) standard (1) extended (2) This instance cannot be changed once ipACListCtlStatus becomes active. The value of this instance must compile with the rule listed in the ipACListCtlName instance.
- ipACListCtlStatus
- For creation/deletion of IP access control statement. active (1) -- is set when both ipACListCtlName and ipACListCtlType is set. notInService (2) -- is set when ipACListCtlName or ipACListCtlType is not set. notReady (3) createAndGo (4) -- is set on cr ...
- ipACRuleTable
- This table is used to add/delete individual access rule statement in an access list.
- ipACRuleEntry
- The ipAccessRuleEntry control all the conditional fields and its parameters for an access rule.
- ipACRuleName
- Entry Name. Access List Name. This object identifies which access list this access rule belongs to. This object shall identify the instance of the ipACListCtlEntry object.
- ipACRuleSubIndex
- Entry sub index. Each access list entry may has multiple rules. This sub index identified each rule.
- ipACRuleOwner
- The string identifies the media which was used to create/modify this access rule. Local indicates creation via web, cli or snmp. external indicates an external client (ie. CajunRules)
- ipACRuleSrcAddr
- The IP address of the source address. A value of 0 in ipACListSrcMask indicates this is a DON'T CARE field.
- ipACRuleSrcAddrWild
- This field specifies the wildcard of the source IP address.
- ipACRuleSrcMask
- The instance is not writable if the corresponding ipACListCtlType is standard. The MASK address of the source address. A value of 0 indicates this field and ipACListSrcAddr are DON'T CARE
- ipACRuleSrcMaskWild
- The instance is not writable if the corresponding ipACListCtlType is standard. This field specifies the wildcard of the source IP mask.
- ipACRuleDstAddr
- The instance is not writable if the corresponding ipACListCtlType is standard. The IP address of the destination address. A value of 0 in ipAccessListDstMask indicates this is a DON'T CARE field.
- ipACRuleDstAddrWild
- The instance is not writable if the corresponding ipACListCtlType is standard. This field specifies the wildcard of the destination IP address.
- ipACRuleDstMask
- The instance is not writable if the corresponding ipACListCtlType is standard. The MASK address of the destination address. A value of 0 indicates this field and ipACListDstAddr are DON'T CARE
- ipACRuleDstMaskWild
- The instance is not writable if the corresponding ipACListCtlType is standard. This field specifies the wildcard of the destination IP mask.
- ipACRuleOperation
- How to operate the IP ACCESS CONTROL statement, on the receiving packet.
- ipACRuleProtocol
- The instance is not writable if the corresponding ipACListCtlType is standard. Over which protocol does the IP ACCESS CONTROL statement activate. A value of 65536 is don't care. A value of 65537 means both TCP and UDP. Note: Cajun P550 does not allow ipAC ...
- ipACRuleL4SrcPortMin
- The instance is not writable if the corresponding ipACListCtlType is standard. If ipACRuleProtocol is TCP(6), UDP(17), or TCP & UDP(65536), this field and ipACListL4SrcPortMax specifies a range of source ports. This field specifies the lower bound of the ...
- ipACRuleL4SrcPortMax
- The instance is not writable if the corresponding ipACListCtlType is standard. If ipACRuleProtocol is TCP(6), UDP(17), or TCP & UDP(65536), this field and ipACListL4SrcPortMin specifies a range of source ports. This field specifies the upper bound of the ...
- ipACRuleL4DestPortMin
- The instance is not writable if the corresponding ipACListCtlType is standard. If ipACRuleProtocol is TCP(6), UDP(17), or TCP & UDP(65536), this field and ipACListL4DestPortMax specifies a range of destination ports. This field specifies the lower bound o ...
- ipACRuleL4DestPortMax
- The instance is not writable if the corresponding ipACListCtlType is standard. If ipACRuleProtocol is TCP(6), UDP(17), or TCP & UDP(65536), this field and ipACListL4DestPortMin specifies a range of destination ports. This field specifies the upper bound o ...
- ipACRuleStatus
- For create/delete of a IP access rule statement. active (1) notInService (2) notReady (3) createAndGo (4) createAndWait (5) destroy (6) createAndWait and createAndGo is set on creating new access list. destory is set on destroying access rule. active is ...
- ipACRuleEstablished
- This field indicates an established TCP connection.
- ipACRuleLog
- This field indicates whether the access-list should log information.
- ipForwardCtlEnabled
- The object control the enable or disable the forwarding control mechanism in the system.
- ipForwardCtlACName
- This object identifies which access list to use for IP forward control. This object shall identify the instance of the ipACListCtlEntry object.