ASCEND-FIREWALL-MIB: View SNMP OID List / Download MIB
VENDOR: ASCEND COMMUNICATIONS INC.
Home | MIB: ASCEND-FIREWALL-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).
|
|||
Object Name | OID | Type | Access | Info |
firewallStatus | 1.3.6.1.4.1.529.16.1 | |||
firewallControl | 1.3.6.1.4.1.529.16.2 | |||
fwallCtrlRuleName | 1.3.6.1.4.1.529.16.2.1 | displaystring | read-write |
The name of the firewall rule to be enabled or disabled. This name corresponds with a name established when the firewall was created (as by the Secure Access Manager). There is no valid default value. |
fwallCtrlExecute | 1.3.6.1.4.1.529.16.2.2 | integer | read-write |
Cause a firewall given by the above parameters to be affected as requested. enb-rule causes a dynamic rule to be created; dis-rule causes a dynamic rule to cease operating. Default to 1 (no-op). Enumeration: 'enb-rule': 2, 'no-op': 1, 'dis-rule': 3. |
fwallCtrlTimeOut | 1.3.6.1.4.1.529.16.2.3 | integer | read-write |
Time, expressed in seconds, during which this firewall rule will effect the firewall. After the expiration time, the rule will cease being effective exactly as if a del-rule (see fwallCtrlExecute above) had been executed on it. Default is defined in the firewall as defined by the firewall designer, and if none is given in the firewall, it is 3600 seconds. |
fwallCtrlExtAddr | 1.3.6.1.4.1.529.16.2.4 | ipaddress | read-write |
Address of entity outside firewall. This value defaults to 0.0.0.0, equivalent to a don't care. May be used when selecting firewall to be updated (see fwallCtrlRoutAddr). The default value of zero could match any real IP address if ExtAddrMask is zero, otherwise it would match NO IP address. |
fwallCtrlExtAddrMask | 1.3.6.1.4.1.529.16.2.5 | ipaddress | read-write |
Netmask of entity outside firewall. This value defaults to 255.255.255.255, equivalent to a host address if fwallCtrlExtAddr is non-zero. |
fwallCtrlExtPort | 1.3.6.1.4.1.529.16.2.6 | integer | read-write |
For external entity, specifies a port number. Defaults to 0, equivalent to don't care. |
fwallCtrlExtPortMax | 1.3.6.1.4.1.529.16.2.7 | integer | read-write |
For external entity, specifies the maximum port number of a range of ports. Defaults to 0, equivalent to specifying a single port number if fwallCtrlExtPort is nonzero. |
fwallCtrlIntAddr | 1.3.6.1.4.1.529.16.2.8 | ipaddress | read-write |
Address of entity inside firewall. This value defaults to 0.0.0.0, equivalent to a don't care. |
fwallCtrlIntAddrMask | 1.3.6.1.4.1.529.16.2.9 | ipaddress | read-write |
Netmask of entity inside firewall. This value defaults to 255.255.255.255, equivalent to a host address if fwallCtrlIntAddr is non-zero. |
fwallCtrlIntPort | 1.3.6.1.4.1.529.16.2.10 | integer | read-write |
For Internal entity, specifies a port number. Defaults to 0, equivalent to don't care. |
fwallCtrlIntPortMax | 1.3.6.1.4.1.529.16.2.11 | integer | read-write |
For Internal entity, specifies the maximum port number of a range of ports. Defaults to 0, equivalent to specifying a single port number if fwallCtrlIntPort is nonzero. |
fwallCtrlRoutAddr | 1.3.6.1.4.1.529.16.2.12 | ipaddress | read-write |
This address may be supplied by the management station to choose a firewall for alteration. The default for this address is 0.0.0.0, which would cause the router to use fwallCtrlExtAddr to choose its firewall instead. |
fwallCtrlAddrOpts | 1.3.6.1.4.1.529.16.2.13 | integer | read-write |
Firewall requests may require additional bit- encoded options to determine the firewall's new behavior. This options variable is a mechanism to allow those options to be defined at a later date. Until then, this variable really has no meaning. |