Home/Catalog/BIANCA-BRICK-IP-OLDACCESS-MIB

BIANCA-BRICK-IP-OLDACCESS-MIB

AI MIB Summary

Standard SNMP MIB module defining data structures for BIANCA-BRICK-IP-OLDACCESS-MIB.

41
Objects
Active
Status
2
Dependencies

Imported Objects

Objects

41 total
Object Name
org
OBJECT IDENTIFIER
.1.3
RFC1155-SMI
Unknown
.1.3
dod
OBJECT IDENTIFIER
.1.3.6
internet
OBJECT IDENTIFIER
.1.3.6.1
private
OBJECT IDENTIFIER
.1.3.6.1.4
enterprises
OBJECT IDENTIFIER
.1.3.6.1.4.1
bintec
OBJECT IDENTIFIER
.1.3.6.1.4.1.272
bibo
OBJECT IDENTIFIER
.1.3.6.1.4.1.272.4
biboipold
OBJECT IDENTIFIER
.1.3.6.1.4.1.272.4.5
ipAllowTableThe ipAllowTable defines all allowed IP packets. Each entry describes a subset of IP Packets, which are allowed to be processed. The overall set of allowed IP packets is the union of all subsets that are described in this table. If at least one entry is defined in the ipAllowTable, only IP datagrams which are allowed by the ipAllowTable are processed by the BRICK. All other packets are refused. Please note that the ipDenyTable overwrites the ipAllowTable. IP datagrams specified in the ipDenyTable are always refused, even if they are allowed by the ipAllowTable. Creating entries: Entries are created by setting the ipAllowProtocolMode and ipAllowSrcIfIndexMode objects in one operation (on one command line). Deleting entries: Entries are deleted by setting the ipAllowProtocolMode object to 'delete'.
SEQUENCE OF IpAllowEntry
.1.3.6.1.4.1.272.4.5.1
ipAllowEntry
IpAllowEntry
.1.3.6.1.4.1.272.4.5.1.1
ipAllowProtocolModeSpecifies whether or not the protocol field of the IP datagram header should be used to determine if the datagram belongs to the subset of the entry. dont-verify(1) = don't check the protocol field; verify(2) = check the protocol field; delete(3) = delete the entry from the table
Enumeration
.1.3.6.1.4.1.272.4.5.1.1.1
ipAllowProtocolIf the ipAllowProtocolMode is set to 'verify', this object specifies the protocol of IP datagrams belonging to the subset described by this entry. Otherwise, this field has no meaning.
Enumeration
.1.3.6.1.4.1.272.4.5.1.1.2
ipAllowSrcIfIndexModeThis object specifies whether or not the originating interface of the IP datagram should be checked to determine whether a datagram belongs to the subset.
Enumeration
.1.3.6.1.4.1.272.4.5.1.1.3
ipAllowSrcIfIndexIf ipAllowSrcIfIndexMode is set to 'verify', then this object specifies the ifIndex of the datagrams belonging to the subset defined by this entry.
INTEGER
.1.3.6.1.4.1.272.4.5.1.1.4
ipAllowSrcAddrThis object specifies the set of IP addresses of datagrams that belong to the subset defined by this entry.
IpAddress
.1.3.6.1.4.1.272.4.5.1.1.5
ipAllowSrcMaskThis object specifies the set of IP addresses of data grams that belong to the subset defined by this entry.
IpAddress
.1.3.6.1.4.1.272.4.5.1.1.6
ipAllowSrcPortModeThis object specifies the range of source port numbers of IP datagrams belonging to the subset. ignore(1) = All ports: 0 ..65535; specific(2) = a specific port number i.e. ipAllowScrPort; clients(3) = clientports: 1024 .. 4999, 32768..65535; server(4) = server ports: 0..1023 5000..32767; unpriv(5) = unprivileged ports: 1024..65535; priv(6) = privileged ports: 0..1023
Enumeration
.1.3.6.1.4.1.272.4.5.1.1.7
ipAllowSrcPortIf ipAllowSrcPortMode is set to 'specific', then this object contains a specific port number. Otherwise this object is not used.
INTEGER
.1.3.6.1.4.1.272.4.5.1.1.8
ipAllowDstAddrThis object specifies the set of IP addresses of datagrams that belong to the subset defined by this entry.
IpAddress
.1.3.6.1.4.1.272.4.5.1.1.9
ipAllowDstMaskThis object specifies the set of IP addresses of datagrams that belong to the subset defined by this entry.
IpAddress
.1.3.6.1.4.1.272.4.5.1.1.10
ipAllowDstPortModeThis object specifies the range of destination port numbers of IP datagrams belonging to the subset. ignore(1) = All ports: 0..65535; specific(2) = a specific port number i.e. ipAllowDstPort; clients(3) = client ports: 1024..4999, 32768..65535; server(4) = server ports. 0..1023, 5000..32767; unpriv(5) = unprivileged ports: 1024..65535; priv(6) = privileged ports: 0..1023
Enumeration
.1.3.6.1.4.1.272.4.5.1.1.11
ipAllowDstPortIf ipAllowDstPortMode is set to 'specific', then this object contains a specific port number. Otherwise this object is not used.
INTEGER
.1.3.6.1.4.1.272.4.5.1.1.12
ipAllowSrcPortRangeThis object can be used together with ipAllowSrcPort to apply the rule to a port range, instead of a single port. When ipAllowSrcPortMode is set to specific and this object is not set to -1, than the rule applies to the Range of ports from ipAllowSrcPort to ipAllowSrcPortRange. When this object is set to -1, the rule applies only to port ipAllowSrcPort.
INTEGER (-1..65535)
.1.3.6.1.4.1.272.4.5.1.1.13
ipAllowDstPortRangeThis object can be used together with ipAllowDstPort to apply the rule to a port range, instead of a single port. When ipAllowDstPortMode is set to specific and this object is not set to -1, than the rule applies to the Range of ports from ipAllowDstPort to ipAllowDstPortRange. When this object is set to -1, the rule applies only to port ipAllowDstPort.
INTEGER (-1..65535)
.1.3.6.1.4.1.272.4.5.1.1.14
ipDenyTableThe ipDenyTable defines all IP packets to be denied. Each entry describes a subset of IP Packets, which are denied processing. The overall set of denied IP packets is the union of all subsets that are described in this table. The ipDenyTable overwrites the ipAllowTable. IP datagrams specified in the ipDenyTable are always refused, even if they are allowed by the ipAllowTable. Creating entries: Entries are created by setting the ipDenyProtocolMode and ipDenySrcIfIndexMode objects in one operation (i.e. on one command line). Deleting entries: Entries are deleted by setting the ipDenyProtocolMode object to 'delete'.
SEQUENCE OF IpDenyEntry
.1.3.6.1.4.1.272.4.5.2
ipDenyEntry
IpDenyEntry
.1.3.6.1.4.1.272.4.5.2.1
ipDenyProtocolModeSpecifies whether or not the protocol field of the IP datagram header should be used to determine if the datagram belongs to the subset of this entry. dont-verify(1) = don't check the protocol field; verify(2) = check the protocol field; delete(3) = delete the entry from the table
Enumeration
.1.3.6.1.4.1.272.4.5.2.1.1
ipDenyProtocolIf the ipDenyProtocolMode is set to 'verify', this object specifies the protocol of IP datagrams belonging to the subset described by this entry. Otherwise, this field has no meaning.
Enumeration
.1.3.6.1.4.1.272.4.5.2.1.2
ipDenySrcIfIndexModeThis object specifies whether or not the originating interface of the IP datagram should be checked to determine whether a datagram belongs to this subset.
Enumeration
.1.3.6.1.4.1.272.4.5.2.1.3
ipDenySrcIfIndexIf ipDenySrcIfIndexMode is set to 'verify', then this object specifies the ifIndex of the datagrams belonging to the subset defined by this entry.
INTEGER
.1.3.6.1.4.1.272.4.5.2.1.4
ipDenySrcAddrIf ipDenySrcIfIndexMode is set to 'verify', then this object specifies the ifIndex of the datagrams belonging to the subset defined by this entry.
IpAddress
.1.3.6.1.4.1.272.4.5.2.1.5
ipDenySrcMaskThis object specifies the set of IP addresses of datagrams that belong to the subset defined by this entry.
IpAddress
.1.3.6.1.4.1.272.4.5.2.1.6
ipDenySrcPortModeThis object specifies the range of source port numbers of IP datagrams belonging to this subset. ignore(1) = All ports: 0..65535; specific(2) = a specific port number i.e. ipAllowDstPort; clients(3) = client ports: 1024..4999, 32768..65535; server(4) = server ports. 0..1023, 5000..32767; unpriv(5) = unprivileged ports: 1024..65535; priv(6) = privileged ports: 0..1023
Enumeration
.1.3.6.1.4.1.272.4.5.2.1.7
ipDenySrcPortIf ipDenySrcPortMode is set to 'specific', then this object contains a specific port number. Otherwise this object is not used.
INTEGER
.1.3.6.1.4.1.272.4.5.2.1.8
ipDenyDstAddrThis object specifies the set of IP addresses of datagrams that belong to the subset defined by this entry.
IpAddress
.1.3.6.1.4.1.272.4.5.2.1.9
ipDenyDstMaskThis object specifies the set of IP addresses of datagrams that belong to the subset defined by this entry.
IpAddress
.1.3.6.1.4.1.272.4.5.2.1.10
ipDenyDstPortModeThis object specifies the range of destination port numbers of IP datagrams belonging to the subset. ignore(1) = All ports: 0..65535; specific(2) = a specific port number i.e. ipAllowDstPort; clients(3) = client ports: 1024..4999, 32768..65535; server(4) = server ports. 0..1023, 5000..32767; unpriv(5) = unprivileged ports: 1024..65535; priv(6) = privileged ports: 0..1023
Enumeration
.1.3.6.1.4.1.272.4.5.2.1.11
ipDenyDstPortIf ipDenyDstPortMode is set to 'specific', then this object contains a specific port number. Otherwise this object is not used.
INTEGER
.1.3.6.1.4.1.272.4.5.2.1.12
ipDenySrcPortRangeThis object can be used together with ipDenySrcPort to apply the rule to a port range, instead of a single port. When ipDenySrcPortMode is set to specific and this object is not set to -1, than the rule applies to the Range of ports from ipDenySrcPort to ipDenySrcPortRange. When this object is set to -1, the rule applies only to port ipDenySrcPort.
INTEGER (-1..65535)
.1.3.6.1.4.1.272.4.5.2.1.13
ipDenyDstPortRangeThis object can be used together with ipDenyDstPort to apply the rule to a port range, instead of a single port. When ipDenyDstPortMode is set to specific and this object is not set to -1, than the rule applies to the Range of ports from ipDenyDstPort to ipDenyDstPortRange. When this object is set to -1, the rule applies only to port ipDenyDstPort.
INTEGER (-1..65535)
.1.3.6.1.4.1.272.4.5.2.1.14