Policy Examples - Extreme Networks ExtremeWare XOS Guide Manual

Concepts guide
Hide thumbs Also See for ExtremeWare XOS Guide:
Table of Contents

Advertisement

Policy Examples

The following sections contain examples of policies. The examples are:
• "Translating an Access Profile to a Policy" on page 125
• "Translating a Route Map to a Policy" on page 127
Translating an Access Profile to a Policy
You may be more familiar with using access profiles on other Extreme Networks' switches. This
example shows the policy equivalent to an access-profile.
ExtremeWare Access-Profile:
Seq_No Action IP Address
5
permit 22.16.0.0
10
permit 192.168.0.0
15
deny
20
permit 10.10.0.0
25
deny
Equivalent ExtremeWare XOS Policy-Map definition:
entry
entry-5
If
{
nlri
}
then
{
permit;
}
}
entry
entry-10
if
{
nlri
}
then
{
permit;
}
}
entry
entry-15
if
{
nlri
}
then
{
deny;
}
}
entry
entry-20
if
{
nlri
}
ExtremeWare XOS 10.1 Concepts Guide
IP Mask
255.252.0.0
255.255.192.0
any
255.0.0.0
255.255.192.0
22.44.66.0
255.255.254.0
{
22.16.0.0/14;
{
192.168.0.0/18 exact;
{
any/8;
{
10.10.0.0/18;
Exact
No
Yes
No
No
Yes
Switch Protection
125

Advertisement

Table of Contents
loading

This manual is also suitable for:

Extremeware xos 10.1

Table of Contents