All MIBs › ZXR10-SWITCH-ACL-MIB
Category: ZTE ZXR10 Security and Access Control
Description: Manages ZTE ZXR10 switch access control lists for packet filtering based on MAC, IP, and protocol criteria.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is ZXR10-SWITCH-ACL-MIB?
This is a ZTE-specific MIB for the ZXR10 switch family, defining access control list objects that filter packets based on MAC address, IP address, and protocol criteria. Given the minimal sample objects available, it primarily exposes a binding table associating ACLs with specific interfaces (zxr10ACLBoundIfTable), representing ACL-to-port configuration state. Its monitoring value is centered on confirming which access control lists are bound to which interfaces, letting an operator verify filtering policy placement, though it does not expose hardware health telemetry. It is a vendor-private MIB for the ZXR10 platform with no clear dependency on external standard MIBs from the objects shown. It would be deployed on ZTE ZXR10 switches in campus or metro networks requiring MAC/IP/protocol-based traffic filtering, and administrators can download the ZXR10-SWITCH-ACL-MIB file to load into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in ZXR10-SWITCH-ACL-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- ZTE ZXR10 switch
Monitoring Examples
An administrator would poll zxr10ACLBoundIfTable to confirm which interfaces have an ACL bound to them, verifying that security or traffic-filtering policy is correctly applied on the intended ports. A missing or unexpected binding in this table would indicate an ACL was not applied as intended, potentially allowing unfiltered traffic on a port that should be restricted. Because only this binding table is visible in the sample objects, deeper per-rule details (MAC/IP/protocol match criteria) likely live in related tables not shown here.
What Can Be Monitored
- ACL-to-interface bindings
This MIB depends on
Related MIBs
Imported Objects
From RFC1155-SMI
| Counter | |
| Gauge | |
| IpAddress | |
| NetworkAddress | |
| mgmt |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Integer32 | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| Unsigned32 | |
| enterprises | |
| experimental |
From SNMPv2-TC
| MacAddress | |
| RowStatus | |
| TEXTUAL-CONVENTION |
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| zte | 1.3.6.1.4.1.3902 | |||
| zxr10 | 1.3.6.1.4.1.3902.3 | |||
| zxr10ACL | 1.3.6.1.4.1.3902.3.102.2 | |||
| I32 zxr10ACLBoundIf | 1.3.6.1.4.1.3902.3.102.2.5.1.1 | Integer32 | read-create | The ifindex of physical interface that bind to acl |
| INT zxr10ACLBoundIfDirection | 1.3.6.1.4.1.3902.3.102.2.5.1.4 | INTEGER | read-create | in Inbound packets out outbound packets |
| zxr10ACLBoundIfEntry | 1.3.6.1.4.1.3902.3.102.2.5.1 | not-accessible | Bind Acl to Interface | |
| zxr10ACLBoundIfTable | 1.3.6.1.4.1.3902.3.102.2.5 | not-accessible | Bind Acl to Interface | |
| STR zxr10ACLName | 1.3.6.1.4.1.3902.3.102.2.5.1.3 | DisplayString | read-create | ACL name (1-31 characters) |
| I32 zxr10ACLNo | 1.3.6.1.4.1.3902.3.102.2.5.1.2 | Integer32 | read-create | ACL number IPv4 ACL number IPv4 ACL number(expanded range) IPv6 ACL number |
| ROW zxr10ACLRowStatus | 1.3.6.1.4.1.3902.3.102.2.5.1.5 | RowStatus | read-create | createAndGo(4) Bind Acl to Interface destroy(6) Undo Bind Acl to Interface |
| STR zxr10ExtendedACLAlias | 1.3.6.1.4.1.3902.3.102.2.2.1.3 | DisplayString | read-create | Extended ACL alias WORD ACL alias (1-31 characters) |
| IP zxr10ExtendedACLDestAddr | 1.3.6.1.4.1.3902.3.102.2.2.1.11 | IpAddress | read-create | A.B.C.D Destination address |
| INT zxr10ExtendedACLDestAny | 1.3.6.1.4.1.3902.3.102.2.2.1.13 | INTEGER | read-create | Any destination host |
| INT zxr10ExtendedACLDestOpr | 1.3.6.1.4.1.3902.3.102.2.2.1.18 | INTEGER | read-create | eq(1) Match only tcp,udp packets on a given port number ge(2) Match only tcp,udp packets with a no lower port number le(3) Match only tcp,udp packets with a no greater port number range(7) Match tcp,udp packets with a given port range |
| I32 zxr10ExtendedACLDestPort | 1.3.6.1.4.1.3902.3.102.2.2.1.19 | Integer32 | read-create | Port number 179 Border gateway protocol (bgp) 53 Domain name service (domain) 79 Finger 21 File transfer protocol (ftp) 513 Login (rlogin) 109 Post office protocol v2 (pop2) 110 Post office protocol v3 (pop3) 25 Simple mail transport protocol (smtp) 23 Telnet 80 World wide web (HTTP) |
| I32 zxr10ExtendedACLDestPort2 | 1.3.6.1.4.1.3902.3.102.2.2.1.20 | Integer32 | read-create | Port number 179 Border gateway protocol (bgp) 53 Domain name service (domain) 79 Finger 21 File transfer protocol (ftp) 513 Login (rlogin) 109 Post office protocol v2 (pop2) 110 Post office protocol v3 (pop3) 25 Simple mail transport protocol (smtp) 23 Telnet 80 World wide web (HTTP) |
| IP zxr10ExtendedACLDestWildcard | 1.3.6.1.4.1.3902.3.102.2.2.1.12 | IpAddress | read-create | A.B.C.D Destination wildcard bits |
| I32 zxr10ExtendedACLDSCP | 1.3.6.1.4.1.3902.3.102.2.2.1.27 | Integer32 | read-create | Dscp value |
| zxr10ExtendedACLEntry | 1.3.6.1.4.1.3902.3.102.2.2.1 | not-accessible | Extended ACL | |
| INT zxr10ExtendedACLFlag | 1.3.6.1.4.1.3902.3.102.2.2.1.28 | INTEGER | read-create | Time range enable or disable flag |
| I32 zxr10ExtendedACLICMPCode | 1.3.6.1.4.1.3902.3.102.2.2.1.24 | Integer32 | read-create | ICMP message code |
| I32 zxr10ExtendedACLICMPType | 1.3.6.1.4.1.3902.3.102.2.2.1.23 | Integer32 | read-create | ICMP message type 6 Alternate address 8 Echo (ping) 0 Echo reply 16 Information replies 15 Information requests 18 Mask replies 17 Mask requests 12 All parameter problems 5 All redirects 9 Router discovery advertisements 10 Router discovery solicitations 4 Source quenches 11 All time exceededs 14 Timestamp replies 13 Timestamp requests 30 Traceroute 3 All unreachables |
| INT zxr10ExtendedACLMatchorder | 1.3.6.1.4.1.3902.3.102.2.2.1.4 | INTEGER | read-create | Select match order auto Sort rules automatically config Sort rules by configuration order |
| STR zxr10ExtendedACLName | 1.3.6.1.4.1.3902.3.102.2.2.1.2 | DisplayString | read-create | Extended ACL name WORD Configure extended ACL name (1-31 characters) |
| I32 zxr10ExtendedACLNo | 1.3.6.1.4.1.3902.3.102.2.2.1.1 | Integer32 | read-create | Extended ACL number Configure extended ACL number Configure extended ACL number (expanded range) |
| INT zxr10ExtendedACLPermitDeny | 1.3.6.1.4.1.3902.3.102.2.2.1.7 | INTEGER | read-create | deny Specify packets to reject permit Specify packets to forward |
| I32 zxr10ExtendedACLPrecedence | 1.3.6.1.4.1.3902.3.102.2.2.1.25 | Integer32 | read-create | IP precedence |
| I32 zxr10ExtendedACLProtocol | 1.3.6.1.4.1.3902.3.102.2.2.1.14 | Integer32 | read-create | 255 Any internet protocol (ip) An IP protocol number 47 Generic Routing Encapsulation (gre) 1 Internet Control Message Protocol (icmp) 2 Internet Group Management Protocol (igmp) 89 Open Shortest Path First Protocol (ospf) 103 Protocol Independent Multicast (pim) 6 Transmission Control Protocol (tcp) 17 User Datagram Protocol (udp) 112 Virtual Router Redundancy Protocol (vrrp) |
| ROW zxr10ExtendedACLRowStatus | 1.3.6.1.4.1.3902.3.102.2.2.1.31 | RowStatus | read-create | createAndGo(4) Configure ACL or rule destroy(6) Delete ACL or rule |
| STR zxr10ExtendedACLRuleDescription | 1.3.6.1.4.1.3902.3.102.2.2.1.30 | DisplayString | read-create | ACL rule description (1-16 characters) |
| I32 zxr10ExtendedACLRuleID | 1.3.6.1.4.1.3902.3.102.2.2.1.6 | Integer32 | read-create | ACL rule ID |
| IP zxr10ExtendedACLSrcAddr | 1.3.6.1.4.1.3902.3.102.2.2.1.8 | IpAddress | read-create | A.B.C.D Source address |
| INT zxr10ExtendedACLSrcAny | 1.3.6.1.4.1.3902.3.102.2.2.1.10 | INTEGER | read-create | Any source |
| INT zxr10ExtendedACLSrcOpr | 1.3.6.1.4.1.3902.3.102.2.2.1.15 | INTEGER | read-create | eq(1) Match only tcp,udp packets on a given port number ge(2) Match only tcp,udp packets with a no lower port number le(3) Match only tcp,udp packets with a no greater port number range(7) Match tcp,udp packets with a given port range |
| I32 zxr10ExtendedACLSrcPort | 1.3.6.1.4.1.3902.3.102.2.2.1.16 | Integer32 | read-create | Port number 179 Border gateway protocol (bgp) 53 Domain name service (domain) 79 Finger 21 File transfer protocol (ftp) 513 Login (rlogin) 109 Post office protocol v2 (pop2) 110 Post office protocol v3 (pop3) 25 Simple mail transport protocol (smtp) 23 Telnet 80 World wide web (HTTP) |
| I32 zxr10ExtendedACLSrcPort2 | 1.3.6.1.4.1.3902.3.102.2.2.1.17 | Integer32 | read-create | Port number 179 Border gateway protocol (bgp) 53 Domain name service (domain) 79 Finger 21 File transfer protocol (ftp) 513 Login (rlogin) 109 Post office protocol v2 (pop2) 110 Post office protocol v3 (pop3) 25 Simple mail transport protocol (smtp) 23 Telnet 80 World wide web (HTTP) |
| IP zxr10ExtendedACLSrcWildcard | 1.3.6.1.4.1.3902.3.102.2.2.1.9 | IpAddress | read-create | A.B.C.D Wildcard bits |
| zxr10ExtendedACLTable | 1.3.6.1.4.1.3902.3.102.2.2 | not-accessible | Extended ACL | |
| I32 zxr10ExtendedACLTCPControl | 1.3.6.1.4.1.3902.3.102.2.2.1.22 | Integer32 | read-create | Tcp control value |
| INT zxr10ExtendedACLTCPEstablish | 1.3.6.1.4.1.3902.3.102.2.2.1.21 | INTEGER | read-create | Match established connections |
| STR zxr10ExtendedACLTimeRangeName | 1.3.6.1.4.1.3902.3.102.2.2.1.29 | DisplayString | read-create | Configure time range name (1-31 characters) |
| I32 zxr10ExtendedACLTOS | 1.3.6.1.4.1.3902.3.102.2.2.1.26 | Integer32 | read-create | IP TOS Tos value |
| STR zxr10HybridACLAlias | 1.3.6.1.4.1.3902.3.102.2.4.1.3 | DisplayString | read-create | Hybrid ACL alias (1-31 characters) |
| I32 zxr10HybridACLCos | 1.3.6.1.4.1.3902.3.102.2.4.1.24 | Integer32 | read-create | Cos vlan-priority |
| IP zxr10HybridACLDestAddr | 1.3.6.1.4.1.3902.3.102.2.4.1.12 | IpAddress | read-create | A.B.C.D Destination address |
| IP zxr10HybridACLDestAddrWildcard | 1.3.6.1.4.1.3902.3.102.2.4.1.13 | IpAddress | read-create | A.B.C.D Destination wildcard bits |
| INT zxr10HybridACLDestAny | 1.3.6.1.4.1.3902.3.102.2.4.1.14 | INTEGER | read-create | Any destination host |
| INT zxr10HybridACLDestOpr | 1.3.6.1.4.1.3902.3.102.2.4.1.17 | INTEGER | read-create | eq Match only packets on a given port number |
| I32 zxr10HybridACLDestPort | 1.3.6.1.4.1.3902.3.102.2.4.1.18 | Integer32 | read-create | Port number 179 Border gateway protocol (bgp) 53 Domain name service (domain) 79 Finger 21 File transfer protocol (ftp) 513 Login (rlogin) 109 Post office protocol v2 (pop2) 110 Post office protocol v3 (pop3) 25 Simple mail transport protocol (smtp) 23 Telnet 80 World wide web (HTTP, 80) |
| I32 zxr10HybridACLDinVlanID | 1.3.6.1.4.1.3902.3.102.2.4.1.26 | Integer32 | read-create | Source inner vlan id |
| I32 zxr10HybridACLDoutVlanID | 1.3.6.1.4.1.3902.3.102.2.4.1.27 | Integer32 | read-create | Source outer vlan id |
| I32 zxr10HybridACLDSCP | 1.3.6.1.4.1.3902.3.102.2.4.1.22 | Integer32 | read-create | Dscp value |
| zxr10HybridACLEntry | 1.3.6.1.4.1.3902.3.102.2.4.1 | not-accessible | Hybrid ACL | |
| INT zxr10HybridACLFlag | 1.3.6.1.4.1.3902.3.102.2.4.1.34 | INTEGER | read-create | Time range enable or disable flag |
| I32 zxr10HybridACLIncos | 1.3.6.1.4.1.3902.3.102.2.4.1.25 | Integer32 | read-create | Inner cos vlan-priority |
| MAC zxr10HybridACLInMAC | 1.3.6.1.4.1.3902.3.102.2.4.1.28 | MacAddress | read-create | # 0x** 0x** 0x** 0x** 0x** 0x** Source-mac |
| INT zxr10HybridACLInMACAny | 1.3.6.1.4.1.3902.3.102.2.4.1.30 | INTEGER | read-create | Any source host |
| MAC zxr10HybridACLInMACWildcard | 1.3.6.1.4.1.3902.3.102.2.4.1.29 | MacAddress | read-create | # 0x** 0x** 0x** 0x** 0x** 0x** Source wildcard bits |
| I32 zxr10HybridACLIPNumber | 1.3.6.1.4.1.3902.3.102.2.4.1.23 | Integer32 | read-create | 65535 Any ether protocol type Ether IP protocol number 2054 Address resolution protocol (arp) 2048 Internet protocol (ip) |
| INT zxr10HybridACLMatchorder | 1.3.6.1.4.1.3902.3.102.2.4.1.4 | INTEGER | read-create | Select match order auto Sort rules automatically config Sort rules by configuration order |
| STR zxr10HybridACLName | 1.3.6.1.4.1.3902.3.102.2.4.1.2 | DisplayString | read-create | Hybrid ACL name (1-31 characters) |
| I32 zxr10HybridACLNo | 1.3.6.1.4.1.3902.3.102.2.4.1.1 | Integer32 | read-create | Hybrid ACL number Configure hybrid ACL number |
| MAC zxr10HybridACLOutMAC | 1.3.6.1.4.1.3902.3.102.2.4.1.31 | MacAddress | read-create | # 0x** 0x** 0x** 0x** 0x** 0x** Destination-mac |
| INT zxr10HybridACLOutMACAny | 1.3.6.1.4.1.3902.3.102.2.4.1.33 | INTEGER | read-create | Any destination host |
| MAC zxr10HybridACLOutMACWildcard | 1.3.6.1.4.1.3902.3.102.2.4.1.32 | MacAddress | read-create | # 0x** 0x** 0x** 0x** 0x** 0x** Destination wildcard bits |
| INT zxr10HybridACLPermitDeny | 1.3.6.1.4.1.3902.3.102.2.4.1.7 | INTEGER | read-create | deny Specify packets to reject permit Specify packets to forward |
| I32 zxr10HybridACLPrecedence | 1.3.6.1.4.1.3902.3.102.2.4.1.21 | Integer32 | read-create | IP precedence |
| I32 zxr10HybridACLProtocol | 1.3.6.1.4.1.3902.3.102.2.4.1.8 | Integer32 | read-create | 255 Any internet protocol An IP protocol number 47 Generic Routing Encapsulation (gre) 2 Internet Group Management Protocol (igmp) 89 Open Shortest Path First Protocol (ospf) 103 Protocol Independent Multicast (pim) 6 Transmission control protocol (tcp) 17 User datagram protocol (udp) 112 Virtual Router Redundancy Protocol (vrrp) |
| ROW zxr10HybridACLRowStatus | 1.3.6.1.4.1.3902.3.102.2.4.1.37 | RowStatus | read-create | createAndGo(4) Configure ACL or rule destroy(6) Delete ACL or rule |
| STR zxr10HybridACLRuleDescription | 1.3.6.1.4.1.3902.3.102.2.4.1.36 | DisplayString | read-create | ACL Rule Description (1-16 characters) |
| I32 zxr10HybridACLRuleID | 1.3.6.1.4.1.3902.3.102.2.4.1.6 | Integer32 | read-create | ACL rule ID |
| IP zxr10HybridACLSrcAddr | 1.3.6.1.4.1.3902.3.102.2.4.1.9 | IpAddress | read-create | A.B.C.D Source address |
| IP zxr10HybridACLSrcAddrWildcard | 1.3.6.1.4.1.3902.3.102.2.4.1.10 | IpAddress | read-create | A.B.C.D Wildcard bits |
| INT zxr10HybridACLSrcAny | 1.3.6.1.4.1.3902.3.102.2.4.1.11 | INTEGER | read-create | Any source |
| INT zxr10HybridACLSrcOpr | 1.3.6.1.4.1.3902.3.102.2.4.1.15 | INTEGER | read-create | eq(1) Match only tcp,udp packets on a given port number |
| I32 zxr10HybridACLSrcPort | 1.3.6.1.4.1.3902.3.102.2.4.1.16 | Integer32 | read-create | Port number 179 Border gateway protocol (bgp) 53 Domain name service (domain) 79 Finger 21 File transfer protocol (ftp) 513 Login (rlogin) 109 Post office protocol v2 (pop2) 110 Post office protocol v3 (pop3) 25 Simple mail transport protocol (smtp) 23 Telnet 80 World wide web (HTTP, 80) |
| zxr10HybridACLTable | 1.3.6.1.4.1.3902.3.102.2.4 | not-accessible | Hybrid ACL | |
| I32 zxr10HybridACLTCPControl | 1.3.6.1.4.1.3902.3.102.2.4.1.19 | Integer32 | read-create | Tcp control value |
| STR zxr10HybridACLTimeRangeName | 1.3.6.1.4.1.3902.3.102.2.4.1.35 | DisplayString | read-create | Configure time range name (1-31 characters) |
| I32 zxr10HybridACLTOS | 1.3.6.1.4.1.3902.3.102.2.4.1.20 | Integer32 | read-create | IP TOS Tos value |
| STR zxr10LinkACLAlias | 1.3.6.1.4.1.3902.3.102.2.3.1.3 | DisplayString | read-create | Link ACL alias (1-31 characters) |
| I32 zxr10LinkACLCos | 1.3.6.1.4.1.3902.3.102.2.3.1.9 | Integer32 | read-create | Cos vlan-priority |
| I32 zxr10LinkACLDinVlanID | 1.3.6.1.4.1.3902.3.102.2.3.1.11 | Integer32 | read-create | Source inner vlan id |
| I32 zxr10LinkACLDinVlanIDRight | 1.3.6.1.4.1.3902.3.102.2.3.1.12 | Integer32 | read-create | Right Value of source inner vlan range |
| I32 zxr10LinkACLDoutVlanID | 1.3.6.1.4.1.3902.3.102.2.3.1.13 | Integer32 | read-create | Source outer vlan id |
| I32 zxr10LinkACLDoutVlanIDRight | 1.3.6.1.4.1.3902.3.102.2.3.1.14 | Integer32 | read-create | Right Value of source outer vlan range |
| zxr10LinkACLEntry | 1.3.6.1.4.1.3902.3.102.2.3.1 | not-accessible | Link ACL | |
| INT zxr10LinkACLFlag | 1.3.6.1.4.1.3902.3.102.2.3.1.21 | INTEGER | read-create | Time range enable or disable flag |
| I32 zxr10LinkACLIncos | 1.3.6.1.4.1.3902.3.102.2.3.1.10 | Integer32 | read-create | Inner cos vlan-priority |
| MAC zxr10LinkACLInMAC | 1.3.6.1.4.1.3902.3.102.2.3.1.15 | MacAddress | read-create | # 0x** 0x** 0x** 0x** 0x** 0x** Source-mac |
| INT zxr10LinkACLInMACAny | 1.3.6.1.4.1.3902.3.102.2.3.1.17 | INTEGER | read-create | Any source host |
| MAC zxr10LinkACLInMACWildcard | 1.3.6.1.4.1.3902.3.102.2.3.1.16 | MacAddress | read-create | # 0x** 0x** 0x** 0x** 0x** 0x** Source wildcard bits |
| INT zxr10LinkACLMatchorder | 1.3.6.1.4.1.3902.3.102.2.3.1.4 | INTEGER | read-create | Select match order auto Sort rules automatically config Sort rules by configuration order |
| STR zxr10LinkACLName | 1.3.6.1.4.1.3902.3.102.2.3.1.2 | DisplayString | read-create | Link ACL name (1-31 characters) |
| I32 zxr10LinkACLNo | 1.3.6.1.4.1.3902.3.102.2.3.1.1 | Integer32 | read-create | Link ACL number Configure link ACL number |
| MAC zxr10LinkACLOutMAC | 1.3.6.1.4.1.3902.3.102.2.3.1.18 | MacAddress | read-create | # 0x** 0x** 0x** 0x** 0x** 0x** Destination-mac |
| INT zxr10LinkACLOutMACAny | 1.3.6.1.4.1.3902.3.102.2.3.1.20 | INTEGER | read-create | Any destination host |
| MAC zxr10LinkACLOutMACWildCard | 1.3.6.1.4.1.3902.3.102.2.3.1.19 | MacAddress | read-create | # 0x** 0x** 0x** 0x** 0x** 0x** Destination wildcard bits |
| INT zxr10LinkACLPermitDeny | 1.3.6.1.4.1.3902.3.102.2.3.1.7 | INTEGER | read-create | deny Specify packets to reject permit Specify packets to forward |
| I32 zxr10LinkACLProtocol | 1.3.6.1.4.1.3902.3.102.2.3.1.8 | Integer32 | read-create | protocol type |
| ROW zxr10LinkACLRowStatus | 1.3.6.1.4.1.3902.3.102.2.3.1.24 | RowStatus | read-create | createAndGo(4) Configure ACL or rule destroy(6) Delete ACL or rule |
| STR zxr10LinkACLRuleDescription | 1.3.6.1.4.1.3902.3.102.2.3.1.23 | DisplayString | read-create | ACL rule description (1-16 characters) |
| I32 zxr10LinkACLRuleID | 1.3.6.1.4.1.3902.3.102.2.3.1.6 | Integer32 | read-create | ACL rule ID |
| zxr10LinkACLTable | 1.3.6.1.4.1.3902.3.102.2.3 | not-accessible | Link ACL | |
| STR zxr10LinkACLTimeRangeName | 1.3.6.1.4.1.3902.3.102.2.3.1.22 | DisplayString | read-create | Configure time range name (1-31 characters) |
| STR zxr10StandardACLAlias | 1.3.6.1.4.1.3902.3.102.2.1.1.3 | DisplayString | read-create | Standard ACL alias (1-31 characters) |
| zxr10StandardACLEntry | 1.3.6.1.4.1.3902.3.102.2.1.1 | not-accessible | Standard ACL | |
| INT zxr10StandardACLFlag | 1.3.6.1.4.1.3902.3.102.2.1.1.11 | INTEGER | read-create | Time range enable or disable flag |
| INT zxr10StandardACLMatchorder | 1.3.6.1.4.1.3902.3.102.2.1.1.4 | INTEGER | read-create | Select match order auto Sort rules automatically config Sort rules by configuration order |
| STR zxr10StandardACLName | 1.3.6.1.4.1.3902.3.102.2.1.1.2 | DisplayString | read-create | Standard ACL name (1-31 characters) |
| I32 zxr10StandardACLNo | 1.3.6.1.4.1.3902.3.102.2.1.1.1 | Integer32 | read-create | Standard ACL number Configure standard ACL number Configure standard ACL number (expanded range) |
| INT zxr10StandardACLPermitDeny | 1.3.6.1.4.1.3902.3.102.2.1.1.7 | INTEGER | read-create | deny Specify packets to reject permit Specify packets to forward |
| ROW zxr10StandardACLRowStatus | 1.3.6.1.4.1.3902.3.102.2.1.1.14 | RowStatus | read-create | createAndGo(4) Configure ACL or rule destroy(6) Delete ACL or rule |
| STR zxr10StandardACLRuleDescription | 1.3.6.1.4.1.3902.3.102.2.1.1.13 | DisplayString | read-create | ACL rule description (1-16 characters) |
| I32 zxr10StandardACLRuleID | 1.3.6.1.4.1.3902.3.102.2.1.1.6 | Integer32 | read-create | ACL rule ID |
| IP zxr10StandardACLSrcAddr | 1.3.6.1.4.1.3902.3.102.2.1.1.8 | IpAddress | read-create | A.B.C.D Source address |
| IP zxr10StandardACLSrcAddrSrcWildcard | 1.3.6.1.4.1.3902.3.102.2.1.1.9 | IpAddress | read-create | A.B.C.D Wildcard bits |
| INT zxr10StandardACLSrcAny | 1.3.6.1.4.1.3902.3.102.2.1.1.10 | INTEGER | read-create | Any source |
| zxr10StandardACLTable | 1.3.6.1.4.1.3902.3.102.2.1 | not-accessible | Standard ACL | |
| STR zxr10StandardACLTimeRangeName | 1.3.6.1.4.1.3902.3.102.2.1.1.12 | DisplayString | read-create | Configure time range name (1-31 characters) |
| zxr10switch | 1.3.6.1.4.1.3902.3.102 |
RFC description
ZTE ZXR10 switch access control list management for network security and packet filtering rules.
Start monitoring ZTE ZXR10 switch (ACL-to-interface binding config status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.