Equivalent ExtremeWare XOS policy map definition:
entry
entry-5
{
If
{
nlri
22.16.0.0/14;
}
then
{
permit;
}
}
entry
entry-10
{
if
{
nlri
192.168.0.0/18 exact;
}
then
{
permit;
}
}
entry
entry-15
{
if
{
nlri
any/8;
}
then
{
deny;
}
}
entry
entry-20
{
if
{
nlri
10.10.0.0/18;
}
then
{
permit;
}
}
entry
entry-25
{
if
{
nlri
22.44.66.0/23
}
then
{
deny;
}
}
The policy above can be optimized by combining some of the if statements into a single expression. The
compact form of the policy will look like this:
entry
permit_entry
If match any {
nlri
22.16.0.0/14;
nlri
192.168.0.0/18 exact ;
nlri
10.10.0.0/18;
}
ExtremeWare XOS 11.3 Concepts Guide
exact;
{
Routing Policies
285
Need help?
Do you have a question about the ExtremeWare XOS Guide and is the answer not in the manual?
Questions and answers