MIB Discovery
1930 modules enregistrés
Chemin
MIX : 1 (iso). 3 (org). 6 (dod). 1 (internet). 2 (mgmt). 1 (mib-2). 16 (rmon). 23 (apm). 1 (apmMibObjects). 4 (apmHttpFilterTable). 1 (apmHttpFilterEntry). 6 (apmHttpFilterMatchType)
OID : 1.3.6.1.2.1.16.23.1.4.1.6
TXT : iso. org. dod. internet. mgmt. mib-2. rmon. apm. apmMibObjects. apmHttpFilterTable. apmHttpFilterEntry. apmHttpFilterMatchType
Enfants
Pas d'enfants disponibles pour cet OID
Détails
OID1.3.6.1.2.1.16.23.1.4.1.6
Module APM-MIB (ietf)
NomapmHttpFilterMatchType
Accesreadwrite
Statuscurrent
DescriptionThe matching algorithm used to compare the URL pathname. If the value is exact(1), then the pathname component will be compared with the associated apmHttpFilterURLPath and will only be associated with this entry if it matches exactly. If the value is stripTrailingSlash(2), then the pathname component will be compared with the associated apmHttpFilterURLPath and will only be associated with this entry if it matches exactly or if the pathname ends with a '/' symbol and matches apmHttpFilterURLPath if the '/' symbol is removed from the pathname. This option exists for those paths where an optional trailing slash is possible but for which a prefix match would be too broad. If the value is prefix(3), then the pathname component will be compared with the associated apmHttpFilterURLPath and will only be associated with this entry if the beginning of the pathname matches every octet of this value. Octets that extend beyond the length of this value are ignored.
SyntaxeEnumeration (1-exact, 2-stripTrailingSlash, 3-prefix)