cancel
Showing results for 
Search instead for 
Did you mean: 

Contact origin attribute.

Contact origin attribute.

choi_seonghyeon
New Contributor
Please contact origin attribute.

ex)Cisco route-map set origin igp setting

How can Extreme use policy policies?

ex)

route-map SAMEX-IN permit 10
match ip address SAMEX-BLOCK
set origin igp
set community 11111111111
!
ip access-list extended SAMEX-BLOCK
permit ip X.X.X.X/X any


entry SAMEX-IN_01 {
if match any {
nlri X.X.X.X/X ;
}
then {
community set "11111111111";
origin set "igp" <--------------------------Is it correct to enter here?
permit;
}
}

Please tell me if there is a way to set the IGP of origin.
1 REPLY 1

Erik_Auerswald
Contributor II
Hi,

at first glance this looks OK, but the semicolon at the end of the statement is missing.

You can check the syntax of a policy file with the check policy POLICY_NAME command.

Thanks,
Erik
GTM-P2G8KFN