internal route in which all packets exiting the tunnel will be redirected back into the tunnel
itself.
Nested tunneling example
Recommendations on avoiding nested tunneling
Announce policy:
Configure a policy rule on the receiving tunnel endpoint (router 2) that
causes the receiving endpoint to block advertisements of the source network (192.68.1.0) in
its routing updates. This prevents the source endpoint (router 1) from learning the route. This
solution is for nested tunneling caused by RIP. For example, using the network shown in
on page 437 as an illustration, configure the following policy rule on router 2 and activate
it on the router RIP with the matching interface:
Gxxx-001(super)# ip distribution access-list-name 1 “list #1”
Done!
Gxxx-001(super)# ip distribution access-default-action 1 default-action-permit
Done!
Gxxx-001(super)# ip distribution access-list 1 10 “deny”
192.68.1.0 0.0.0.255
Done!
Gxxx-001(super)# router rip
Gxxx-001(super router:rip)# distribution-list 1 out FastEthernet 10/3
Done!
Gxxx-001(super router:rip)# exit
Gxxx-001(super)#
Accept policy:
Configure a policy rule on the source tunnel endpoint (router 1) that will cause
the source endpoint to not accept routing updates that include the source network (192.68.1.0).
This solution is for nested tunneling caused by RIP. For example, using the network shown in
on page 437 as an illustration, you would configure the following
policy rule on router 1 and activate it on the router RIP with the matching interface:
Gxxx-001(super)# ip distribution access-list-name 1 “list #1”
Done!
Gxxx-001(super)# ip distribution access-default-action 1 default-action-permit
Done!
Gxxx-001(super)# ip distribution access-list 1 10 “deny”
192.68.1.0 0.0.0.255
Done!
Gxxx-001(super)# router rip
Gxxx-001(super router:rip)# distribution-list 1 in FastEthernet 10/3
Done!
The router
Administering Avaya G430 Branch Gateway
October 2013 437
Summary of Contents for G430
Page 1: ...Administering Avaya G430 Branch Gateway Release 6 3 03 603228 Issue 5 October 2013 ...
Page 12: ...12 Administering Avaya G430 Branch Gateway October 2013 ...
Page 246: ...VoIP QoS 246 Administering Avaya G430 Branch Gateway October 2013 Comments infodev avaya com ...
Page 556: ...IPSec VPN 556 Administering Avaya G430 Branch Gateway October 2013 Comments infodev avaya com ...