Configure Ripng Trusted-Gateway - Extreme Networks ExtremeWare XOS Command Reference Manual

Version 11.3
Hide thumbs Also See for ExtremeWare XOS:
Table of Contents

Advertisement

configure ripng trusted-gateway

configure ripng [vlan <vlan-name> | tunnel <tunnel-name>] trusted-gateway
[<policy-name> | none]
Description
Configures a trusted neighbor policy to determine trusted RIPng router neighbors for the interfaces on
the switch running RIPng.
Syntax Description
vlan-name
tunnel-name
policy-name
none
Default
None. Control packets fall the neighbors are processed.
Usage Guidelines
Use this command to set a policy to determine trusted neighbors. A neighbor is defined by its
IP address. Only the RIPng control packets from trusted neighbors will be processed.
The following policy designates neighbors from the fe80:202:b3ff:fe4a:6ada:: /64 subnet and the
neighbor at fe80:203::b3ff:fe4a:6ada as trusted gateways:
entry filter_gateways {
If match any{
nlri fe80:202:b3ff:fe4a:6ada:: /64;
nlri fe80:203::b3ff:fe4a:6ada ;
}
then {
permit;
}
}
Example
The following command configures RIPng to use the policy nointernet to determine from which RIPng
neighbor to receive (or reject) the routes to the VLAN backbone:
configure ripng vlan backbone trusted-gateway nointernet
ExtremeWare XOS 11.3 Command Reference
Specifies an IPv6 configured VLAN.
Specifies an IPv6 tunnel.
Specifies a policy.
Removes any trusted-gateway policy from the VLAN.
configure ripng trusted-gateway
1259

Advertisement

Table of Contents
loading

This manual is also suitable for:

Extremeware xos 11.3

Table of Contents