brcdRouteMapMatchValue

BROCADE-ROUTEMAP-MIB · .1.3.6.1.4.1.1991.1.1.3.39.1.1.2.1.3

Object

This object specifies the value corresponding to the
brcdRouteMapMatchType.
              
matchAsPath - Identifies one or more BGP AS Paths to be matched.
This list of AS Path names are separated by one or more spaces.
              
matchBgpCommunityName ֠Identifies one or more BGP community ACL names to
be matched. This list of BGP community ACL names separated by one or more
spaces.
              
matchBgpCommunityNameExact ֠Identifies one or more BGP community ACL names
to be matched (which requires exact match).
This list of BGP community ACL names separated by one or more spaces.
              
matchBgpExtCommunityNumber ֠ Identifies one or more BGP community list
numbers to be matched. This is list of BGP community list numbers
separated by one or more spaces.
              
matchInterfaces ֠Identifies the list of IfIndices that need to be matched
in this Routemap. It means traffic from these interfaces will satisfy this
match.  Value 0 matches to null0 interface.
              
In NetIron, supported interfaces are ethernet, pos, ve, loopback and tunnel.
Each IfIndex is a 32-bit integer in big endian order.
One or more Interface IfIndices can be specified by separating each
IfIndex by one or more spaces.
              
matchIpv4AddressAclNames ֠Matches Ipv4 address of route.
Identifies the list of Ipv4 standard or extended ACL names to be matched.
The value is list of ACL names separated by one or more spaces.
              
matchIpv4AddressAclNumbers ֠Matches Ipv4 address of route.
Identifies the list of Ipv4 ACL numbers to be matched.
The value is list of ACL numbers separated by one or more spaces.
              
matchIpv4AddressPrefixList ֠Matches Ipv4 address of route.  Identifies
the list of Ipv4 prefix-lists to be matched.
The value is list of IPv4 prefix-list names separated by one or more spaces.
              
matchIpv4NextHopAclNames ֠Matches next hop Ipv4 address of route.
Identifies the list of Ipv4 standard or extended ACL names to be matched.
The value is list of ACL names separated by one or more spaces.
              
matchIpv4NextHopAclNumbers ֠ Matches next hop Ipv4 address of route.
Identifies the list of Ipv4 ACL numbers to be matched.
The value is list of ACL numbers separated by one or more spaces.
              
matchIpv4NextHopPrefixList ֠Matches next hop Ipv4 address of route.
Identifies the list of Ipv4 prefix-lists to be matched.
The value is list of IPv4 prefix-list names separated by one or more spaces.
              
matchIpv4RouteSourceAclNames ֠Matches advertising source Ipv4 address of
route.Identifies the list of Ipv4 standard or extended ACL names to be matched.
The value is list of ACL names separated by one or more spaces.
              
matchIpv4RouteSourceAclNumbers ֠ Matches advertising source Ipv4
address of route.Identifies the list of Ipv4 ACL numbers to be matched.
The value is list of ACL numbers separated by one or more spaces.
              
matchIpv4RouteSourcePrefixList ֠Matches advertising source Ipv4
address of route.  Identifies the list of Ipv4 prefix-lists to be matched.
The value is list of IPv4 prefix-list names separated by one or more spaces.
              
matchIpv6AddressAclNames ֠Matches Ipv6 address of route.  Identifies
the list of Ipv6 ACL names to be matched.  The value is list of ACL names
separated by one or more spaces.
              
matchIpv6AddressPrefixList ֠Matches Ipv6 address of route.  Identifies the
list of Ipv6 prefix-lists to be matched.  The value is list of IPv6 prefix-list
names separated by one or more spaces.
              
matchIpv6NextHopPrefixList ֠Matches next hop Ipv6 address of route.
Identifies the list of Ipv6 prefix-lists to be matched.  The value is
list of IPv6 prefix-list names separated by one or more spaces.
              
matchIpv6RouteSourcePrefixList ֠Matches advertising source Ipv6 address
of route.  Identifies the list of Ipv6 prefix-lists to be matched.  The value
is list of IPv6 prefix-list names separated by one or more spaces.
              
matchMetric ֠Specifies the route metric to be used for the match.
Value is string representation of the decimal metric value. Agent
will do ascii to integer conversion before using this value.
              
matchRoutingProtocol ֠Specifies the routing protocol to be used for
the match.  Value is string representation of one of the following decimal
values.  static-BGP(1), iBGP(2), eBGP(3), non-staticBGP(4), isisLevel1(5), isisLevel2(6),
isis(7),rip(8),static(9).  The other values are not supported.  The agent will do ascii to
integer conversion before using this value.
              
matchRouteType ֠Specifies the route type to be used for the match.
Value is string representation of one of the following decimal values.
ospfExternalType1(2), ospfExternalType2(3), ospfInternal(4), isisLevel1(5),
isisLevel2(6). The other values are not supported.  The agent will do ascii
to integer conversion before using this value.
              
matchTags ֠Specifies list of tag values to be matched (string
representation of decimal values) Each tag value is separated by one
or more spaces.  There cannot be more than 16 values.

Context

MIB
BROCADE-ROUTEMAP-MIB
OID
.1.3.6.1.4.1.1991.1.1.3.39.1.1.2.1.3
Type
column
Access
readwrite
Status
current
Parent
brcdRouteMapMatchEntry

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'BROCADE-ROUTEMAP-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BROCADE-ROUTEMAP-MIB::brcdRouteMapMatchValue'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BROCADE-ROUTEMAP-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BROCADE-ROUTEMAP-MIB::brcdRouteMapMatchValue.<brcdRouteMapName>.<brcdRouteMapSequence>.<brcdRouteMapMatchSequence>.<brcdRouteMapMatchType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BROCADE-ROUTEMAP-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BROCADE-ROUTEMAP-MIB::brcdRouteMapMatchValue'

Syntax

Source
SNMPv2-TCDisplayString
Base type
OctetString
Display format
255a
Type Description
Represents textual information taken from the NVT ASCII
          
character set, as defined in pages 4, 10-11 of RFC 854.
          
To summarize RFC 854, the NVT ASCII repertoire specifies:
          
  - the use of character codes 0-127 (decimal)
          
  - the graphics characters (32-126) are interpreted as
    US ASCII
          
  - NUL, LF, CR, BEL, BS, HT, VT and FF have the special
    meanings specified in RFC 854
          
  - the other 25 codes have no standard interpretation
          
  - the sequence 'CR LF' means newline
          
  - the sequence 'CR NUL' means carriage-return
          
  - an 'LF' not preceded by a 'CR' means moving to the
    same column on the next line.
          
  - the sequence 'CR x' for any x other than LF or NUL is
    illegal.  (Note that this also means that a string may
    end with either 'CR LF' or 'CR NUL', but not with CR.)
          
Any object defined using this syntax may not exceed 255
characters in length.

Values & Constraints

Type Constraints
range: 0..255