CISCO-FILTER-GROUP-MIB

CISCO-FILTER-GROUP-MIB Download

MIBs list

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).

IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges, Firewalls, Repeaters.

OID list for CISCO-FILTER-GROUP-MIB

cfgFilterGroupTable
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 Intern ...
cfgFilterGroupEntry
An entry in filter group table. Each entry contains information such as filter group type, filter description.
cfgFilterGroupName
This object identifies unique name for the filter group.
cfgFilterGroupType
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. ipProtoc ...
cfgFilterGroupDescription
This object is used for configuring description for the filter group.
cfgFilterGroupStorageType
The storage type for this conceptual row.
cfgFilterGroupRowStatus
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
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
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
This object identifies an unique entry for a network filter group.
cfgFilterNetworkAddressType
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
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 cfgFilterNetworkAddressTyp ...
cfgFilterNetworkMask
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 car ...
cfgFilterNetworkStorageType
The storage type for this conceptual row.
cfgFilterNetworkRowStatus
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
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
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
This index uniquely identifies the entries in this table.
cfgFilterIpProtocolNumber
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 ...
cfgFilterIpProtocolStorageType
The storage type for this conceptual row.
cfgFilterIpProtocolGroupRowStatus
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
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 ...
cfgFilterIpServiceGroupEntry
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
This index uniquely identifies the entries in this table.
cfgFilterIpServiceType
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.
cfgFilterIpServicePortLow
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 tha ...
cfgFilterIpServicePortHigh
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 ...
cfgFilterIpServiceStorageType
The storage type for this conceptual row.
cfgFilterIpServiceGroupRowStatus
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
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 o ...
cfgFilterICMPGroupEntry
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
This index identifies an unique entry in this table.
cfgFilterICMPType
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 Unreachab ...
cfgFilterICMPCode
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
The storage type for this conceptual row.
cfgFilterICMPGroupRowStatus
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
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
An entry in nested filter group table. Each entry contains information on the a group that is configured in another group.
cfgFilterParentGroupName
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
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 sho ...
cfgFilterNestedStorageType
The storage type for this conceptual row.
cfgFilterNestedGroupRowStatus
This object is used for adding/deleting entries in this table.
ciscoFilterObjectGroup
Configuration parameters for filter groups.
ciscoFilterNetworkGroup
Configuration parameters for network filters.
ciscoFilterIpProtocolGroup
Configuration parameters for protocol filters.
ciscoFilterIpServiceGroup
Configuration parameters for port filters.
ciscoFilterICMPGroup
Configuration parameters related to ICMP filter group.
ciscoFilterNestedGroup
Configuration parameters related to nesting of filter group.

Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.

MIBs list