bgp-intro done
This commit is contained in:
parent
b7603e7521
commit
664bdd7950
11 changed files with 112 additions and 0 deletions
|
@ -24,3 +24,11 @@ protocol ospf {
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
#
|
||||
# iBPG R3
|
||||
#
|
||||
protocol bgp ibgp_r3 {
|
||||
local 10.40.217.0 as 64080;
|
||||
neighbor 10.40.217.3 as 64080;
|
||||
}
|
||||
|
|
|
@ -23,3 +23,8 @@ protocol ospf {
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
protocol bgp ibgp_r0 {
|
||||
neighbor 2001:db8:40:d8::1 as 64080;
|
||||
local 2001:db8:40:d8::2 as 64080;
|
||||
}
|
||||
|
|
|
@ -24,3 +24,12 @@ protocol ospf {
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
#
|
||||
# ibgp R3
|
||||
#
|
||||
protocol bgp ibgp_r3 {
|
||||
local 10.40.217.1 as 64080;
|
||||
neighbor 10.40.217.3 as 64080;
|
||||
}
|
||||
|
|
|
@ -57,3 +57,16 @@ protocol pipe p_master_to_r3 {
|
|||
export none;
|
||||
}
|
||||
|
||||
protocol bgp iBPG_r11 {
|
||||
import none;
|
||||
export where source = RTS_BGP;
|
||||
neighbor 10.40.32.11 as 65033;
|
||||
local 10.40.32.10 as 65033;
|
||||
}
|
||||
|
||||
protocol bgp IBPG_R12 {
|
||||
import none;
|
||||
export where source = RTS_BGP;
|
||||
neighbor 10.40.32.12 as 65033;
|
||||
local 10.40.32.10 as 65033;
|
||||
}
|
||||
|
|
|
@ -52,3 +52,21 @@ protocol pipe p_master_to_r3 {
|
|||
export none;
|
||||
}
|
||||
|
||||
|
||||
###
|
||||
# iBGP R11
|
||||
#
|
||||
|
||||
protocol bgp ibgp_r11 {
|
||||
import none;
|
||||
export where source = RTS_BGP;
|
||||
local 2001:db8:10:6::a as 65033;
|
||||
neighbor 2001:db8:10:6::b as 65033;
|
||||
}
|
||||
|
||||
protocol bgp ibgp_r12 {
|
||||
import none;
|
||||
export where source = RTS_BGP;
|
||||
local 2001:db8:10:6::a as 65033;
|
||||
neighbor 2001:db8:10:6::c as 65033;
|
||||
}
|
||||
|
|
|
@ -24,3 +24,8 @@ protocol ospf {
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
protocol bgp ipbg_r10 {
|
||||
local 10.40.32.11 as 65033;
|
||||
neighbor 10.40.32.10 as 65033;
|
||||
}
|
||||
|
|
|
@ -23,3 +23,12 @@ protocol ospf {
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
#
|
||||
# iBGP R10
|
||||
#
|
||||
|
||||
protocol bgp ibgpR10 {
|
||||
local 2001:db8:10:6::b as 65033;
|
||||
neighbor 2001:db8:10:6::a as 65033;
|
||||
}
|
||||
|
|
|
@ -24,3 +24,9 @@ protocol ospf {
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
protocol bgp ibgp_r10 {
|
||||
local 10.40.32.12 as 65033;
|
||||
neighbor 10.40.32.10 as 65033;
|
||||
}
|
||||
|
||||
|
|
|
@ -23,3 +23,12 @@ protocol ospf {
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
#
|
||||
# iBGP R10
|
||||
#
|
||||
|
||||
protocol bgp ibgp_r10 {
|
||||
local 2001:db8:10:6::c as 65033;
|
||||
neighbor 2001:db8:10:6::a as 65033;
|
||||
}
|
||||
|
|
|
@ -56,3 +56,24 @@ protocol pipe p_master_to_r10 {
|
|||
import where source = RTS_BGP;
|
||||
export none;
|
||||
}
|
||||
|
||||
#
|
||||
# iBGP R1
|
||||
#
|
||||
|
||||
protocol bgp ibgp_r1 {
|
||||
import none;
|
||||
export where source = RTS_BGP;
|
||||
local 10.40.217.3 as 64080;
|
||||
neighbor 10.40.217.1 as 64080;
|
||||
}
|
||||
|
||||
#
|
||||
# iBPG R0
|
||||
#
|
||||
protocol bgp ibgp_r0 {
|
||||
import none;
|
||||
export where source = RTS_BGP;
|
||||
local 10.40.217.3 as 64080;
|
||||
neighbor 10.40.217.0 as 64080;
|
||||
}
|
||||
|
|
|
@ -60,3 +60,12 @@ protocol bgp ibgp_r1 {
|
|||
local 2001:db8:40::3 as 64080;
|
||||
neighbor 2001:db8:40::1 as 64080;
|
||||
}
|
||||
|
||||
protocol bgp ibgp_r0 {
|
||||
import none;
|
||||
export where source = RTS_BGP;
|
||||
local 2001:db8:40:d8::3 as 64080;
|
||||
neighbor 2001:db8:40:d8::2 as 64080;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue