Avaya 8600 Technical Configuration Manual page 64

Ethernet routing switch
Hide thumbs Also See for 8600:
Table of Contents

Advertisement

2. It creates and enables redistribution into BGP for the VRF from all of RIP,
OSPF, Static Routes, Local/Direct Routes.
As such, after enabling ipvpn on the VRF, the following extra lines will be visible in the
config file:
CLI
#
# BGP CONFIGURATION - VRF
#
ip vrf <VRF-name> bgp create
ip vrf <VRF-name> bgp synchronization disable
ip vrf <VRF-name> bgp enable
#
# IP REDISTRIBUTION CONFIGURATION - VRF
#
ip vrf <VRF-name> bgp redistribute rip create
ip vrf <VRF-name> bgp redistribute rip enable
ip vrf <VRF-name> bgp redistribute rip apply
ip vrf <VRF-name> bgp redistribute ospf create
ip vrf <VRF-name> bgp redistribute ospf enable
ip vrf <VRF-name> bgp redistribute ospf apply
ip vrf <VRF-name> bgp redistribute static create
ip vrf <VRF-name> bgp redistribute static enable
ip vrf <VRF-name> bgp redistribute static apply
ip vrf <VRF-name> bgp redistribute direct create
ip vrf <VRF-name> bgp redistribute direct enable
ip vrf <VRF-name> bgp redistribute direct apply
ACLI
#
# BGP CONFIGURATION - VRF
#
router vrf <VRF-name>
ip bgp
no ip bgp synchronization
ip bgp enable
exit
#
# IP REDISTRIBUTION CONFIGURATION - VRF
#
router vrf <VRF-name>
ip bgp redistribute rip
ip bgp redistribute rip enable
ip bgp redistribute ospf
ip bgp redistribute ospf enable
Network Design Implementation to Provide L2 & L3 VPN Connectivity
November 2010
between Sites using SMLT and IPVPN-Lite for ERS 8600
Technical Configuration Guide
avaya.com
64

Advertisement

Table of Contents
loading

Table of Contents