ASCEND-MIBFILTR-MIB: View SNMP OID List / Download MIB

VENDOR: ASCEND COMMUNICATIONS INC.


 Home MIB: ASCEND-MIBFILTR-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
 mibfilterProfile 1.3.6.1.4.1.529.23.77
       mibfilterProfileTable 1.3.6.1.4.1.529.23.77.1 no-access
A list of mibfilterProfile profile entries.
           mibfilterProfileEntry 1.3.6.1.4.1.529.23.77.1.1 no-access
A mibfilterProfile entry containing objects that maps to the parameters of mibfilterProfile profile.
               filterProfile_FilterName 1.3.6.1.4.1.529.23.77.1.1.1 displaystring read-only
The name of this filter. All filters are referenced by name so a name must be assigned to active filters.
               filterProfile_Action_o 1.3.6.1.4.1.529.23.77.1.1.2 integer read-write
Enumeration: 'deleteProfile': 3, 'createProfile': 2, 'noAction': 1.
       mibfilterProfile_OutputFiltersTable 1.3.6.1.4.1.529.23.77.2 no-access
A list of mibfilterProfile__output_filters profile entries.
           mibfilterProfile_OutputFiltersEntry 1.3.6.1.4.1.529.23.77.2.1 no-access
A mibfilterProfile__output_filters entry containing objects that maps to the parameters of mibfilterProfile__output_filters profile.
               filterProfile_OutputFilters_FilterName 1.3.6.1.4.1.529.23.77.2.1.1 displaystring read-only
               filterProfile_OutputFilters_Index_o 1.3.6.1.4.1.529.23.77.2.1.2 integer read-only
               filterProfile_OutputFilters_ValidEntry 1.3.6.1.4.1.529.23.77.2.1.3 integer read-write
When TRUE, this filter entry has been defined and properly initialized. When FALSE, this entry should be skipped when filtering. Enumeration: 'yes': 2, 'no': 1.
               filterProfile_OutputFilters_Forward 1.3.6.1.4.1.529.23.77.2.1.4 integer read-write
When TRUE a packet matching this filter will be forwarded or restart the idle timer. When FALSE a packet matching this filter will be dropped or not restart the idle timer. Enumeration: 'yes': 2, 'no': 1.
               filterProfile_OutputFilters_oType 1.3.6.1.4.1.529.23.77.2.1.5 integer read-write
The type of filter contained in this entry. Used to select which of the following fields should be used. Enumeration: 'genericFilter': 1, 'ipFilter': 2, 'ipxFilter': 4, 'routeFilter': 3, 'tosFilter': 5.
               filterProfile_OutputFilters_GenFilter_Offset 1.3.6.1.4.1.529.23.77.2.1.6 integer read-write
Offset from start of frame of data to test.
               filterProfile_OutputFilters_GenFilter_Len 1.3.6.1.4.1.529.23.77.2.1.7 integer read-write
Number of octets to test. Max value is 8 octets.
               filterProfile_OutputFilters_GenFilter_More 1.3.6.1.4.1.529.23.77.2.1.8 integer read-write
Include next entry in as part of filter. Enumeration: 'yes': 2, 'no': 1.
               filterProfile_OutputFilters_GenFilter_CompNeq 1.3.6.1.4.1.529.23.77.2.1.9 integer read-write
Defines type of comparison( Equals(FALSE) or Notequals(TRUE). Default is Equals. Enumeration: 'yes': 2, 'no': 1.
               filterProfile_OutputFilters_GenFilter_Mask 1.3.6.1.4.1.529.23.77.2.1.10 displaystring read-write
A mask to be applied to the data at offset. Only the first len octets will be applied.
               filterProfile_OutputFilters_GenFilter_Value 1.3.6.1.4.1.529.23.77.2.1.11 displaystring read-write
The value to compare with the masked data. Only the first len octets will be compared.
               filterProfile_OutputFilters_IpFilter_Protocol 1.3.6.1.4.1.529.23.77.2.1.12 integer read-write
The protocol number of the protocol to filter for. If set to zero this entry will match any IP protocol.
               filterProfile_OutputFilters_IpFilter_SourceAddressMask 1.3.6.1.4.1.529.23.77.2.1.13 ipaddress read-write
A mask to apply to a source address before comparison.
               filterProfile_OutputFilters_IpFilter_SourceAddress 1.3.6.1.4.1.529.23.77.2.1.14 ipaddress read-write
A value to compare with the masked source addresses.
               filterProfile_OutputFilters_IpFilter_DestAddressMask 1.3.6.1.4.1.529.23.77.2.1.15 ipaddress read-write
A mask to apply to a destination address before comparison.
               filterProfile_OutputFilters_IpFilter_DestAddress 1.3.6.1.4.1.529.23.77.2.1.16 ipaddress read-write
A value to compare with the masked destination addresses.
               filterProfile_OutputFilters_IpFilter_oSrcPortCmp 1.3.6.1.4.1.529.23.77.2.1.17 integer read-write
The type of comparison for the source port field. May be set to no comparison. Enumeration: 'neq': 5, 'none': 1, 'gtr': 4, 'eql': 3, 'less': 2.
               filterProfile_OutputFilters_IpFilter_SourcePort 1.3.6.1.4.1.529.23.77.2.1.18 integer read-write
A value to compare with the source port. The comparison is defined by the sourceTest field.
               filterProfile_OutputFilters_IpFilter_oDstPortCmp 1.3.6.1.4.1.529.23.77.2.1.19 integer read-write
The type of comparison for the destination port field. May be set to no comparison. Enumeration: 'neq': 5, 'none': 1, 'gtr': 4, 'eql': 3, 'less': 2.
               filterProfile_OutputFilters_IpFilter_DestPort 1.3.6.1.4.1.529.23.77.2.1.20 integer read-write
A value to compare with the destination port. The comparison is defined by the destTest field.
               filterProfile_OutputFilters_IpFilter_TcpEstab 1.3.6.1.4.1.529.23.77.2.1.21 integer read-write
Indicates whether to look at tcp packets in an established connection. Enumeration: 'yes': 2, 'no': 1.
               filterProfile_OutputFilters_RouteFilter_SourceAddressMask 1.3.6.1.4.1.529.23.77.2.1.22 ipaddress read-write
A mask to apply to a source address before comparison.
               filterProfile_OutputFilters_RouteFilter_SourceAddress 1.3.6.1.4.1.529.23.77.2.1.23 ipaddress read-write
A value to compare with the masked source addresses.
               filterProfile_OutputFilters_RouteFilter_RouteMask 1.3.6.1.4.1.529.23.77.2.1.24 ipaddress read-write
A mask to apply to a destination address before comparison.
               filterProfile_OutputFilters_RouteFilter_RouteAddress 1.3.6.1.4.1.529.23.77.2.1.25 ipaddress read-write
A value to compare with the masked destination addresses.
               filterProfile_OutputFilters_RouteFilter_AddMetric 1.3.6.1.4.1.529.23.77.2.1.26 integer read-write
A value to be added to metric of the route, this is valid only when action is add.
               filterProfile_OutputFilters_RouteFilter_Action 1.3.6.1.4.1.529.23.77.2.1.27 integer read-write
The type of action taken when match occurs. Enumeration: 'none': 1, 'add': 4, 'deny': 3, 'accept': 2.
               filterProfile_OutputFilters_IpxFilter_SrcNetAddress 1.3.6.1.4.1.529.23.77.2.1.28 displaystring read-write
A value to compare with source network addresses.
               filterProfile_OutputFilters_IpxFilter_DestNetAddress 1.3.6.1.4.1.529.23.77.2.1.29 displaystring read-write
A value to compare with destination network addresses.
               filterProfile_OutputFilters_IpxFilter_SrcNodeAddress 1.3.6.1.4.1.529.23.77.2.1.30 displaystring read-write
A value to compare with source node addresses.
               filterProfile_OutputFilters_IpxFilter_DestNodeAddress 1.3.6.1.4.1.529.23.77.2.1.31 displaystring read-write
A value to compare with destination node addresses.
               filterProfile_OutputFilters_IpxFilter_SrcSocket 1.3.6.1.4.1.529.23.77.2.1.32 displaystring read-write
The type of comparison for the source socket field. May be set to no comparison.
               filterProfile_OutputFilters_IpxFilter_SrcSocketCmp 1.3.6.1.4.1.529.23.77.2.1.33 integer read-write
The type of comparison for the source socket field. May be set to no comparison. Enumeration: 'neq': 5, 'none': 1, 'gtr': 4, 'eql': 3, 'less': 2.
               filterProfile_OutputFilters_IpxFilter_DestSocket 1.3.6.1.4.1.529.23.77.2.1.34 integer read-write
A value to compare with the destination socket. The comparison is defined by the destTest field.
               filterProfile_OutputFilters_IpxFilter_DstSocketCmp 1.3.6.1.4.1.529.23.77.2.1.35 integer read-write
The type of comparison for the destination socket field. May be set to no comparison. Enumeration: 'neq': 5, 'none': 1, 'gtr': 4, 'eql': 3, 'less': 2.
               filterProfile_OutputFilters_TosFilter_Protocol 1.3.6.1.4.1.529.23.77.2.1.36 integer read-write
The protocol number of the protocol you like to support type-of-service. If set to zero this entry will match any IP protocol.
               filterProfile_OutputFilters_TosFilter_SourceAddressMask 1.3.6.1.4.1.529.23.77.2.1.37 ipaddress read-write
A mask to apply to a source address before comparison.
               filterProfile_OutputFilters_TosFilter_SourceAddress 1.3.6.1.4.1.529.23.77.2.1.38 ipaddress read-write
A value to compare with the masked source addresses.
               filterProfile_OutputFilters_TosFilter_DestAddressMask 1.3.6.1.4.1.529.23.77.2.1.39 ipaddress read-write
A mask to apply to a destination address before comparison.
               filterProfile_OutputFilters_TosFilter_DestAddress 1.3.6.1.4.1.529.23.77.2.1.40 ipaddress read-write
A value to compare with the masked destination addresses.
               filterProfile_OutputFilters_TosFilter_oSrcPortCmp 1.3.6.1.4.1.529.23.77.2.1.41 integer read-write
The type of comparison for the source port field. May be set to no comparison. Enumeration: 'neq': 5, 'none': 1, 'gtr': 4, 'eql': 3, 'less': 2.
               filterProfile_OutputFilters_TosFilter_SourcePort 1.3.6.1.4.1.529.23.77.2.1.42 integer read-write
A value to compare with the source port. The comparison is defined by the sourceTest field.
               filterProfile_OutputFilters_TosFilter_oDstPortCmp 1.3.6.1.4.1.529.23.77.2.1.43 integer read-write
The type of comparison for the destination port field. May be set to no comparison. Enumeration: 'neq': 5, 'none': 1, 'gtr': 4, 'eql': 3, 'less': 2.
               filterProfile_OutputFilters_TosFilter_DestPort 1.3.6.1.4.1.529.23.77.2.1.44 integer read-write
A value to compare with the destination port. The comparison is defined by the destTest field.
               filterProfile_OutputFilters_TosFilter_Precedence 1.3.6.1.4.1.529.23.77.2.1.45 integer read-write
Tag the precedence bits (priority bits) in the TOS octet of IP datagram header with this value when match occurs. Enumeration: 'n-101': 161, 'n-100': 129, 'n-110': 193, 'n-111': 225, 'n-000': 1, 'n-001': 33, 'n-011': 97, 'n-010': 65.
               filterProfile_OutputFilters_TosFilter_TypeOfService 1.3.6.1.4.1.529.23.77.2.1.46 integer read-write
Tag the type of service field in the TOS octet of IP datagram header with this value when match occurs. Enumeration: 'throughput': 9, 'cost': 3, 'reliability': 5, 'latency': 17, 'normal': 1.
               filterProfile_OutputFilters_TosFilter_MarkingType 1.3.6.1.4.1.529.23.77.2.1.47 integer read-write
Select type of packet marking. Enumeration: 'precedenceTos': 1, 'dscp': 2.
               filterProfile_OutputFilters_TosFilter_Dscp 1.3.6.1.4.1.529.23.77.2.1.48 displaystring read-write
DSCP tag to be used in marking of the packets (if marking-type = dscp).
       mibfilterProfile_InputFiltersTable 1.3.6.1.4.1.529.23.77.3 no-access
A list of mibfilterProfile__input_filters profile entries.
           mibfilterProfile_InputFiltersEntry 1.3.6.1.4.1.529.23.77.3.1 no-access
A mibfilterProfile__input_filters entry containing objects that maps to the parameters of mibfilterProfile__input_filters profile.
               filterProfile_InputFilters_FilterName 1.3.6.1.4.1.529.23.77.3.1.1 displaystring read-only
               filterProfile_InputFilters_Index_o 1.3.6.1.4.1.529.23.77.3.1.2 integer read-only
               filterProfile_InputFilters_ValidEntry 1.3.6.1.4.1.529.23.77.3.1.3 integer read-write
When TRUE, this filter entry has been defined and properly initialized. When FALSE, this entry should be skipped when filtering. Enumeration: 'yes': 2, 'no': 1.
               filterProfile_InputFilters_Forward 1.3.6.1.4.1.529.23.77.3.1.4 integer read-write
When TRUE a packet matching this filter will be forwarded or restart the idle timer. When FALSE a packet matching this filter will be dropped or not restart the idle timer. Enumeration: 'yes': 2, 'no': 1.
               filterProfile_InputFilters_oType 1.3.6.1.4.1.529.23.77.3.1.5 integer read-write
The type of filter contained in this entry. Used to select which of the following fields should be used. Enumeration: 'genericFilter': 1, 'ipFilter': 2, 'ipxFilter': 4, 'routeFilter': 3, 'tosFilter': 5.
               filterProfile_InputFilters_GenFilter_Offset 1.3.6.1.4.1.529.23.77.3.1.6 integer read-write
Offset from start of frame of data to test.
               filterProfile_InputFilters_GenFilter_Len 1.3.6.1.4.1.529.23.77.3.1.7 integer read-write
Number of octets to test. Max value is 8 octets.
               filterProfile_InputFilters_GenFilter_More 1.3.6.1.4.1.529.23.77.3.1.8 integer read-write
Include next entry in as part of filter. Enumeration: 'yes': 2, 'no': 1.
               filterProfile_InputFilters_GenFilter_CompNeq 1.3.6.1.4.1.529.23.77.3.1.9 integer read-write
Defines type of comparison( Equals(FALSE) or Notequals(TRUE). Default is Equals. Enumeration: 'yes': 2, 'no': 1.
               filterProfile_InputFilters_GenFilter_Mask 1.3.6.1.4.1.529.23.77.3.1.10 displaystring read-write
A mask to be applied to the data at offset. Only the first len octets will be applied.
               filterProfile_InputFilters_GenFilter_Value 1.3.6.1.4.1.529.23.77.3.1.11 displaystring read-write
The value to compare with the masked data. Only the first len octets will be compared.
               filterProfile_InputFilters_IpFilter_Protocol 1.3.6.1.4.1.529.23.77.3.1.12 integer read-write
The protocol number of the protocol to filter for. If set to zero this entry will match any IP protocol.
               filterProfile_InputFilters_IpFilter_SourceAddressMask 1.3.6.1.4.1.529.23.77.3.1.13 ipaddress read-write
A mask to apply to a source address before comparison.
               filterProfile_InputFilters_IpFilter_SourceAddress 1.3.6.1.4.1.529.23.77.3.1.14 ipaddress read-write
A value to compare with the masked source addresses.
               filterProfile_InputFilters_IpFilter_DestAddressMask 1.3.6.1.4.1.529.23.77.3.1.15 ipaddress read-write
A mask to apply to a destination address before comparison.
               filterProfile_InputFilters_IpFilter_DestAddress 1.3.6.1.4.1.529.23.77.3.1.16 ipaddress read-write
A value to compare with the masked destination addresses.
               filterProfile_InputFilters_IpFilter_oSrcPortCmp 1.3.6.1.4.1.529.23.77.3.1.17 integer read-write
The type of comparison for the source port field. May be set to no comparison. Enumeration: 'neq': 5, 'none': 1, 'gtr': 4, 'eql': 3, 'less': 2.
               filterProfile_InputFilters_IpFilter_SourcePort 1.3.6.1.4.1.529.23.77.3.1.18 integer read-write
A value to compare with the source port. The comparison is defined by the sourceTest field.
               filterProfile_InputFilters_IpFilter_oDstPortCmp 1.3.6.1.4.1.529.23.77.3.1.19 integer read-write
The type of comparison for the destination port field. May be set to no comparison. Enumeration: 'neq': 5, 'none': 1, 'gtr': 4, 'eql': 3, 'less': 2.
               filterProfile_InputFilters_IpFilter_DestPort 1.3.6.1.4.1.529.23.77.3.1.20 integer read-write
A value to compare with the destination port. The comparison is defined by the destTest field.
               filterProfile_InputFilters_IpFilter_TcpEstab 1.3.6.1.4.1.529.23.77.3.1.21 integer read-write
Indicates whether to look at tcp packets in an established connection. Enumeration: 'yes': 2, 'no': 1.
               filterProfile_InputFilters_RouteFilter_SourceAddressMask 1.3.6.1.4.1.529.23.77.3.1.22 ipaddress read-write
A mask to apply to a source address before comparison.
               filterProfile_InputFilters_RouteFilter_SourceAddress 1.3.6.1.4.1.529.23.77.3.1.23 ipaddress read-write
A value to compare with the masked source addresses.
               filterProfile_InputFilters_RouteFilter_RouteMask 1.3.6.1.4.1.529.23.77.3.1.24 ipaddress read-write
A mask to apply to a destination address before comparison.
               filterProfile_InputFilters_RouteFilter_RouteAddress 1.3.6.1.4.1.529.23.77.3.1.25 ipaddress read-write
A value to compare with the masked destination addresses.
               filterProfile_InputFilters_RouteFilter_AddMetric 1.3.6.1.4.1.529.23.77.3.1.26 integer read-write
A value to be added to metric of the route, this is valid only when action is add.
               filterProfile_InputFilters_RouteFilter_Action 1.3.6.1.4.1.529.23.77.3.1.27 integer read-write
The type of action taken when match occurs. Enumeration: 'none': 1, 'add': 4, 'deny': 3, 'accept': 2.
               filterProfile_InputFilters_IpxFilter_SrcNetAddress 1.3.6.1.4.1.529.23.77.3.1.28 displaystring read-write
A value to compare with source network addresses.
               filterProfile_InputFilters_IpxFilter_DestNetAddress 1.3.6.1.4.1.529.23.77.3.1.29 displaystring read-write
A value to compare with destination network addresses.
               filterProfile_InputFilters_IpxFilter_SrcNodeAddress 1.3.6.1.4.1.529.23.77.3.1.30 displaystring read-write
A value to compare with source node addresses.
               filterProfile_InputFilters_IpxFilter_DestNodeAddress 1.3.6.1.4.1.529.23.77.3.1.31 displaystring read-write
A value to compare with destination node addresses.
               filterProfile_InputFilters_IpxFilter_SrcSocket 1.3.6.1.4.1.529.23.77.3.1.32 displaystring read-write
The type of comparison for the source socket field. May be set to no comparison.
               filterProfile_InputFilters_IpxFilter_SrcSocketCmp 1.3.6.1.4.1.529.23.77.3.1.33 integer read-write
The type of comparison for the source socket field. May be set to no comparison. Enumeration: 'neq': 5, 'none': 1, 'gtr': 4, 'eql': 3, 'less': 2.
               filterProfile_InputFilters_IpxFilter_DestSocket 1.3.6.1.4.1.529.23.77.3.1.34 integer read-write
A value to compare with the destination socket. The comparison is defined by the destTest field.
               filterProfile_InputFilters_IpxFilter_DstSocketCmp 1.3.6.1.4.1.529.23.77.3.1.35 integer read-write
The type of comparison for the destination socket field. May be set to no comparison. Enumeration: 'neq': 5, 'none': 1, 'gtr': 4, 'eql': 3, 'less': 2.
               filterProfile_InputFilters_TosFilter_Protocol 1.3.6.1.4.1.529.23.77.3.1.36 integer read-write
The protocol number of the protocol you like to support type-of-service. If set to zero this entry will match any IP protocol.
               filterProfile_InputFilters_TosFilter_SourceAddressMask 1.3.6.1.4.1.529.23.77.3.1.37 ipaddress read-write
A mask to apply to a source address before comparison.
               filterProfile_InputFilters_TosFilter_SourceAddress 1.3.6.1.4.1.529.23.77.3.1.38 ipaddress read-write
A value to compare with the masked source addresses.
               filterProfile_InputFilters_TosFilter_DestAddressMask 1.3.6.1.4.1.529.23.77.3.1.39 ipaddress read-write
A mask to apply to a destination address before comparison.
               filterProfile_InputFilters_TosFilter_DestAddress 1.3.6.1.4.1.529.23.77.3.1.40 ipaddress read-write
A value to compare with the masked destination addresses.
               filterProfile_InputFilters_TosFilter_oSrcPortCmp 1.3.6.1.4.1.529.23.77.3.1.41 integer read-write
The type of comparison for the source port field. May be set to no comparison. Enumeration: 'neq': 5, 'none': 1, 'gtr': 4, 'eql': 3, 'less': 2.
               filterProfile_InputFilters_TosFilter_SourcePort 1.3.6.1.4.1.529.23.77.3.1.42 integer read-write
A value to compare with the source port. The comparison is defined by the sourceTest field.
               filterProfile_InputFilters_TosFilter_oDstPortCmp 1.3.6.1.4.1.529.23.77.3.1.43 integer read-write
The type of comparison for the destination port field. May be set to no comparison. Enumeration: 'neq': 5, 'none': 1, 'gtr': 4, 'eql': 3, 'less': 2.
               filterProfile_InputFilters_TosFilter_DestPort 1.3.6.1.4.1.529.23.77.3.1.44 integer read-write
A value to compare with the destination port. The comparison is defined by the destTest field.
               filterProfile_InputFilters_TosFilter_Precedence 1.3.6.1.4.1.529.23.77.3.1.45 integer read-write
Tag the precedence bits (priority bits) in the TOS octet of IP datagram header with this value when match occurs. Enumeration: 'n-101': 161, 'n-100': 129, 'n-110': 193, 'n-111': 225, 'n-000': 1, 'n-001': 33, 'n-011': 97, 'n-010': 65.
               filterProfile_InputFilters_TosFilter_TypeOfService 1.3.6.1.4.1.529.23.77.3.1.46 integer read-write
Tag the type of service field in the TOS octet of IP datagram header with this value when match occurs. Enumeration: 'throughput': 9, 'cost': 3, 'reliability': 5, 'latency': 17, 'normal': 1.
               filterProfile_InputFilters_TosFilter_MarkingType 1.3.6.1.4.1.529.23.77.3.1.47 integer read-write
Select type of packet marking. Enumeration: 'precedenceTos': 1, 'dscp': 2.
               filterProfile_InputFilters_TosFilter_Dscp 1.3.6.1.4.1.529.23.77.3.1.48 displaystring read-write
DSCP tag to be used in marking of the packets (if marking-type = dscp).