OSPFv3 Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1646
●
Action (set) attributes
■
cost <cost>
■
tag <number>
■
cost-type [ase-type-1 | ase-type-2]
■
permit
■
deny
Any other policy attribute will not be recognized and will be ignored.
The following is an example OSPFv3 export policy file:
entry first {
if match any{
nlri 2001:db8:200:300:/64;
nlri 2001:db8:2146:23d1::/64;
nlri 2001:db8:af31:3d0::/64;
nlri 2001:db8:f6:2341::/64;
} then {
deny;
}
}
entry second {
if match any{
nlri 2001:db8:304::/48;
nlri 2001:db8:ca11::/48;
nlri 2001:db8:da36::/48;
nlri 2001:db8:f6a6::/48;
} then {
cost 220;
cost-type ase-type-2;
permit;
}
}
Example
The following command enables OSPFv3 to export RIPng-related routes and associates a policy
redist
:
enable ospfv3 export ripng redist
History
This command was first available in ExtremeWare XOS 11.2.
The
tag
keyword was removed in ExtremeWare XOS 11.4.
Platform Availability
This command is available on platforms with a Core or an Advanced Core license.