You are on page 1of 5

hostname CONTINENTAL_CD77486

!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
ip telnet tos 0
ip cef
no ip domain lookup
no ftp-server write-enable
!
archive
log config
hidekeys
!
class-map match-all DATA
match access-group 101
!
policy-map IPVPN
class DATA
bandwidth 192
class class-default
fair-queue
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address 10.144.70.138 255.255.255.252
pvc 8/60
protocol ip 10.144.70.137 broadcast
vbr-nrt 256 256
oam-pvc manage 5
oam retry 3 3 5
encapsulation aal5snap
service-policy output IPVPN
!
router bgp 65519
no synchronization
bgp log-neighbor-changes
timers bgp 10 30
neighbor 10.144.70.137 remote-as 6147
neighbor 10.144.70.137 update-source ATM0.1
neighbor 10.144.70.137 description *** ENLACE_PRINCIPAL ***
neighbor 10.144.70.137 version 4
neighbor 10.144.70.137 send-community both
neighbor 10.144.70.137 soft-reconfiguration inbound
neighbor 10.144.70.137 filter-list 10 out
no auto-summary

!
ip bgp-community new-format
ip as-path access-list 10 permit ^$
ip as-path access-list 10 deny .*
ip classless
!
no ip http server
no ip http secure-server
!
route-map DATOS permit 10
match ip address 101
set ip precedence priority
!
route-map DATOS permit 20
set ip precedence routine
!
control-plane
!
banner motd ^CCCC
-----------------------------------ENLACE IP/VPN CD_77486
-----------------------------------|
|
|||
|||
.:|||||||:.:|||||||:.
|||
|||
'
'
CISCO
--------------------------------------BANCO CONTINENTAL
AV JOSE GALVEZ 258
SURCO
--------------------------------------^C
!
line con 0
line aux 0
line vty 0 4
password telefonica
login
!
scheduler max-task-time 5000
end
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------(Wan - 1)
***** sh ip bgp neighbor 10.147.228.49 advertised-routes *****
-- con este comando se verifica si la LAN esta dentro del BGP -------------------------------------------------------------------------show ip route

-- me muestra la tabla de enrutamiento, LEs HAGO PING--OCEA ME MUESTRA LAS LAN's asociadas a las WANs-1
------------------------------------------------------------------------interface ATM 0
NO SHUTDONW
---------------------------------------------------------------------********DECLAR LA LAN DEL CLIENTE DENTRO DEL BGP*******
Router(config)#interface vlan 1
Router(config-if)#ip address 192.168.13.5 255.255.255.0
Router(config-if)#no shutdown
Router(config)#router bgp 64930
network 192.168.13.0 mask 255.255.255.0
ctrl z
wr
En la LA LAPTOP:
192.168.13.5
SU LAN

------- GATEWAY (LAN DEL CLIENTE) ES LA IP DEL ROUTER DE CARA A

192.168.13.6
COMO HOST)

------- IP LAPTOP (EN LA TABLA DE ENRRUTAMIENTO ESTA IP SE VERA

255.255.255.0

------- EL SEGMENTO DE RED

cmd ping wan -1


---------------------------------------------------------------------show ip rourte
hacer ping auna IP de la tabla de enrutamiento
WAN + 2
LAN + ALGO
---------------------------------------------------------------------***********DECLAR MAS DE DOS LANs DENTRO DEL BGP*************

Router(config)#interface vlan 1
Router(config-if)#ip address 192.168.13.5 255.255.255.0
Router(config-if)#ip address 192.168.14.5 255.255.255.0 secundary -----> otra LA
N
Router(config-if)#ip address 192.168.15.5 255.255.255.0 secundary -----> otra LA
N
Router(config-if)#no shutdown

Router(config)#router bgp
network 192.168.13.0 mask
network 192.168.14.0 mask
network 192.168.15.0 mask
ctrl z
wr

64930
255.255.255.0
255.255.255.0 ---------> OTRA LAN
255.255.255.0 ---------> OTRA LAN

*LUEGO VERIFICO SI MIS LAN's YA ESTAN DECLARADAS DENTRO DEL BGP CON EL COMADO:
(Wan - 1)
sh ip bgp neighbor 10.147.228.49 advertised-routes
-----------------------------------------------------------------------------------------******PARA ENTRAR REMOTAMENTE A UN ROUTER (TELNET)********
telnet (IP WAN DEL OTRO ROUTER ROUTER), en el tabla de enrutamiento sera : telne
t (WAN+2)
------------------------------------------------------------------------------------------*******SI SALE UN MENSAJE DE insuficiecia*********
dentro de la interfas WAN (ATM0.1) variar ---> vbr-nrt 256 256 (disminuir) (es
la velocidad de bajada)
-----------------------------------------------------------------------------------------*******PARA HABILITAR LA QoS DECLARADA EN LA PLATILLA********
Router(config)#interface vlan 1
ip route-cache policy ------------HABILITA LA QoS EN LA LAN
ip policy route-map DATOS
-----------------------------------------------------------------------------------------******Para mostrar los HOST que actualmente estan conectados al router******
ENGINZONE_CD69922#show arp
Protocol Address
Age
Internet 10.176.218.89
Internet 10.176.218.90
Internet 192.168.1.33
Internet 192.168.1.51
Internet 192.168.1.50
Internet 192.168.1.53
---> es un HOST del cliente

(min)
234
2
212
112
18

(la IP de una compu conectada)

Hardware Addr
0019.30f4.62cc
04fe.7f5b.0296
000e.e301.35b5
0021.5e47.7537
0021.5ae1.911b
0022.57ca.a961

Type
ARPA
ARPA
ARPA
ARPA
ARPA
ARPA

Interface
FastEthernet0/0
FastEthernet0/0
FastEthernet0/1
FastEthernet0/1
FastEthernet0/1
FastEthernet0/1 --

al que puedo hacerle PING

You might also like