SlideShare a Scribd company logo
1 of 25
Download to read offline
CONFIGURATION
teezeck@gmail.com
6TO4 TOPOLOGY
R1
GIG 0/0: 200.100.192.1/24
GIG 1/0:2001:ABCD:1234::11/64
R2
GIG 0/0:200.100.192.2/24
GIG 1/0:2003:ABCD:1234::1/64
R3 GIG 0/0:2001:ABCD:1234::2/64
R4
GIG0/0:2003:ABCD:1234::2/64
R1#config t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#
R1(config)#
R1(config)#int gig 0/0
R1(config-if)#ip add 200.100.192.1 255.255.255.0
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#
R1(config-if)#
R1(config-if)#int gig 1/0
R1(config-if)#
R1(config-if)#ipv6 add 2001:abcd:1234::1/64
R1(config-if)#no shut
R1(config-if)#
*Sep 3 22:45:04.219: %LINK-3-UPDOWN: Interface
GigabitEthernet1/0, changed state to up
*Sep 3 22:45:05.219: %LINEPROTO-5-UPDOWN: Line protocol on
Interface GigabitEthernet1/0, changed state to up
R2(config)#
R2(config)#I
R2(config)#int gig 0/0
R2(config)#ip add 200.100.19 2.2 255.255.255.0
R2(config-i
R2(config-if)#no shut
R2(config-if)#
R2(config-if)#
R2(config-if)#
*Sep 3 22:10:42.947: %LINK-3-UPDOWN: Interface
GigabitEthernet1/0, changed state to up
changed state to up
R2(confg-if)#END
R2(config)#
R2(config)#Iipv6 unicast-routing
R2(config)#int gig 1/0
R2(config)#iipv6 enable
R2(config-if)#ipv6 add 2003:abcd:1234::1/64
R2(config-if)#no shut
R2(config-if)#
R2(config-if)#
R2(config-if)#
*Sep 3 22:10:42.947: %LINK-3-UPDOWN: Interface
GigabitEthernet1/0, changed state to up
changed state to up
R2(confg-if)#END
R3#config t
Enter configuration commands, one per line. End with
CNTL/Z.
R3(config)#
R3(config)#ipv6 uni
R3(config)#ipv6 unicast-routing
R3(config)#int gig 0/0
R3(config-if)#ipv6 add 2001:abcd:1234::2/64
R3(config-if)#no shut
R3(config-if)#ex
*Sep 3 22:51:27.599: %LINK-3-UPDOWN: Interface
GigabitEthernet0/0, changed state to up
R3(config-if)#exit
R3(config)#
*Sep 3 22:51:27.603: %ENTITY_ALARM-6-INFO: CLEAR
INFO Gi0/0 Physical Port Administrative State Down
changed state to up
R3(config)#
R4#config t
R4(config)#
R4(config)#
R4(config)#ipv6 uni
R4(config)#ipv6 unicast-routing
R4(config)#int gig 0/0
R4(config-if)#ipv6 add
2001:abcd:1234::2/64
R4(config-if)#no shut
R4(config-if)#
R4(config-if)#end
R4#
*Sep 3 22:13:15.715: %SYS-5-CONFIG_I:
Configured from console by console
Configure tunnel 0
R1(config-if)#
R1(config-if)#int tunn 0
R1(config-if)#ipv6 add 2002:c864:c001::1/32
R1(config-if)#no shut
R1(config-if)#
R1(config-if)#
R1(config-if)#
R1(config-if)#
R1(config-if)#tunn so
R1(config-if)#tunn source 200.100.192.1
R1(config-if)#tunnel mode ipv6ip 6to4
R1(config-if)#
*Sep 3 22:59:36.991: %LINEPROTO-5-UPDOWN: Line protocol on
Interface Tunnel0, changed state to up
R1(config-if)#end
R1#
*Sep 3 22:59:43.819: %SYS-5-CONFIG_I: Configured from console by
console
R1#
R2(config-if)#
R2(config-if)#int tunn 0
R2(config-if)#ipv6 add 2002:c864:c002::1/32
R2(config-if)#no shut
R2(config-if)#
R2(config-if)#
R2(config-if)#
R2(config-if)#
R2(config-if)#tunn so
R2(config-if)#tunn source 200.100.192.2
R2(config-if)#tunnel mode ipv6ip 6to4
R2(config-if)#
*Sep 3 22:59:36.991: %LINEPROTO-5-UPDOWN: Line protocol on
Interface Tunnel0, changed state to up
R2(config- if)#end
R2#
*Sep 3 22:59:43.819: %SYS-5-CONFIG_I: Configured from console
by console
R2#
Configure static route at TUNNEL 0
R1
ipv6 route 2002:c864:C002::1/32 tunnel 0
ipv6 route 2003:abcd:1234::/64 2002:c864:c002::1
R2
ipv6 route 2002:c864:C001::1/32 tunnel 0
ipv6 route 2001:abcd:1234::/64 2002:c864:c001::1
R2#show ipv6 route
IPv6 Routing Table - 7 entries
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
U - Per-user Static route
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
S 2001:ABCD:1234::/64 [1/0]
via 2002:C864:C001::1
C 2002:C864::/32 [0/0]
via ::, Tunnel0
L 2002:C864:C002::1/128 [0/0]
via ::, Tunnel0
C 2003:ABCD:1234::/64 [0/0]
via ::, GigabitEthernet1/0
L 2003:ABCD:1234::1/128 [0/0]
via ::, GigabitEthernet1/0
L FE80::/10 [0/0]
via ::, Null0
L FF00::/8 [0/0]
via ::, Null0
AFTER CONFIGURE STATIC ROUTE
PLS VERIFY BY PING IPV6 TUNN 0
R1# ping 2002:C864:C002::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2002:C864:C002::1, timeout is 2
seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max =
384/440/480 ms
R1# ping 2002:C864:C002::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2002:C864:C002::1, timeout is 2
seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max =
356/392/476 ms
R1#
R1#config t
Enter configuration commands, one per line.
End with CNTL/Z.
R1(config)#
R1(config)#
R1(config)#
R1(config)#ipv6 router ospf 1
R1(config-router)#router-id 1.1.1.1
R1(config-router)#redistribute static
% Only classful networks will be redistributed
R1(config-router)#end
R1#
R1#config t
Enter configuration commands, one per line. End with
CNTL/Z.
R1(config)#
R1(config)#
R1(config)#
R1(config)#int gig 1/0
R1(config-if)#
R1(config-if)#ipv6 ospf 1 area 0
OSPFv3: No IPV6 enabled on this interface
R1(config-if)#ipv6 ena
R1(config-if)#ipv6 enable
R1(config-if)#ipv6 ospf 1 area 0
R1(config-if)#no shut
R1(config-if)#end
R1#
R3#config t
Enter configuration commands, one per line. End
with CNTL/Z.
R3(config)#ipv6 unicast-routing
R3(config)#
R3(config)#ipv6 router ospf 1
R3(config-rtr)#
*Sep 3 23:39:19.431: %OSPFv3-4-NORTRID:
OSPFv3 process 1 could not pick a router-id,
please configure manually
R3(config-rtr)#rou
R3(config-rtr)#router-id 3.3.3.3
R3(config-rtr)#auto-cost
R3(config-rtr)#end
R3#
R3#
R3#
*Sep 3 23:39:48.763: %SYS-5-CONFIG_I:
Configured from console by console
R3#config t
Enter configuration commands, one per line. End
with CNTL/Z.
R3(config)#int gig 0/0
R3(config-if)#ipv6 en
R3(config-if)#ipv6 enable
R3(config-if)#ipv6 ospf 1 area 0
R3(config-if)#no shut
R3(config-if)#end
R3#
*Sep 3 23:40:26.611: %SYS-5-CONFIG_I:
Configured from console by console
R3#
R2(config)#
R2(config)#ipv6 unicast-routing
R2(config)#ipv6 router ospf 1
R2(config-rtr)#rou
R2(config-rtr)#router-id 2.2.2.2
R2(config-rtr)#red
R2(config-rtr)#redistribute st
R2(config-rtr)#redistribute static
R2(config-rtr)#auto-cost
R2(config-rtr)#int gig 1/0
R2(config-if)#ipv6 ospf 1 area 0
R2(config-if)#no shut
R2(config-if)#end
R4(config)#
R4(config)#
R4(config)#ipv6 uni
R4(config)#ipv6 unicast-routing
R4(config)#ipv6 router ospf 1
R4(config-rtr)#r
*Sep 4 00:04:00.015: %OSPFv3-4-NORTRID: OSPFv3 process 1
could not pick a router-id,
please configure manually
R4(config-rtr)#rou
R4(config-rtr)#router-id 4.4.4.4
R4(config-rtr)#au
R4(config-rtr)#auto-cost
R4(config-rtr)#int gig 0/0
R4(config-if)#ipv6 ospf 1 area 0
R4(config-if)#no shut
R4(config-if)#
*Sep 4 00:04:39.775: %OSPFv3-5-ADJCHG: Process 1, Nbr 2.2.2.2
on GigabitEthernet0/0 from LOADING to FULL, Loading Done
R4(config-if)#end
PINGING R3 FROM R4
R4#ping 2001:ABCD:1234::2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:ABCD:1234::2,
timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max
= 868/928/1100 ms
R4#ping 2001:ABCD:1234::2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:ABCD:1234::2,
timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max
= 800/861/892 ms
R4#
R4#
Thank You
teezeck @gmail.com

More Related Content

What's hot

Lathe Spindle Sensor
Lathe Spindle SensorLathe Spindle Sensor
Lathe Spindle SensorJoeCritt
 
8 subredesssss
8 subredesssss8 subredesssss
8 subredessssssovon123
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingJohnson Liu
 
Nxll20 na ting
Nxll20 na ting Nxll20 na ting
Nxll20 na ting Netwax Lab
 
Eincop Netwax Lab: EIGRP iii
Eincop Netwax Lab: EIGRP iiiEincop Netwax Lab: EIGRP iii
Eincop Netwax Lab: EIGRP iiiNetwax Lab
 
How to obtain ip address from a different network dhcp
How to obtain ip address from a different network dhcpHow to obtain ip address from a different network dhcp
How to obtain ip address from a different network dhcptcpipguru
 
Nxll28 ospf iii
Nxll28 ospf iiiNxll28 ospf iii
Nxll28 ospf iiiNetwax Lab
 
Rf atp nibong tebal p00128 rev 1 30 nov2016
Rf atp nibong tebal p00128 rev 1 30 nov2016Rf atp nibong tebal p00128 rev 1 30 nov2016
Rf atp nibong tebal p00128 rev 1 30 nov2016ewin aulia
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructionstrayyoo
 
Bang gia plc_mitsubishi_q
Bang gia plc_mitsubishi_qBang gia plc_mitsubishi_q
Bang gia plc_mitsubishi_qLãng Quên
 
93 appendix pic18(l)f2 x4xk22 (1)
93 appendix pic18(l)f2 x4xk22 (1)93 appendix pic18(l)f2 x4xk22 (1)
93 appendix pic18(l)f2 x4xk22 (1)Devanshu Suman
 
Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)Netwax Lab
 
Nxll22 role based cli
Nxll22 role based cliNxll22 role based cli
Nxll22 role based cliNetwax Lab
 
Eincop Netwax Lab: Access List ii
Eincop Netwax Lab: Access List iiEincop Netwax Lab: Access List ii
Eincop Netwax Lab: Access List iiNetwax Lab
 
Schrödinger's ARM Assembly
Schrödinger's ARM AssemblySchrödinger's ARM Assembly
Schrödinger's ARM AssemblySaumil Shah
 
Advanced motion controls dq111se30a40nac
Advanced motion controls dq111se30a40nacAdvanced motion controls dq111se30a40nac
Advanced motion controls dq111se30a40nacElectromate
 
Kannad 406 af compact
Kannad 406 af compactKannad 406 af compact
Kannad 406 af compactgelbyson
 
Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Shanxi Cai
 

What's hot (20)

Nxll24 i pv6
Nxll24 i pv6Nxll24 i pv6
Nxll24 i pv6
 
Lathe Spindle Sensor
Lathe Spindle SensorLathe Spindle Sensor
Lathe Spindle Sensor
 
Codigo circuitos integrados cuadro
Codigo circuitos integrados cuadroCodigo circuitos integrados cuadro
Codigo circuitos integrados cuadro
 
8 subredesssss
8 subredesssss8 subredesssss
8 subredesssss
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 Routing
 
Nxll20 na ting
Nxll20 na ting Nxll20 na ting
Nxll20 na ting
 
Eincop Netwax Lab: EIGRP iii
Eincop Netwax Lab: EIGRP iiiEincop Netwax Lab: EIGRP iii
Eincop Netwax Lab: EIGRP iii
 
How to obtain ip address from a different network dhcp
How to obtain ip address from a different network dhcpHow to obtain ip address from a different network dhcp
How to obtain ip address from a different network dhcp
 
Nxll28 ospf iii
Nxll28 ospf iiiNxll28 ospf iii
Nxll28 ospf iii
 
Rf atp nibong tebal p00128 rev 1 30 nov2016
Rf atp nibong tebal p00128 rev 1 30 nov2016Rf atp nibong tebal p00128 rev 1 30 nov2016
Rf atp nibong tebal p00128 rev 1 30 nov2016
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
 
Bang gia plc_mitsubishi_q
Bang gia plc_mitsubishi_qBang gia plc_mitsubishi_q
Bang gia plc_mitsubishi_q
 
93 appendix pic18(l)f2 x4xk22 (1)
93 appendix pic18(l)f2 x4xk22 (1)93 appendix pic18(l)f2 x4xk22 (1)
93 appendix pic18(l)f2 x4xk22 (1)
 
Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)
 
Nxll22 role based cli
Nxll22 role based cliNxll22 role based cli
Nxll22 role based cli
 
Eincop Netwax Lab: Access List ii
Eincop Netwax Lab: Access List iiEincop Netwax Lab: Access List ii
Eincop Netwax Lab: Access List ii
 
Schrödinger's ARM Assembly
Schrödinger's ARM AssemblySchrödinger's ARM Assembly
Schrödinger's ARM Assembly
 
Advanced motion controls dq111se30a40nac
Advanced motion controls dq111se30a40nacAdvanced motion controls dq111se30a40nac
Advanced motion controls dq111se30a40nac
 
Kannad 406 af compact
Kannad 406 af compactKannad 406 af compact
Kannad 406 af compact
 
Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)
 

Similar to 6to4tunnel sample config

Cisco CCNA IP SLA with tracking configuration
Cisco CCNA IP SLA  with tracking  configurationCisco CCNA IP SLA  with tracking  configuration
Cisco CCNA IP SLA with tracking configurationHamed Moghaddam
 
Cisco Router EIGRP Config
Cisco Router EIGRP ConfigCisco Router EIGRP Config
Cisco Router EIGRP ConfigKadir CIKIS
 
Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2MAFANTIRI SELLO
 
Cisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationCisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationHamed Moghaddam
 
How to configure Default Routing
How to configure Default RoutingHow to configure Default Routing
How to configure Default Routingtcpipguru
 
How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)IT Tech
 
Lab routing protocols eigrp
Lab routing protocols eigrpLab routing protocols eigrp
Lab routing protocols eigrpzafar85
 
第8讲 Rip和Igrp
第8讲 Rip和Igrp第8讲 Rip和Igrp
第8讲 Rip和IgrpF.l. Yu
 
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentCcn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentAngel Clavel
 
OSPF Route Filtering
OSPF Route FilteringOSPF Route Filtering
OSPF Route FilteringNetwax Lab
 
Networking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP ConfigurationNetworking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP Configuration3Anetwork com
 
How to configure Rip version2 on a Cisco router
How to configure Rip version2 on a Cisco routerHow to configure Rip version2 on a Cisco router
How to configure Rip version2 on a Cisco routertcpipguru
 
Dynamic routing EIGRP
Dynamic routing EIGRPDynamic routing EIGRP
Dynamic routing EIGRPKishore Kumar
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsEng. Emad Al-Atoum
 

Similar to 6to4tunnel sample config (20)

Cisco CCNA IP SLA with tracking configuration
Cisco CCNA IP SLA  with tracking  configurationCisco CCNA IP SLA  with tracking  configuration
Cisco CCNA IP SLA with tracking configuration
 
Configuración del dial peer
Configuración del dial peer Configuración del dial peer
Configuración del dial peer
 
Cisco Router EIGRP Config
Cisco Router EIGRP ConfigCisco Router EIGRP Config
Cisco Router EIGRP Config
 
Ciso commands
Ciso commandsCiso commands
Ciso commands
 
Ciso commands
Ciso commandsCiso commands
Ciso commands
 
Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2
 
Cisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationCisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel Configuration
 
IPv6_ROUTING_RIP
IPv6_ROUTING_RIPIPv6_ROUTING_RIP
IPv6_ROUTING_RIP
 
How to configure Default Routing
How to configure Default RoutingHow to configure Default Routing
How to configure Default Routing
 
How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)
 
Lab routing protocols eigrp
Lab routing protocols eigrpLab routing protocols eigrp
Lab routing protocols eigrp
 
第8讲 Rip和Igrp
第8讲 Rip和Igrp第8讲 Rip和Igrp
第8讲 Rip和Igrp
 
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentCcn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
 
OSPF Route Filtering
OSPF Route FilteringOSPF Route Filtering
OSPF Route Filtering
 
Networking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP ConfigurationNetworking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP Configuration
 
How to configure Rip version2 on a Cisco router
How to configure Rip version2 on a Cisco routerHow to configure Rip version2 on a Cisco router
How to configure Rip version2 on a Cisco router
 
Dynamic routing EIGRP
Dynamic routing EIGRPDynamic routing EIGRP
Dynamic routing EIGRP
 
Networking Lab Report
Networking Lab ReportNetworking Lab Report
Networking Lab Report
 
Eigrp
EigrpEigrp
Eigrp
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching Commands
 

Recently uploaded

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 

Recently uploaded (20)

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 

6to4tunnel sample config

  • 2.
  • 3.
  • 5. R1 GIG 0/0: 200.100.192.1/24 GIG 1/0:2001:ABCD:1234::11/64 R2 GIG 0/0:200.100.192.2/24 GIG 1/0:2003:ABCD:1234::1/64 R3 GIG 0/0:2001:ABCD:1234::2/64 R4 GIG0/0:2003:ABCD:1234::2/64
  • 6. R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)# R1(config)# R1(config)#int gig 0/0 R1(config-if)#ip add 200.100.192.1 255.255.255.0 R1(config-if)#no shut R1(config-if)#exit R1(config)# R1(config-if)# R1(config-if)#int gig 1/0 R1(config-if)# R1(config-if)#ipv6 add 2001:abcd:1234::1/64 R1(config-if)#no shut R1(config-if)# *Sep 3 22:45:04.219: %LINK-3-UPDOWN: Interface GigabitEthernet1/0, changed state to up *Sep 3 22:45:05.219: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0, changed state to up
  • 7. R2(config)# R2(config)#I R2(config)#int gig 0/0 R2(config)#ip add 200.100.19 2.2 255.255.255.0 R2(config-i R2(config-if)#no shut R2(config-if)# R2(config-if)# R2(config-if)# *Sep 3 22:10:42.947: %LINK-3-UPDOWN: Interface GigabitEthernet1/0, changed state to up changed state to up R2(confg-if)#END
  • 8. R2(config)# R2(config)#Iipv6 unicast-routing R2(config)#int gig 1/0 R2(config)#iipv6 enable R2(config-if)#ipv6 add 2003:abcd:1234::1/64 R2(config-if)#no shut R2(config-if)# R2(config-if)# R2(config-if)# *Sep 3 22:10:42.947: %LINK-3-UPDOWN: Interface GigabitEthernet1/0, changed state to up changed state to up R2(confg-if)#END
  • 9. R3#config t Enter configuration commands, one per line. End with CNTL/Z. R3(config)# R3(config)#ipv6 uni R3(config)#ipv6 unicast-routing R3(config)#int gig 0/0 R3(config-if)#ipv6 add 2001:abcd:1234::2/64 R3(config-if)#no shut R3(config-if)#ex *Sep 3 22:51:27.599: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to up R3(config-if)#exit R3(config)# *Sep 3 22:51:27.603: %ENTITY_ALARM-6-INFO: CLEAR INFO Gi0/0 Physical Port Administrative State Down changed state to up R3(config)#
  • 10. R4#config t R4(config)# R4(config)# R4(config)#ipv6 uni R4(config)#ipv6 unicast-routing R4(config)#int gig 0/0 R4(config-if)#ipv6 add 2001:abcd:1234::2/64 R4(config-if)#no shut R4(config-if)# R4(config-if)#end R4# *Sep 3 22:13:15.715: %SYS-5-CONFIG_I: Configured from console by console
  • 12. R1(config-if)# R1(config-if)#int tunn 0 R1(config-if)#ipv6 add 2002:c864:c001::1/32 R1(config-if)#no shut R1(config-if)# R1(config-if)# R1(config-if)# R1(config-if)# R1(config-if)#tunn so R1(config-if)#tunn source 200.100.192.1 R1(config-if)#tunnel mode ipv6ip 6to4 R1(config-if)# *Sep 3 22:59:36.991: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel0, changed state to up R1(config-if)#end R1# *Sep 3 22:59:43.819: %SYS-5-CONFIG_I: Configured from console by console R1#
  • 13. R2(config-if)# R2(config-if)#int tunn 0 R2(config-if)#ipv6 add 2002:c864:c002::1/32 R2(config-if)#no shut R2(config-if)# R2(config-if)# R2(config-if)# R2(config-if)# R2(config-if)#tunn so R2(config-if)#tunn source 200.100.192.2 R2(config-if)#tunnel mode ipv6ip 6to4 R2(config-if)# *Sep 3 22:59:36.991: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel0, changed state to up R2(config- if)#end R2# *Sep 3 22:59:43.819: %SYS-5-CONFIG_I: Configured from console by console R2#
  • 14. Configure static route at TUNNEL 0 R1 ipv6 route 2002:c864:C002::1/32 tunnel 0 ipv6 route 2003:abcd:1234::/64 2002:c864:c002::1 R2 ipv6 route 2002:c864:C001::1/32 tunnel 0 ipv6 route 2001:abcd:1234::/64 2002:c864:c001::1
  • 15. R2#show ipv6 route IPv6 Routing Table - 7 entries Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP U - Per-user Static route I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2 S 2001:ABCD:1234::/64 [1/0] via 2002:C864:C001::1 C 2002:C864::/32 [0/0] via ::, Tunnel0 L 2002:C864:C002::1/128 [0/0] via ::, Tunnel0 C 2003:ABCD:1234::/64 [0/0] via ::, GigabitEthernet1/0 L 2003:ABCD:1234::1/128 [0/0] via ::, GigabitEthernet1/0 L FE80::/10 [0/0] via ::, Null0 L FF00::/8 [0/0] via ::, Null0
  • 16. AFTER CONFIGURE STATIC ROUTE PLS VERIFY BY PING IPV6 TUNN 0 R1# ping 2002:C864:C002::1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 2002:C864:C002::1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 384/440/480 ms R1# ping 2002:C864:C002::1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 2002:C864:C002::1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 356/392/476 ms R1#
  • 17.
  • 18. R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)# R1(config)# R1(config)# R1(config)#ipv6 router ospf 1 R1(config-router)#router-id 1.1.1.1 R1(config-router)#redistribute static % Only classful networks will be redistributed R1(config-router)#end R1#
  • 19. R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)# R1(config)# R1(config)# R1(config)#int gig 1/0 R1(config-if)# R1(config-if)#ipv6 ospf 1 area 0 OSPFv3: No IPV6 enabled on this interface R1(config-if)#ipv6 ena R1(config-if)#ipv6 enable R1(config-if)#ipv6 ospf 1 area 0 R1(config-if)#no shut R1(config-if)#end R1#
  • 20. R3#config t Enter configuration commands, one per line. End with CNTL/Z. R3(config)#ipv6 unicast-routing R3(config)# R3(config)#ipv6 router ospf 1 R3(config-rtr)# *Sep 3 23:39:19.431: %OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id, please configure manually R3(config-rtr)#rou R3(config-rtr)#router-id 3.3.3.3 R3(config-rtr)#auto-cost R3(config-rtr)#end R3#
  • 21. R3# R3# *Sep 3 23:39:48.763: %SYS-5-CONFIG_I: Configured from console by console R3#config t Enter configuration commands, one per line. End with CNTL/Z. R3(config)#int gig 0/0 R3(config-if)#ipv6 en R3(config-if)#ipv6 enable R3(config-if)#ipv6 ospf 1 area 0 R3(config-if)#no shut R3(config-if)#end R3# *Sep 3 23:40:26.611: %SYS-5-CONFIG_I: Configured from console by console R3#
  • 22. R2(config)# R2(config)#ipv6 unicast-routing R2(config)#ipv6 router ospf 1 R2(config-rtr)#rou R2(config-rtr)#router-id 2.2.2.2 R2(config-rtr)#red R2(config-rtr)#redistribute st R2(config-rtr)#redistribute static R2(config-rtr)#auto-cost R2(config-rtr)#int gig 1/0 R2(config-if)#ipv6 ospf 1 area 0 R2(config-if)#no shut R2(config-if)#end
  • 23. R4(config)# R4(config)# R4(config)#ipv6 uni R4(config)#ipv6 unicast-routing R4(config)#ipv6 router ospf 1 R4(config-rtr)#r *Sep 4 00:04:00.015: %OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id, please configure manually R4(config-rtr)#rou R4(config-rtr)#router-id 4.4.4.4 R4(config-rtr)#au R4(config-rtr)#auto-cost R4(config-rtr)#int gig 0/0 R4(config-if)#ipv6 ospf 1 area 0 R4(config-if)#no shut R4(config-if)# *Sep 4 00:04:39.775: %OSPFv3-5-ADJCHG: Process 1, Nbr 2.2.2.2 on GigabitEthernet0/0 from LOADING to FULL, Loading Done R4(config-if)#end
  • 24. PINGING R3 FROM R4 R4#ping 2001:ABCD:1234::2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 2001:ABCD:1234::2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 868/928/1100 ms R4#ping 2001:ABCD:1234::2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 2001:ABCD:1234::2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 800/861/892 ms R4# R4#