dNatRulesStatusProtocol
MX-NAT-MIB ·
.0.2275.1.800.1.600
Object
column
Enumeration
Protocol
Protocol criteria an incoming packet must have to match this
rule.
The protocol can be one of the following:
* All: Match packets using any protocol.
* Tcp: Only match TCP packets.
* Udp: Only match UDP packets.
* Icmp: Only match ICMP packets.
Context
- MIB
- MX-NAT-MIB
- OID
.0.2275.1.800.1.600- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dNatRulesStatusEntry
- Table
- dNatRulesStatusTable
- Siblings
- 6
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | all |
200 | tcp |
300 | udp |
400 | icmp |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| dNatRulesStatusPriority Rule Priority
Unique identifier of the row in the table. | column | SNMPv2-SMIUnsigned32 | .0.2275.1.800.1.100 |
| dNatRulesStatusSourceAddress Source Address
Source address[/mask] criteria an incoming packet must have to
match this rule.
An empty string matches any address. | column | OctetString | .0.2275.1.800.1.200 |
| dNatRulesStatusSourcePort Source Port
Source port[-port] criteria an incoming packet must have to
match this rule.
MinPort-MaxPort specifies a port range.
An em… | column | OctetString | .0.2275.1.800.1.300 |
| dNatRulesStatusDestinationAddress Destination Address
Destination address[/mask] criteria an incoming packet must
have to match this rule.
An empty string matches any address. | column | OctetString | .0.2275.1.800.1.400 |
| dNatRulesStatusDestinationPort Destination Port
Destination port[-port] criteria an incoming packet must have
to match this rule.
MinPort-MaxPort specifies a port range.
… | column | OctetString | .0.2275.1.800.1.500 |
| dNatRulesStatusNewAddress New Address
New address[:port] applied to the destination of the packet.
When specifying a port number, it is mandatory to have the
protocol set to T… | column | OctetString | .0.2275.1.800.1.700 |