R1
interface Loopback0
ip address 1.1.1.1 255.255.255.0
!
interface FastEthernet0/0
ip address 10.0.0.1 255.255.255.0
!
interface FastEthernet1/0
ip address 192.168.0.1 255.255.255.0
!
router eigrp 1
network 1.1.1.1 0.0.0.0
network 10.0.0.1 0.0.0.0
network 192.168.0.1 0.0.0.0
!
router bgp 100
bgp log-neighbor-changes
neighbor 2.2.2.2 remote-as 100
neighbor 2.2.2.2 password cisco
neighbor 2.2.2.2 update-source Loopback0
neighbor 2.2.2.2 timers 10 30
R2
interface Loopback0
ip address 2.2.2.2 255.255.255.0
!
interface FastEthernet0/0
ip address 10.0.0.2 255.255.255.0
!
interface FastEthernet1/0
ip address 192.168.0.2 255.255.255.0
!
router eigrp 1
network 2.2.2.2 0.0.0.0
network 10.0.0.2 0.0.0.0
network 192.168.0.2 0.0.0.0
!
router bgp 100
bgp log-neighbor-changes
neighbor 1.1.1.1 remote-as 100
neighbor 1.1.1.1 password cisco
neighbor 1.1.1.1 update-source Loopback0
No hay comentarios
COMENTA CON TU PERFIL DEFACEBOK