Users Guide

Table Of Contents
VRF
便 VRF
1. 启用 BGP CONFIGURATION AS BGP 1 65535 2 1
4294967295 | 0.1 65535.65535 4 0.1 65535.65535
router bgp as-number
2. CONFIG-ROUTER-VRF VRF
vrf vrf-name
3. CONFIG-ROUTER-VRF
template template-name
4. ROUTER-TEMPLATE AS 1 65535 2 1 4294967295 | 0.1
65535.65535 4 0.1 65535.65535
neighbor ip-address
5. ROUTER-TEMPLATE AS
remote-as as-number
EBGP 使 router bgp as-number BGP as-number
IBGP 使 router bgp as-number BGP as-number
6. ROUTER-TEMPLATE
description text
7. ROUTER-NEIGHBOR
inherit template template-name
8. ROUTER-BGP
neighbor ip-address
9. ROUTER-NEIGHBOR
no shutdown
advertisement-interval
next-hop-self
route-map out
route-reflector-client
send-community
BGP 使 show ip bgp peer-group peer-group-name show ip bgp
neighbor
OS10(config)# router bgp 300
OS10(config-router-bgp-300) vrf blue
OS10(config-router-vrf)# template ebgppg
OS10(config-router-template)# remote-as 100
OS10(config-router-template)# description peer_template_1_abcd
OS10(config-router-template)# exit
OS10(config-router-vrf)# neighbor 3.1.1.1
OS10(config-router-neighbor)# inherit template ebgppg
OS10(config-router-neighbor)# no shutdown
512
3