Configuracion Ipv6 en Junos

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

------------- CONFIGURACION IPV6 EN JUNOS

{master}
pem@BOCHJUM24001> show configuration interfaces xe-2/0/1.2139
description ID:ID000CI1083391:CAJA_VPOPULA:BOG_C54K13_I;
vlan-tags outer 2590 inner 401;
family inet {
mtu 1500;
policer {
input 160M;
output 160M;
}
address 10.195.23.77/30;
}
family inet6 {
policer {
input 160M;
output 160M;
}
address 2800:26c:1::3d5/126;
}

{master}
pem@BOCHJUM24001> show arp interface xe-2/0/1.2139
MAC Address Address Name Interface
Flags
20:d8:0b:a2:4a:30 10.195.23.78 10.195.23.78 xe-2/0/1.2139
none

{master}
pem@BOCHJUM24001> show route next-hop 10.195.23.78 table inet.0 terse

inet.0: 100474 destinations, 182234 routes (100418 active, 0 holddown, 80 hidden)


Restart Complete
@ = Routing Use Only, # = Forwarding Use Only
+ = Active Route, - = Last Active, * = Both

A V Destination P Prf Metric 1 Metric 2 Next hop AS path


* ? 186.154.200.32/29 S 5 >10.195.23.78
* ? 201.245.172.40/29 S 5 >10.195.23.78
* ? 201.245.172.44/32 S 5 >10.195.23.78

{master}
pem@BOCHJUM24001> show route next-hop 2800:26c:1::3d6 table inet6.0 terse

inet6.0: 1182 destinations, 2285 routes (1182 active, 0 holddown, 0 hidden)


Restart Complete
+ = Active Route, - = Last Active, * = Both

A V Destination P Prf Metric 1 Metric 2 Next hop AS path


* ? 2800:26c:49::/64 S 5 >2800:26c:1::3d6

{master}
pem@BOCHJUM24001>

-----------------------------

set security forwarding-options family inet6 mode flow-based


LAN

set interfaces irb unit 0 family inet6 address 2800:26c:49::1/64

WAN

set interfaces irb unit 401 family inet6 address 2800:26c:1::3d6/126

RUTAS ESTATICAS PARA ACCESO AL ROUTER

set routing-options rib inet6.0 static route ::/0 next-hop 2800:26c:49::4 ----->>
MPLS
set routing-options rib inet6.0 static route ::/0 next-hop 2800:26c:1::3d5 ----->>
MPLS

PARA QUE SE USE IPV6 EN EL SERVICIO

set protocols rip group inet6

You might also like