134 | Access Control Lists (ACLs)w w w . d e l l . c o m | s u p p o r t . d e l l . c o mmatch interface interface CONFIG-ROUTE-MAP Match routes whose next hop is a specificinterface. The parameters are:• For a Fast Ethernet interface, enter thekeyword FastEthernet followed by the slot/port information.• For a 1-Gigabit Ethernet interface, enter thekeyword gigabitEthernet followed by theslot/port information.• For a loopback interface, enter the keywordloopback followed by a number betweenzero (0) and 16383.• For a port channel interface, enter the keywordport-channel followed by a number from 1to 255 for TeraScale and ExaScale, 1 to 32 forEtherScale.• For a SONET interface, enter the keywordsonet followed by the slot/port information.• For a 10-Gigabit Ethernet interface, enter thekeyword tengigabitEthernet followed bythe slot/port information.• For a VLAN, enter the keyword vlan followedby a number from 1 to 4094.• For a 40-Gigabit Ethernet interface, enter thekeyword fortyGigE followed by the slot/portinformation.match ip address prefix-list-name CONFIG-ROUTE-MAP Match destination routes specified in a prefix list(IPv4).match ipv6 address prefix-list-name CONFIG-ROUTE-MAP Match destination routes specified in a prefix list(IPv6).match ip next-hop{access-list-name | prefix-listprefix-list-name}CONFIG-ROUTE-MAP Match next-hop routes specified in a prefix list(IPv4).match ipv6 next-hop{access-list-name | prefix-listprefix-list-name}CONFIG-ROUTE-MAP Match next-hop routes specified in a prefix list(IPv6).match ip route-source{access-list-name | prefix-listprefix-list-name}CONFIG-ROUTE-MAP Match source routes specified in a prefix list(IPv4).match ipv6 route-source{access-list-name | prefix-listprefix-list-name}CONFIG-ROUTE-MAP Match source routes specified in a prefix list(IPv6).match metric metric-value CONFIG-ROUTE-MAP Match routes with a specific value.match origin {egp | igp |incomplete}CONFIG-ROUTE-MAP Match BGP routes based on the ORIGIN attribute.match route-type {external[type-1 | type-2] | internal | level-1| level-2 | local }CONFIG-ROUTE-MAP Match routes specified as internal or external toOSPF, ISIS level-1, ISIS level-2, or locallygenerated.Command Syntax Command Mode Purpose