CISCO-FILTER-GROUP-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-FILTER-GROUP-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoFilterGroupMIB 1.3.6.1.4.1.9.9.474
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.
         ciscoFilterGroupMIBNotifs 1.3.6.1.4.1.9.9.474.0
         ciscoFilterGroupMIBObjects 1.3.6.1.4.1.9.9.474.1
             cfgFilterConfig 1.3.6.1.4.1.9.9.474.1.1
                 cfgFilterGroupTable 1.3.6.1.4.1.9.9.474.1.1.1 no-access
This 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.
                     cfgFilterGroupEntry 1.3.6.1.4.1.9.9.474.1.1.1.1 no-access
An entry in filter group table. Each entry contains information such as filter group type, filter description.
                         cfgFilterGroupName 1.3.6.1.4.1.9.9.474.1.1.1.1.1 cfgfiltergroupname no-access
This object identifies unique name for the filter group.
                         cfgFilterGroupType 1.3.6.1.4.1.9.9.474.1.1.1.1.2 integer read-only
This 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'. Enumeration: 'ipProtocol': 2, 'icmp': 4, 'network': 1, 'ipService': 3.
                         cfgFilterGroupDescription 1.3.6.1.4.1.9.9.474.1.1.1.1.3 snmpadminstring read-only
This object is used for configuring description for the filter group.
                         cfgFilterGroupStorageType 1.3.6.1.4.1.9.9.474.1.1.1.1.4 storagetype read-only
The storage type for this conceptual row.
                         cfgFilterGroupRowStatus 1.3.6.1.4.1.9.9.474.1.1.1.1.5 rowstatus read-only
This 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.
                 cfgFilterNetworkGroupTable 1.3.6.1.4.1.9.9.474.1.1.2 no-access
This 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'.
                     cfgFilterNetworkGroupEntry 1.3.6.1.4.1.9.9.474.1.1.2.1 no-access
An 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.
                         cfgFilterNetworkGroupIndex 1.3.6.1.4.1.9.9.474.1.1.2.1.1 unsigned32 no-access
This object identifies an unique entry for a network filter group.
                         cfgFilterNetworkAddressType 1.3.6.1.4.1.9.9.474.1.1.2.1.2 inetaddresstype read-only
This is the internet address type of for the cfgFilterNetworkAddress and cfgFilterNetworkMask. The value of this object cannot be changed when cfgFilterGroupRowStatus is 'active'.
                         cfgFilterNetworkAddress 1.3.6.1.4.1.9.9.474.1.1.2.1.3 inetaddress read-only
The 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.
                         cfgFilterNetworkMask 1.3.6.1.4.1.9.9.474.1.1.2.1.4 inetaddress read-only
This 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.
                         cfgFilterNetworkStorageType 1.3.6.1.4.1.9.9.474.1.1.2.1.5 storagetype read-only
The storage type for this conceptual row.
                         cfgFilterNetworkRowStatus 1.3.6.1.4.1.9.9.474.1.1.2.1.6 rowstatus read-only
This object is used for adding/deleting entries in this table. This object can be set to 'active' only with valid value for cfgFilterNetworkAddressType object.
                 cfgFilterIpProtocolGroupTable 1.3.6.1.4.1.9.9.474.1.1.3 no-access
This 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'.
                     cfgFilterIpProtocolGroupEntry 1.3.6.1.4.1.9.9.474.1.1.3.1 no-access
Each entry is an IP Protocol traffic filter within an IP filter profile. Entries with the same cfgFilterGroupName belong to the same protocol filter group.
                         cfgFilterIpProtocolGroupIndex 1.3.6.1.4.1.9.9.474.1.1.3.1.1 unsigned32 no-access
This index uniquely identifies the entries in this table.
                         cfgFilterIpProtocolNumber 1.3.6.1.4.1.9.9.474.1.1.3.1.2 ciscoipprotocol read-only
This 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.
                         cfgFilterIpProtocolStorageType 1.3.6.1.4.1.9.9.474.1.1.3.1.3 storagetype read-only
The storage type for this conceptual row.
                         cfgFilterIpProtocolGroupRowStatus 1.3.6.1.4.1.9.9.474.1.1.3.1.4 rowstatus read-only
This object is used for adding/deleting entries in this table. This object can be set to 'active' only with valid value for cfgFilterIpProtocolNumber object.
                 cfgFilterIpServiceGroupTable 1.3.6.1.4.1.9.9.474.1.1.4 no-access
This 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'.
                     cfgFilterIpServiceGroupEntry 1.3.6.1.4.1.9.9.474.1.1.4.1 no-access
Each entry is an IP Protocol traffic filter within an IP filter profile. Entries with the same cfgFilterGroupName belong to the same protocol filter group.
                         cfgFilterIpServiceGroupIndex 1.3.6.1.4.1.9.9.474.1.1.4.1.1 unsigned32 no-access
This index uniquely identifies the entries in this table.
                         cfgFilterIpServiceType 1.3.6.1.4.1.9.9.474.1.1.4.1.2 integer read-only
This 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. Enumeration: 'tcpUdp': 3, 'udp': 2, 'tcp': 1.
                         cfgFilterIpServicePortLow 1.3.6.1.4.1.9.9.474.1.1.4.1.3 inetportnumber read-only
This 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.
                         cfgFilterIpServicePortHigh 1.3.6.1.4.1.9.9.474.1.1.4.1.4 inetportnumber read-only
This 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.
                         cfgFilterIpServiceStorageType 1.3.6.1.4.1.9.9.474.1.1.4.1.5 storagetype read-only
The storage type for this conceptual row.
                         cfgFilterIpServiceGroupRowStatus 1.3.6.1.4.1.9.9.474.1.1.4.1.6 rowstatus read-only
This object is used for adding/deleting entries in this table. This object can be set to 'active' only with valid value for cfgFilterIpServiceType object.
                 cfgFilterICMPGroupTable 1.3.6.1.4.1.9.9.474.1.1.5 no-access
This 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'.
                     cfgFilterICMPGroupEntry 1.3.6.1.4.1.9.9.474.1.1.5.1 no-access
An 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.
                         cfgFilterICMPGroupIndex 1.3.6.1.4.1.9.9.474.1.1.5.1.1 unsigned32 no-access
This index identifies an unique entry in this table.
                         cfgFilterICMPType 1.3.6.1.4.1.9.9.474.1.1.5.1.2 integer32 read-only
This 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.
                         cfgFilterICMPCode 1.3.6.1.4.1.9.9.474.1.1.5.1.3 integer32 read-only
This 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.
                         cfgFilterICMPStorageType 1.3.6.1.4.1.9.9.474.1.1.5.1.4 storagetype read-only
The storage type for this conceptual row.
                         cfgFilterICMPGroupRowStatus 1.3.6.1.4.1.9.9.474.1.1.5.1.5 rowstatus read-only
This object is used for adding/deleting entries in this table. This object can be set to 'active' only with valid value for cfgFilterICMPType object.
                 cfgFilterNestedGroupTable 1.3.6.1.4.1.9.9.474.1.1.6 no-access
This 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.
                     cfgFilterNestedGroupEntry 1.3.6.1.4.1.9.9.474.1.1.6.1 no-access
An entry in nested filter group table. Each entry contains information on the a group that is configured in another group.
                         cfgFilterParentGroupName 1.3.6.1.4.1.9.9.474.1.1.6.1.1 cfgfiltergroupname no-access
This 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.
                         cfgFilterNestedGroupName 1.3.6.1.4.1.9.9.474.1.1.6.1.2 cfgfiltergroupname no-access
This 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.
                         cfgFilterNestedStorageType 1.3.6.1.4.1.9.9.474.1.1.6.1.3 storagetype read-only
The storage type for this conceptual row.
                         cfgFilterNestedGroupRowStatus 1.3.6.1.4.1.9.9.474.1.1.6.1.4 rowstatus read-only
This object is used for adding/deleting entries in this table.
             ciscoFilterObjectGroup 1.3.6.1.4.1.9.9.474.1.2
Configuration parameters for filter groups.
             ciscoFilterNetworkGroup 1.3.6.1.4.1.9.9.474.1.3
Configuration parameters for network filters.
             ciscoFilterIpProtocolGroup 1.3.6.1.4.1.9.9.474.1.4
Configuration parameters for protocol filters.
             ciscoFilterIpServiceGroup 1.3.6.1.4.1.9.9.474.1.5
Configuration parameters for port filters.
             ciscoFilterICMPGroup 1.3.6.1.4.1.9.9.474.1.6
Configuration parameters related to ICMP filter group.
             ciscoFilterNestedGroup 1.3.6.1.4.1.9.9.474.1.7
Configuration parameters related to nesting of filter group.
         ciscoFilterGroupMIBConform 1.3.6.1.4.1.9.9.474.2
             ciscoFilterGroupMIBCompl 1.3.6.1.4.1.9.9.474.2.1
                 ciscoFilterGroupConfigMIBCompliance 1.3.6.1.4.1.9.9.474.2.1.1
The compliance statement for entities implementing the Cisco IP Protocol Filter MIB.
             ciscoFilterGroupMIBGroups 1.3.6.1.4.1.9.9.474.2.2