BGP + adv IP
Posted: 13 Jan 2016 10:47
Hello
How can i create eBGP and Adv List IP ?
My configuration BGP like below :
"
#--------------------------------------------------
echo "Router (Network Side) Configuration"
#--------------------------------------------------
router
interface "INTL"
address 118.97.218.114/30
port 1/5/1
no shutdown
exit
interface "LACP"
address 118.87.218.110/30
port lag-1
no shutdown
exit
interface "LAN"
address 210.57.215.2/30
port 1/5/2
no shutdown
exit
interface "MGT"
address 10.0.107.253/24
port 1/1/3
no shutdown
exit
interface "system"
no shutdown
exit
autonomous-system 38142
router-id 210.57.215.1
#--------------------------------------------------
echo "Router (Service Side) Configuration"
#--------------------------------------------------
router
#--------------------------------------------------
echo "BGP Configuration"
#--------------------------------------------------
bgp
advertise-external ipv4 ipv6
group "bgp"
description "EXternal-BGP"
family ipv4 vpn-ipv4 mvpn-ipv4
connect-retry 5
type external
neighbor 118.97.218.109
peer-as 7713
exit
neighbor 118.97.218.113
peer-as 7713
exit
exit
no shutdown
exit
exit
exit all
"
and i have list IP to adv below :
210.57.208.0/24
210.57.209.0/24
210.57.210.0/24
.............
210.57.223.0/24
How can i make list IP above to adv ?
Happy new year
How can i create eBGP and Adv List IP ?
My configuration BGP like below :
"
#--------------------------------------------------
echo "Router (Network Side) Configuration"
#--------------------------------------------------
router
interface "INTL"
address 118.97.218.114/30
port 1/5/1
no shutdown
exit
interface "LACP"
address 118.87.218.110/30
port lag-1
no shutdown
exit
interface "LAN"
address 210.57.215.2/30
port 1/5/2
no shutdown
exit
interface "MGT"
address 10.0.107.253/24
port 1/1/3
no shutdown
exit
interface "system"
no shutdown
exit
autonomous-system 38142
router-id 210.57.215.1
#--------------------------------------------------
echo "Router (Service Side) Configuration"
#--------------------------------------------------
router
#--------------------------------------------------
echo "BGP Configuration"
#--------------------------------------------------
bgp
advertise-external ipv4 ipv6
group "bgp"
description "EXternal-BGP"
family ipv4 vpn-ipv4 mvpn-ipv4
connect-retry 5
type external
neighbor 118.97.218.109
peer-as 7713
exit
neighbor 118.97.218.113
peer-as 7713
exit
exit
no shutdown
exit
exit
exit all
"
and i have list IP to adv below :
210.57.208.0/24
210.57.209.0/24
210.57.210.0/24
.............
210.57.223.0/24
How can i make list IP above to adv ?
Happy new year