......
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
template bgp dn42_up0_new {
|
template bgp dn42_up0_new {
|
||||||
graceful restart;
|
graceful restart;
|
||||||
local as LOCAL_ASN;
|
local as DN42_ASN;
|
||||||
ipv4 {
|
ipv4 {
|
||||||
table dn42v4;
|
table dn42v4;
|
||||||
import filter {if !function_dn42_bgp_import_from_upstream() then reject; accept; };
|
import filter {if !function_dn42_bgp_import_from_upstream() then reject; accept; };
|
||||||
@@ -15,7 +15,7 @@ template bgp dn42_up0_new {
|
|||||||
|
|
||||||
template bgp dn42_up1_new {
|
template bgp dn42_up1_new {
|
||||||
graceful restart;
|
graceful restart;
|
||||||
local as LOCAL_ASN;
|
local as DN42_ASN;
|
||||||
ipv4 {
|
ipv4 {
|
||||||
table dn42v4;
|
table dn42v4;
|
||||||
import filter {if !function_dn42_bgp_import_from_upstream() then reject; accept; };
|
import filter {if !function_dn42_bgp_import_from_upstream() then reject; accept; };
|
||||||
@@ -30,7 +30,7 @@ template bgp dn42_up1_new {
|
|||||||
|
|
||||||
template bgp dn42_ibgp_new {
|
template bgp dn42_ibgp_new {
|
||||||
graceful restart;
|
graceful restart;
|
||||||
local as LOCAL_ASN;
|
local as DN42_ASN;
|
||||||
med metric;
|
med metric;
|
||||||
direct;
|
direct;
|
||||||
ipv4 {
|
ipv4 {
|
||||||
@@ -52,7 +52,7 @@ template bgp dn42_ibgp_new {
|
|||||||
|
|
||||||
template bgp dn42_ibgp_mp_new {
|
template bgp dn42_ibgp_mp_new {
|
||||||
graceful restart;
|
graceful restart;
|
||||||
local as LOCAL_ASN;
|
local as DN42_ASN;
|
||||||
med metric;
|
med metric;
|
||||||
ipv4 {
|
ipv4 {
|
||||||
table dn42v4;
|
table dn42v4;
|
||||||
|
|||||||
Reference in New Issue
Block a user