12 match route-type, Match route, Type – PLANET XGS3-24042 User Manual
Page 481

31-120
from the internal gateway protocols, incomplete means the route origin is uncertain.
Command Mode:
route-map mode
Usage Guide:
This command matches according to origin message in the BGP route. If the matching succeeded,
then the “permit” or “deny” action in the route-map is performed.
Example:
Switch#config terminal
Switch(config)#route-map r1 permit 5
Switch(config-route-map)#match origin egp
31.12 match route-type
Command:
match route-type external
no match route-type external [
Function:
Configure to matching with the route type of OSPF routing message. The “no match route-type
external [
Parameter:
type-1 means match with the OSPF type 1 external route, type-2 means match with the OSPF type
2 external route.
Command Mode:
route-map mode
Usage Guide:
This command matches according to the type of OSPF routes (OSPF AS-external LSA type is
either type 1 or type 2). If the matching succeeded, then the “permit” or “deny” action in the
route-map is performed.
Example:
Switch#config terminal
Switch(config)#route-map r1 permit 5
Switch(config-route-map)#match route-type external type-1