CISCO-FILTER-GROUP-MIB
AI MIB Summary
The CISCO-FILTER-GROUP-MIB manages Cisco IOS access control lists and packet filtering policies by defining and organizing object groups for IP addresses, protocols, services, and ICMP parameters. It enables the configuration of nested filter groups to streamline the application of complex network security rules and traffic control mechanisms.
The MIB module is for creating and configuring object groups to support packet filtering and access control on IP and other protocols.
The cfgFilterGroupTable allows users to create delete, and get information about filter groups. Filter groups are uniquely identified by the group names. Filter groups can either be of network, protocol, service and icmp and filter group type cannot be changed once it has been created.
The cfgFilterNetworkGroupTable is used for managing information about IP Addresses.
The cfgFilterIpProtocolGroupTable is used for managing information about protocols.
The cfgFilterIpServiceGroupTable is used for managing information about services(ports).
The cfgFilterICMPGroupTable is used for managing information about ICMP protocol.
The cfgFilterNestedGroupTable is used for supporting nesting of filter groups(i.e configuring filter groups inside the other filter groups).
Terminologies used: ICMP - Internet Control Message Protocol.
Main OID:
ciscoFilterGroupMIB.1.3.6.1.4.1.9.9.474
49
Objects
Active
Status
7
Dependencies
Imported Objects
Objects
49 total| Object Name |
|---|
ciscoFilterGroupMIBThe MIB module is for creating and configuring
object groups to support packet filtering and
access control on IP and other protocols.
The cfgFilterGroupTable allows users to create
delete, and get information about filter groups.
Filter groups are uniquely identified by the
group names. Filter groups can either be of
network, protocol, service and icmp and filter
group type cannot be changed once it has been created.
The cfgFilterNetworkGroupTable is used for managing
information about IP Addresses.
The cfgFilterIpProtocolGroupTable is used for managing
information about protocols.
The cfgFilterIpServiceGroupTable is used for managing
information about services(ports).
The cfgFilterICMPGroupTable is used for managing
information about ICMP protocol.
The cfgFilterNestedGroupTable is used for supporting
nesting of filter groups(i.e configuring filter groups
inside the other filter groups).
Terminologies used:
ICMP - Internet Control Message Protocol. MODULE-IDENTITY .1.3.6.1.4.1.9.9.474 |
ciscoFilterGroupMIBNotifs OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.474.0 |
ciscoFilterGroupMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.474.1 |
cfgFilterConfig OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.474.1.1 |
cfgFilterGroupTableThis table is used for creating/deleting
filter groups. A filter group allows grouping
of filter objects of same type. Filter group
is identified by a name and this group can be
used in other tables to simplify filter creation.
Filter objects are Internet addresses, Internet
Address masks, protocols, ports(services)
and ICMP types. SEQUENCE OF CfgFilterGroupEntry .1.3.6.1.4.1.9.9.474.1.1.1 |
cfgFilterGroupEntryAn entry in filter group table. Each entry
contains information such as filter group type,
filter description. CfgFilterGroupEntry .1.3.6.1.4.1.9.9.474.1.1.1.1 |
cfgFilterGroupNameThis object identifies unique name for the
filter group. CfgFilterGroupName .1.3.6.1.4.1.9.9.474.1.1.1.1.1 |
cfgFilterGroupTypeThis object identifies the type of the filter group.
The possible values are:
network (1) : specifies network group.
This group contains information on
the IP address and address mask.
This information is available in
cfgFilterNetworkGroupTable.
ipProtocol (2) : specifies IP protocol group.
This group contains protocol value.
This information is available in
cfgFilterIpProtocolGroupTable.
ipService (3) : specifies IP service group.
This group contains information on
UDP/TCP port. This information is
available in cfgFilterIpServiceGroupTable.
icmp (4) : specifies the ICMP group.
This group contains information on ICMP
Message Type and ICMP message code.
This information is available in
cfgFilterICMPGroupTable.
The value of this object cannot be changed
when cfgFilterGroupRowStatus is 'active'.rw Enumeration .1.3.6.1.4.1.9.9.474.1.1.1.1.2 |
cfgFilterGroupDescriptionThis object is used for configuring description
for the filter group.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.9.9.474.1.1.1.1.3 |
cfgFilterGroupStorageTypeThe storage type for this conceptual row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.9.474.1.1.1.1.4 |
cfgFilterGroupRowStatusThis object is used for adding/deleting
entries in this table. This object can be
set to 'active' only if cfgFilterGroupType
is configured for the row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.474.1.1.1.1.5 |
cfgFilterNetworkGroupTableThis table is used for adding/deleting network
filter group. A network filter group is used to
specify host IP addresses or subnet ranges.
This is applicable only for the cfgFilterGroupType
value of 'network'. SEQUENCE OF CfgFilterNetworkGroupEntry .1.3.6.1.4.1.9.9.474.1.1.2 |
cfgFilterNetworkGroupEntryAn entry in network filter group table.
Each entry contains information on the
IP address and the mask value that can be
used in filtering the packet. Multiple entries
with the same value of cfgFilterGroupName belong
to the same network filter group. CfgFilterNetworkGroupEntry .1.3.6.1.4.1.9.9.474.1.1.2.1 |
cfgFilterNetworkGroupIndexThis object identifies an unique entry
for a network filter group. Unsigned32 .1.3.6.1.4.1.9.9.474.1.1.2.1.1 |
cfgFilterNetworkAddressTypeThis is the internet address type of for the
cfgFilterNetworkAddress and cfgFilterNetworkMask.
The value of this object cannot be changed
when cfgFilterGroupRowStatus is 'active'.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.9.9.474.1.1.2.1.2 |
cfgFilterNetworkAddressThe source/destination internet address to be
configured. A value of zero causes all source/destination
address to match in an IP filter where this group is used.
The object value has to be consistent with the type
specified in cfgFilterNetworkAddressType.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.9.9.474.1.1.2.1.3 |
cfgFilterNetworkMaskThis is the wild card mask for the
cfgFilterNetworkAddress bits that must match.
Presence of 0 bits in the mask indicate that
corresponding bits in the cfgFilterNetworkAddress
must match in order for the matching to be successful,
and 1 bits are don't care bits in the matching.
A value of zero causes only IP packets of source
and destination address the same as
cfgFilterNetworkAddress to match.
This object value has to be consistent with the type
specified in cfgFilterNetworkAddressType.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.9.9.474.1.1.2.1.4 |
cfgFilterNetworkStorageTypeThe storage type for this conceptual row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.9.474.1.1.2.1.5 |
cfgFilterNetworkRowStatusThis object is used for adding/deleting
entries in this table. This object can be
set to 'active' only with valid value
for cfgFilterNetworkAddressType object.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.474.1.1.2.1.6 |
cfgFilterIpProtocolGroupTableThis table is used for adding/deleting protocol
filter group. A protocol filter group is used to
specify protocol(s). This is applicable only for
the cfgFilterGroupType value of 'ipProtocol'. SEQUENCE OF CfgFilterIpProtocolGroupEntry .1.3.6.1.4.1.9.9.474.1.1.3 |
cfgFilterIpProtocolGroupEntryEach entry is an IP Protocol traffic filter within
an IP filter profile. Entries with the same
cfgFilterGroupName belong to the same protocol
filter group. CfgFilterIpProtocolGroupEntry .1.3.6.1.4.1.9.9.474.1.1.3.1 |
cfgFilterIpProtocolGroupIndexThis index uniquely identifies the entries
in this table. Unsigned32 .1.3.6.1.4.1.9.9.474.1.1.3.1.1 |
cfgFilterIpProtocolNumberThis object identifies the internet protocol number
in the packets. These IP protocol numbers are defined
in the Network Group Request For Comments(RFC) documents.
For example, Cisco commonly used protocol includes:
1 - Internet Control Message Protocol (ICMP)
2 - Internet Gateway Message Protocol (IGMP)
4 - IP in IP tunneling
6 - Transmission Control Protocol (TCP)
9 - Cisco's IGRP routing protocol (IGRP)
17 - User Datagram Protocol (UDP)
47 - Cisco's GRE tunneling (GRE)
50 - Encapsulation Security Payload
51 - Authentication Header Protocol
88 - Cisco's EIGRP routing protocol
89 - OSPF routing protocol
94 - KA9Q NOS compatible IP over IP tunneling
103 - Protocol Independent Multicast
108 - Payload Compression Protocol.rw CiscoIpProtocol (CISCO-TC) .1.3.6.1.4.1.9.9.474.1.1.3.1.2 |
cfgFilterIpProtocolStorageTypeThe storage type for this conceptual row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.9.474.1.1.3.1.3 |
cfgFilterIpProtocolGroupRowStatusThis object is used for adding/deleting
entries in this table. This object can be
set to 'active' only with valid value
for cfgFilterIpProtocolNumber object.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.474.1.1.3.1.4 |
cfgFilterIpServiceGroupTableThis table is used for adding/deleting service
filter group. A service filter group is used to
specify specific or ranges of TCP/UDP ports to
be defined. This filter group can be used as
either the source port(s) or destination port(s)
in the associated cfgFilterExtTable. This is
applicable only for the cfgFilterGroupType
value of 'ipService'. SEQUENCE OF CfgFilterIpServiceGroupEntry .1.3.6.1.4.1.9.9.474.1.1.4 |
cfgFilterIpServiceGroupEntryEach entry is an IP Protocol traffic filter within
an IP filter profile. Entries with the same
cfgFilterGroupName belong to the same protocol
filter group. CfgFilterIpServiceGroupEntry .1.3.6.1.4.1.9.9.474.1.1.4.1 |
cfgFilterIpServiceGroupIndexThis index uniquely identifies the entries
in this table. Unsigned32 .1.3.6.1.4.1.9.9.474.1.1.4.1.1 |
cfgFilterIpServiceTypeThis object identifies the protocol type
of the port for this group.
The possible value(s) are :
tcp(1) : TCP port.
udp(2) : UDP port.
tcpUdp(3) : TCP/UDP port. This value is
applicable for a port which is
same for both TCP and UDP.rw Enumeration .1.3.6.1.4.1.9.9.474.1.1.4.1.2 |
cfgFilterIpServicePortLowThis object identifies the source or destination
port number. This is the inclusive lower bound of
the transport-layer source/destination port range
that is to be matched in the filter where this group
is defined. This value must be equal to or less than
the value specified for this entry in
cfgFilterServicePortHigh.rw InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.9.9.474.1.1.4.1.3 |
cfgFilterIpServicePortHighThis object identifies the source or destination
port number. This is the inclusive upper bound of
the transport-layer source/destination port range
that is to be matched in the filter where this group
is defined. This value must be equal to or greater
than the value specified for this entry in
cfgFilterServicePortLow. If this value is '0',
the udp or tcp port number is ignored during matching.rw InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.9.9.474.1.1.4.1.4 |
cfgFilterIpServiceStorageTypeThe storage type for this conceptual row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.9.474.1.1.4.1.5 |
cfgFilterIpServiceGroupRowStatusThis object is used for adding/deleting
entries in this table. This object can be
set to 'active' only with valid value
for cfgFilterIpServiceType object.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.474.1.1.4.1.6 |
cfgFilterICMPGroupTableThis table contains lists of filters for
ICMP Type filter group. An ICMP Type filter
group can be configured with multiple entries
each representing the ICMP message types and
ICMP message code. This is applicable only for
the cfgFilterGroupType value of 'icmp'. SEQUENCE OF CfgFilterICMPGroupEntry .1.3.6.1.4.1.9.9.474.1.1.5 |
cfgFilterICMPGroupEntryAn entry in ICMP filter group table.
Each entry contains information on the
ICMP message type and ICMP code.
Multiple Entries with the same value of
cfgFilterGroupName belong to the same
ICMP filter group. CfgFilterICMPGroupEntry .1.3.6.1.4.1.9.9.474.1.1.5.1 |
cfgFilterICMPGroupIndexThis index identifies an unique entry in
this table. Unsigned32 .1.3.6.1.4.1.9.9.474.1.1.5.1.1 |
cfgFilterICMPTypeThis object specifies the ICMP message type to be
configured in ICMP filter group. Setting this object
to '-1' will make the filtering match any ICMP message
type.
Some of the commonly used ICMP Message types are:
0 - Echo Reply
3 - Destination Unreachable
4 - Source Quench
5 - Redirect
8 - Echo
11 - Time Exceeded
12 - Parameter Problem
13 - Timestamp
14 - Timestamp Reply
15 - Information Request
16 - Information Reply
17 - Mask Request
18 - Mask Reply
31 - Conversion Error
32 - Mobile Redirect.rw Integer32(-1..255) .1.3.6.1.4.1.9.9.474.1.1.5.1.2 |
cfgFilterICMPCodeThis object specifies the ICMP message code to be
configured in ICMP filter group. Setting this object to
'-1' will make the filtering match any ICMP code.rw Integer32 (-1..255) .1.3.6.1.4.1.9.9.474.1.1.5.1.3 |
cfgFilterICMPStorageTypeThe storage type for this conceptual row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.9.474.1.1.5.1.4 |
cfgFilterICMPGroupRowStatusThis object is used for adding/deleting
entries in this table. This object can be
set to 'active' only with valid value
for cfgFilterICMPType object.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.474.1.1.5.1.5 |
cfgFilterNestedGroupTableThis table contains lists of filter groups
that are configured in other filter group.
This table is used for configuring a group
as member of another group. SEQUENCE OF CfgFilterNestedGroupEntry .1.3.6.1.4.1.9.9.474.1.1.6 |
cfgFilterNestedGroupEntryAn entry in nested filter group table.
Each entry contains information on the
a group that is configured in another group. CfgFilterNestedGroupEntry .1.3.6.1.4.1.9.9.474.1.1.6.1 |
cfgFilterParentGroupNameThis object identifies the filter group that is
previously created and to which another filter
group identified by cfgFilterNestedGroupName
will be added. The value for this object
must correspond to entry in cfgFilterGroupTable. CfgFilterGroupName .1.3.6.1.4.1.9.9.474.1.1.6.1.1 |
cfgFilterNestedGroupNameThis object identifies the filter group that is
previously created and is being added to another
filter group identified by cfgFilterParentGroupName.
The value for this object must correspond to entry
in cfgFilterGroupTable. The value for this object
should not be same as the value of cfgFilterParentGroupName.
The value for this object must be unique amongst the
multiple instances with the same value of
cfgFilterParentGroupName. CfgFilterGroupName .1.3.6.1.4.1.9.9.474.1.1.6.1.2 |
cfgFilterNestedStorageTypeThe storage type for this conceptual row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.9.474.1.1.6.1.3 |
cfgFilterNestedGroupRowStatusThis object is used for adding/deleting
entries in this table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.474.1.1.6.1.4 |
ciscoFilterGroupMIBConform OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.474.2 |
ciscoFilterGroupMIBCompl OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.474.2.1 |
ciscoFilterGroupMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.474.2.2 |