CANOGA PERKINS CanogaOS Command Reference User Manual
Page 565
![background image](/manuals/651410/565/background.png)
CanogaOS Command Line Reference
Revision 1.02
Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches
Page 565 of 855
redistributed into BGP, the origin of the route is incomplete.
The match origin command specifies the origin to be matched. If there is a match for the
specified origin, and permit is specified, the route is redistributed or controlled as specified by
the set action. If the match criteria are met, and deny is specified, the route is not redistributed
or controlled. If the match criteria are not met, the route is neither accepted nor forwarded,
irrespective of permit or deny specifications.
The route specified by the policies might not be the same as specified by the routing protocols.
Setting policies enable packets to take different routes depending on their length or content.
Packet forwarding based on configured policies overrides packet forwarding specified in routing
tables.
Note:
This command is valid for BGP only.
28.11.1.1 Command
Syntax
match origin { egp | igp | incomplete }
no match origin
28.11.1.2 Syntax
Description
egp
learned from EGP.
igp
Local IGP
incomplete
Unknown heritage
28.11.1.3 Command
Mode
Route-map mode
28.11.1.4 Defaults
No match origin is specified by default.
28.11.1.5 Examples
Switch# configure terminal
Switch(config)# route-map myroute deny 34
Switch(config-route-map)# match origin egp
28.11.1.6 Related
Commands