CIgmpFilterEntry¶
Enum Classes
-
class
CISCOIGMPFILTERMIB::CIgmpFilterTable::CIgmpFilterEntry¶ Bases:
EntityClass Hierarchy :
CISCOIGMPFILTERMIBCIgmpFilterTableCIgmpFilterEntryThis class represents state data.
An entry (conceptual row) in the cIgmpFilterTable.
The creation, deletion or modification of an entry
is controlled through the MIB objects defined under
cIgmpFilterEditor group.
-
cigmpfilterprofileindex(key)¶ Index identifying this entry
type: int
range: 0..4294967295
config: False
-
cigmpfilterstartaddresstype(key)¶ This object describes the type of Internet address used to determine the start address of IP multicast group for a profile
type:
InetAddressTypeconfig: False
-
cigmpfilterstartaddress(key)¶ This object describes the start of the IP multicast group address of a contiguous range which will be subjected to filtering operation
type:
std::stringlength: 1..64
config: False
-
cigmpfilterendaddresstype¶ This object indicates the type of Internet address used to determine the end address of IP multicast group for a profile
type:
InetAddressTypeconfig: False
-
cigmpfilterendaddress¶ This object indicates the end of the IP multicast group address of a contiguous range which will be subjected to filtering operation
type:
std::stringlength: 0..255
config: False
-
cigmpfilterprofileaction¶ This object defines the action for filtering IGMP reports for this profile. If the object is set to deny(2): then all IGMP reports associated to IP multicast groups included in the profile identified by cIgmpFilterInterfaceProfileIndex will be dropped. If the object is set to permit(1): then all IGMP reports associated to IP multicast groups not included in the profile identified by cIgmpFilterInterfaceProfileIndex will be dropped
type:
CIgmpFilterProfileActionconfig: False
-