SlideShare a Scribd company logo
CISCO CCNA
IPV6 Static Configuration
To watch our Cisco CCNA Video Trainings Please Check out the link below:
www.asmed.com/c1
ASM EDUCATIONAL CENTER INC. (ASM)
WHERE TRAINING, TECHNOLOGY & SERVICE CONVERGE
PHONE: (301) 984-7400
ROCKVILLE,MD
IPV6 Static Configuration
IPV6 Static Configuration
Now I will do small Lab: The Goal is that seated at R4 be ableto ping allthe loopback of R10 , in order to do this , we will cover
StaticRoute.
R4=10.10.10.4
R10=10.10.10.10 connected via LAN link
Also I will have IPV6 as follow:
r4 f0/0=2001:4444::4/64
r10 f0/0=2001:4444::10/64
IPV6 Static Configuration
In here we have R4 and R10 with the following:
Here is:
R4#Show run
interface FastEthernet0/0
ip address 10.10.10.4 255.255.255.0
duplex auto
speed auto
ipv6 address 2001:4444::4/64
IPV6 Static Configuration
Here is R10 with so many loopback address:
interface Loopback0
ip address 100.100.100.100 255.255.255.0
!
interface Loopback1
no ip address
ipv6 address FEC0:1000::1/128
!
interface Loopback2
no ip address
ipv6 address FEC0:1000::2/128
!
IPV6 Static Configuration
interface Loopback3
no ip address
ipv6 address FEC0:1000::3/128
!
interface Loopback4
no ip address
ipv6 address FEC0:1000::4/128
!
interface FastEthernet0/0
ip address 10.10.10.10 255.255.255.0
duplex auto
speed auto
ipv6 address 2001:4444::10/64
IPV6 Static Configuration
Right now when i go to R4#show ipv6 route i do not see the loopback from R10 why?
Since i need to run do ipv6 Static Route
R4#show ipv6 route
IPv6 Routing Table– 3 entries
Codes: C – Connected, L – Local, S – Static,R – RIP, B – BGP
U – Per-user Staticroute, M – MIPv6
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
D – EIGRP, EX – EIGRP external
C 2001:4444::/64 [0/0]
via ::,FastEthernet0/0
L 2001:4444::4/128 [0/0]
via ::,FastEthernet0/0
L FF00::/8 [0/0]
via ::,Null0
IPV6 Static Configuration
So remember you need enable unicast-routing
Hint: on global Configuration start with IPV6?
Here is my configuration on R4#
Step 1) Enable Unicast-routing on R4
R4#config t
Enter configuration commands, one per line. End with CNTL/Z.
R4(config)#ipv
R4(config)#ipv6 ?
access-list Configure access lists
cef Cisco Express Forwarding
dhcp Configure Ipv6 DHCP
IPV6 Static Configuration
general-prefix Configure a general IPv6 prefix
host Configure static hostnames
inspect Context-based Access Control Engine
local Specify local options
nat NAT-PT Configuration commands
neighbor Neighbor
route Configure static routes
router Enable an IPV6 routing process
unicast-routing Enable unicast routing
R4(config)#ipv6 unicast-routing
IPV6 Static Configuration
Step 2) Now I willconfigure Static Route, in here I need to put the destination Network inside my R4 router
That is I need to have:
ipv6 route FEC0:1000::1/128 2001:4444::10
Destination Network (Next Hop address)
We must do above commands for all Loopback address , since the goal is that seated at R4
I should be able to ping all loopback address located on R10
ipv6 route FEC0:1000::2/128 2001:4444::10
ipv6 route FEC0:1000::3/128 2001:4444::10
ipv6 route FEC0:1000::4/128 2001:4444::10
IPV6 Static Configuration
Now we will configure it on R4 (using the ? mark)
R4#config t
Enter configuration commands, one per line. End with CNTL/Z.
R4(config)#ipv6 ?
access-list Configure access lists
cef Cisco Express Forwarding
dhcp Configure Ipv6 DHCP
general-prefix Configure a general IPv6 prefix
host Configure static hostnames
inspect Context-based Access Control Engine
local Specify local options
nat NAT-PT Configuration commands
IPV6 Static Configuration
neighbor Neighbor
route Configure static routes
router Enable an IPV6 routing process
unicast-routing Enable unicast routing
R4(config)#ipv6 route ?
X:X:X:X::X/<0-128> IPv6 prefix
R4(config)#ipv6 route FEC0:1000::1/128 ?
Ethernet IEEE 802.3
FastEthernet FastEthernet IEEE 802.3
GigabitEthernet GigabitEthernet IEEE 802.3z
Loopback Loopback interface
Serial Serial
Vlan Catalyst Vlans
X:X:X:X::X IPv6 address of next-hop
IPV6 Static Configuration
R4(config)#ipv6 route FEC0:1000::1/128 2001:4444::10 ?
<1-254> Administrative distance
<cr>
R4(config)#ipv6 route FEC0:1000::1/128 2001:4444::10
R4(config)#
Now I will just use up arrow key and put the rest of loopback network
R4(config)#ipv6 route FEC0:1000::1/128 2001:4444::10
R4(config)#
R4(config)#
R4(config)#ipv6 route FEC0:1000::2/128 2001:4444::10
R4(config)#ipv6 route FEC0:1000::3/128 2001:4444::10
R4(config)#ipv6 route FEC0:1000::4/128 2001:4444::10
IPV6 Static Configuration
Here is my show run so far on R4#
R4#show run
ipv6 unicast-routing
!
!
!
ipv6 route FEC0:1000::1/128 2001:4444::10
ipv6 route FEC0:1000::2/128 2001:4444::10
ipv6 route FEC0:1000::3/128 2001:4444::10
ipv6 route FEC0:1000::4/128 2001:4444::10
!
IPV6 Static Configuration
Now If I try to ping from R4 to the loopback address of R10 , it will work .
R4#ping FEC0:1000::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:1000::1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms
R4#ping FEC0:1000::2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:1000::2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms
R4#ping FEC0:1000::3
IPV6 Static Configuration
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:1000::3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms
R4#ping FEC0:1000::4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:1000::4, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/1/8 ms
But if I had some loopback address on the R4 , then R10 can not ping that loopback address , we can use same concept
as above or I Can show you the concept of Default route.
I go to R4 and create one Loopback address on R4#
IPV6 Static Configuration
R4#config t
Enter configuration commands, one per line. End with CNTL/Z.
R4(config)#int loopback 1
R4(config-if)#ipv6 address FEC0:4000::1/128
R4(config-if)#
R4(config-if)#int loopback 2
R4(config-if)#ipv6 address FEC0:4000::2/128
R10#
IPV6 Static Configuration
Step 3) Hint: remember to enable IPV6 unicast-routing on R10
R10#config t
Enter configuration commands, one per line. End with CNTL/Z.
R10(config)#ipv
R10(config)#ipv6 un
R10(config)#ipv6 ?
access-list Configure access lists
cef Cisco Express Forwarding
dhcp Configure Ipv6 DHCP
general-prefix Configure a general IPv6 prefix
host Configure static hostnames
IPV6 Static Configuration
inspect Context-based Access Control Engine
local Specify local options
nat NAT-PT Configuration commands
neighbor Neighbor
route Configure static routes
router Enable an IPV6 routing process
unicast-routing Enable unicast routing
R10(config)#ipv6 uni
R10(config)#ipv6 unicast-routing
R10(config)#
IPV6 Static Configuration
Step 4) Now I willdo Default route on R10 and I willuse next hop address
R10#
ipv6 route ::/0 2001:4444::4
Hint: for default route in Ipv4 we use 0.0.0.0 0.0.0.0 but for Ipv6 we will use ::/0
R10#config t
Enter configuration commands, one per line. End with CNTL/Z.
R10(config)#ipv
R10(config)#ipv6 ?
access-list Configure access lists
cef Cisco Express Forwarding
dhcp Configure Ipv6 DHCP
general-prefix Configure a general IPv6 prefix
IPV6 Static Configuration
host Configure static hostnames
inspect Context-based Access Control Engine
local Specify local options
nat NAT-PT Configuration commands
neighbor Neighbor
route Configure static routes
router Enable an IPV6 routing process
unicast-routing Enable unicast routing
R10(config)#ipv6 rout
R10(config)#ipv6 route ?
X:X:X:X::X/<0-128> IPv6 prefix
R10(config)#ipv6 route ::/0 ?
Ethernet IEEE 802.3
FastEthernet FastEthernet IEEE 802.3
GigabitEthernet GigabitEthernet IEEE 802.3z
Loopback Loopback interface
IPV6 Static Configuration
Serial Serial
Vlan Catalyst Vlans
X:X:X:X::X IPv6 address of next-hop
R10(config)#ipv6 route ::/0 2001:4444::4
R10(config)#
Here is my Show run on R10#
ipv6 unicast-routing
ipv6 route ::/0 2001:4444::4
Now seated on R10 I should be able to ping the Loopback address of R4
R10#ping FEC0:4000::1
IPV6 Static Configuration
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:4000::1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms
R10#ping FEC0:4000::2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:4000::2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms
R10#
IPV6 Static Configuration
Here is show Ipv6 route on R4 and R10
R4#show ipv6 route
IPv6 Routing Table – 9 entries
Codes: C – Connected, L – Local, S – Static, R – RIP, B – BGP
U – Per-user Static route, M – MIPv6
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
D – EIGRP, EX – EIGRP external
C 2001:4444::/64 [0/0]
via ::, FastEthernet0/0
L 2001:4444::4/128 [0/0]
via ::, FastEthernet0/0
IPV6 Static Configuration
S FEC0:1000::1/128 [1/0]
via 2001:4444::10
S FEC0:1000::2/128 [1/0]
via 2001:4444::10
S FEC0:1000::3/128 [1/0]
via 2001:4444::10
S FEC0:1000::4/128 [1/0]
via 2001:4444::10
C FEC0:4000::1/128 [0/0]
via ::, Loopback1
C FEC0:4000::2/128 [0/0]
via ::, Loopback2
L FF00::/8 [0/0]
via ::, Null0
IPV6 Static Configuration
Here is show ipv6 route for R10
R10#show ipv6 route
IPv6 Routing Table – 8 entries
Codes: C – Connected, L – Local, S – Static, R – RIP, B – BGP
U – Per-user Static route, M – MIPv6
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
D – EIGRP, EX – EIGRP external
S ::/0 [1/0]
via 2001:4444::4
IPV6 Static Configuration
C 2001:4444::/64 [0/0]
via ::, FastEthernet0/0
L 2001:4444::10/128 [0/0]
via ::, FastEthernet0/0
C FEC0:1000::1/128 [0/0]
via ::, Loopback1
C FEC0:1000::2/128 [0/0]
via ::, Loopback2
C FEC0:1000::3/128 [0/0]
via ::, Loopback3
C FEC0:1000::4/128 [0/0]
via ::, Loopback4
L FF00::/8 [0/0]
via ::, Null0
IPV6 Static Configuration
Here is summary on R4 and R10 show run:
R4#show run
interface Loopback0
ip address 4.4.4.4 255.255.255.0
!
interface Loopback1
no ip address
ipv6 address FEC0:4000::1/128
!
interface Loopback2
no ip address
ipv6 address FEC0:4000::2/128
!
IPV6 Static Configuration
interface FastEthernet0/0
ip address 10.10.10.4 255.255.255.0
duplex auto
speed auto
ipv6 address 2001:4444::4/64
!
ipv6 route FEC0:1000::1/128 2001:4444::10
ipv6 route FEC0:1000::2/128 2001:4444::10
ipv6 route FEC0:1000::3/128 2001:4444::10
ipv6 route FEC0:1000::4/128 2001:4444::10
R10#show run
Building configuration…
ipv6 unicast-routing
!
IPV6 Static Configuration
interface Loopback1
no ip address
ipv6 address FEC0:1000::1/128
!
interface Loopback2
no ip address
ipv6 address FEC0:1000::2/128
!
interface Loopback3
no ip address
ipv6 address FEC0:1000::3/128
!
IPV6 Static Configuration
interface Loopback4
no ip address
ipv6 address FEC0:1000::4/128
!
interface FastEthernet0/0
ip address 10.10.10.10 255.255.255.0
duplex auto
speed auto
ipv6 address 2001:4444::10/64
!
!
ipv6 route ::/0 2001:4444::4
!
ASM EDUCATIONAL CENTER INC. (ASM)
WHERE TRAINING, TECHNOLOGY & SERVICE CONVERGE
PHONE: (301) 984-7400
ROCKVILLE,MD
To watch our Cisco CCNA Video Trainings Please Check out the link below:
www.asmed.com/c1

More Related Content

What's hot

Juniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route ConfigurationJuniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route Configuration
Hamed Moghaddam
 
Cisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA ConfigurationCisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA Configuration
Hamed Moghaddam
 
Juniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationJuniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route Configuration
Hamed Moghaddam
 
Cisco CCNA-Router on Stick
Cisco CCNA-Router on StickCisco CCNA-Router on Stick
Cisco CCNA-Router on Stick
Hamed Moghaddam
 
Cisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationCisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel Configuration
Hamed Moghaddam
 
Cisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 ConfigurationCisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 Configuration
Hamed Moghaddam
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT Configuration
Hamed Moghaddam
 
Cisco CCNA Port Security
Cisco CCNA Port SecurityCisco CCNA Port Security
Cisco CCNA Port Security
Hamed Moghaddam
 
Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...
Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...
Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...
Cisco Canada
 
Ccna command
Ccna commandCcna command
Ccna command
Siddhartha Rajbhatt
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching Commands
Eng. Emad Al-Atoum
 
Ccnpswitch
CcnpswitchCcnpswitch
Ccna command
Ccna commandCcna command
Ccna command
Sudhir Maherwal
 
IPSec VPN
IPSec VPNIPSec VPN
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
CCNAResources
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 Routing
Johnson Liu
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet
3Anetwork com
 
OSPF (open shortest path first) part iii
OSPF (open shortest path first) part  iiiOSPF (open shortest path first) part  iii
OSPF (open shortest path first) part iii
Netwax Lab
 
OSPF (open shortest path first) part ii
OSPF (open shortest path first) part  iiOSPF (open shortest path first) part  ii
OSPF (open shortest path first) part ii
Netwax Lab
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheets
Alejandro Marin
 

What's hot (20)

Juniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route ConfigurationJuniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route Configuration
 
Cisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA ConfigurationCisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA Configuration
 
Juniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationJuniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route Configuration
 
Cisco CCNA-Router on Stick
Cisco CCNA-Router on StickCisco CCNA-Router on Stick
Cisco CCNA-Router on Stick
 
Cisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationCisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel Configuration
 
Cisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 ConfigurationCisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 Configuration
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT Configuration
 
Cisco CCNA Port Security
Cisco CCNA Port SecurityCisco CCNA Port Security
Cisco CCNA Port Security
 
Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...
Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...
Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...
 
Ccna command
Ccna commandCcna command
Ccna command
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching Commands
 
Ccnpswitch
CcnpswitchCcnpswitch
Ccnpswitch
 
Ccna command
Ccna commandCcna command
Ccna command
 
IPSec VPN
IPSec VPNIPSec VPN
IPSec VPN
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 Routing
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet
 
OSPF (open shortest path first) part iii
OSPF (open shortest path first) part  iiiOSPF (open shortest path first) part  iii
OSPF (open shortest path first) part iii
 
OSPF (open shortest path first) part ii
OSPF (open shortest path first) part  iiOSPF (open shortest path first) part  ii
OSPF (open shortest path first) part ii
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheets
 

Similar to Cisco CCNA IPV6 Static Configuration

Ipv6
Ipv6Ipv6
Ipv6
Alp isik
 
OSPF_Exercises.pdf
OSPF_Exercises.pdfOSPF_Exercises.pdf
OSPF_Exercises.pdf
Denis Rasskazov
 
IPV6 IPv6 Routing Lab By Rob Hamm
IPV6 IPv6 Routing Lab  By Rob HammIPV6 IPv6 Routing Lab  By Rob Hamm
IPV6 IPv6 Routing Lab By Rob Hamm
Information and Communications Technology Council
 
Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6
Jhoni Guerrero
 
VRF Configuration
VRF ConfigurationVRF Configuration
VRF Configuration
Netwax Lab
 
Hands on Experience with IPv6 Routing and Switching Services
Hands on Experience with IPv6 Routing and Switching ServicesHands on Experience with IPv6 Routing and Switching Services
Hands on Experience with IPv6 Routing and Switching Services
Cisco Canada
 
03 router-configuration
03 router-configuration03 router-configuration
03 router-configuration
97148881557
 
SRWE_Module_15 (1).pptx
SRWE_Module_15 (1).pptxSRWE_Module_15 (1).pptx
SRWE_Module_15 (1).pptx
YohaWaid
 
ACI MultiPod 구성
ACI MultiPod 구성ACI MultiPod 구성
ACI MultiPod 구성
Woo Hyung Choi
 
Getting started with IPv6
Getting started with IPv6Getting started with IPv6
Getting started with IPv6
Private
 
Ccnacommand 140205001152-phpapp01
Ccnacommand 140205001152-phpapp01Ccnacommand 140205001152-phpapp01
Ccnacommand 140205001152-phpapp01
A.S.M Shmimul Islam.
 
mpls-04
mpls-04mpls-04
mpls-04
kj teoh
 
IPV6 Hands on Lab
IPV6 Hands on Lab IPV6 Hands on Lab
IPV6 Hands on Lab
Cisco Canada
 
Nxll23 i pv6
Nxll23 i pv6Nxll23 i pv6
Nxll23 i pv6
Netwax Lab
 
Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140) Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140)
Bangladesh Network Operators Group
 
Hands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesHands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and Services
Cisco Canada
 
Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching
Cisco Canada
 
보안위협 관리통제
보안위협 관리통제보안위협 관리통제
보안위협 관리통제
Munkyeonggu
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
samreenghauri786
 
IPv6_ROUTING_RIP
IPv6_ROUTING_RIPIPv6_ROUTING_RIP

Similar to Cisco CCNA IPV6 Static Configuration (20)

Ipv6
Ipv6Ipv6
Ipv6
 
OSPF_Exercises.pdf
OSPF_Exercises.pdfOSPF_Exercises.pdf
OSPF_Exercises.pdf
 
IPV6 IPv6 Routing Lab By Rob Hamm
IPV6 IPv6 Routing Lab  By Rob HammIPV6 IPv6 Routing Lab  By Rob Hamm
IPV6 IPv6 Routing Lab By Rob Hamm
 
Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6
 
VRF Configuration
VRF ConfigurationVRF Configuration
VRF Configuration
 
Hands on Experience with IPv6 Routing and Switching Services
Hands on Experience with IPv6 Routing and Switching ServicesHands on Experience with IPv6 Routing and Switching Services
Hands on Experience with IPv6 Routing and Switching Services
 
03 router-configuration
03 router-configuration03 router-configuration
03 router-configuration
 
SRWE_Module_15 (1).pptx
SRWE_Module_15 (1).pptxSRWE_Module_15 (1).pptx
SRWE_Module_15 (1).pptx
 
ACI MultiPod 구성
ACI MultiPod 구성ACI MultiPod 구성
ACI MultiPod 구성
 
Getting started with IPv6
Getting started with IPv6Getting started with IPv6
Getting started with IPv6
 
Ccnacommand 140205001152-phpapp01
Ccnacommand 140205001152-phpapp01Ccnacommand 140205001152-phpapp01
Ccnacommand 140205001152-phpapp01
 
mpls-04
mpls-04mpls-04
mpls-04
 
IPV6 Hands on Lab
IPV6 Hands on Lab IPV6 Hands on Lab
IPV6 Hands on Lab
 
Nxll23 i pv6
Nxll23 i pv6Nxll23 i pv6
Nxll23 i pv6
 
Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140) Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140)
 
Hands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesHands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and Services
 
Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching
 
보안위협 관리통제
보안위협 관리통제보안위협 관리통제
보안위협 관리통제
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
 
IPv6_ROUTING_RIP
IPv6_ROUTING_RIPIPv6_ROUTING_RIP
IPv6_ROUTING_RIP
 

More from Hamed Moghaddam

CISSP Certification Security Engineering-Part2
CISSP Certification Security Engineering-Part2CISSP Certification Security Engineering-Part2
CISSP Certification Security Engineering-Part2
Hamed Moghaddam
 
CISSP Certification- Security Engineering-part1
CISSP Certification- Security Engineering-part1CISSP Certification- Security Engineering-part1
CISSP Certification- Security Engineering-part1
Hamed Moghaddam
 
Cisco CCNA- DHCP Server
Cisco CCNA-  DHCP ServerCisco CCNA-  DHCP Server
Cisco CCNA- DHCP Server
Hamed Moghaddam
 
Microsoft MCSA- Joining Client Machines To The Domain!
Microsoft MCSA- Joining Client Machines To The Domain!Microsoft MCSA- Joining Client Machines To The Domain!
Microsoft MCSA- Joining Client Machines To The Domain!
Hamed Moghaddam
 
Microsoft MCSA - Install active directory domain services (adds) role
Microsoft MCSA - Install active directory domain services (adds) roleMicrosoft MCSA - Install active directory domain services (adds) role
Microsoft MCSA - Install active directory domain services (adds) role
Hamed Moghaddam
 
CISSP Certification-Asset Security
CISSP Certification-Asset SecurityCISSP Certification-Asset Security
CISSP Certification-Asset Security
Hamed Moghaddam
 
Cissp- Security and Risk Management
Cissp- Security and Risk ManagementCissp- Security and Risk Management
Cissp- Security and Risk Management
Hamed Moghaddam
 
Become CISSP Certified
Become CISSP CertifiedBecome CISSP Certified
Become CISSP Certified
Hamed Moghaddam
 

More from Hamed Moghaddam (8)

CISSP Certification Security Engineering-Part2
CISSP Certification Security Engineering-Part2CISSP Certification Security Engineering-Part2
CISSP Certification Security Engineering-Part2
 
CISSP Certification- Security Engineering-part1
CISSP Certification- Security Engineering-part1CISSP Certification- Security Engineering-part1
CISSP Certification- Security Engineering-part1
 
Cisco CCNA- DHCP Server
Cisco CCNA-  DHCP ServerCisco CCNA-  DHCP Server
Cisco CCNA- DHCP Server
 
Microsoft MCSA- Joining Client Machines To The Domain!
Microsoft MCSA- Joining Client Machines To The Domain!Microsoft MCSA- Joining Client Machines To The Domain!
Microsoft MCSA- Joining Client Machines To The Domain!
 
Microsoft MCSA - Install active directory domain services (adds) role
Microsoft MCSA - Install active directory domain services (adds) roleMicrosoft MCSA - Install active directory domain services (adds) role
Microsoft MCSA - Install active directory domain services (adds) role
 
CISSP Certification-Asset Security
CISSP Certification-Asset SecurityCISSP Certification-Asset Security
CISSP Certification-Asset Security
 
Cissp- Security and Risk Management
Cissp- Security and Risk ManagementCissp- Security and Risk Management
Cissp- Security and Risk Management
 
Become CISSP Certified
Become CISSP CertifiedBecome CISSP Certified
Become CISSP Certified
 

Recently uploaded

Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
simonomuemu
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
Assessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptxAssessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptx
Kavitha Krishnan
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 

Recently uploaded (20)

Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
Assessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptxAssessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptx
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 

Cisco CCNA IPV6 Static Configuration

  • 1. CISCO CCNA IPV6 Static Configuration To watch our Cisco CCNA Video Trainings Please Check out the link below: www.asmed.com/c1 ASM EDUCATIONAL CENTER INC. (ASM) WHERE TRAINING, TECHNOLOGY & SERVICE CONVERGE PHONE: (301) 984-7400 ROCKVILLE,MD
  • 3. IPV6 Static Configuration Now I will do small Lab: The Goal is that seated at R4 be ableto ping allthe loopback of R10 , in order to do this , we will cover StaticRoute. R4=10.10.10.4 R10=10.10.10.10 connected via LAN link Also I will have IPV6 as follow: r4 f0/0=2001:4444::4/64 r10 f0/0=2001:4444::10/64
  • 4. IPV6 Static Configuration In here we have R4 and R10 with the following: Here is: R4#Show run interface FastEthernet0/0 ip address 10.10.10.4 255.255.255.0 duplex auto speed auto ipv6 address 2001:4444::4/64
  • 5. IPV6 Static Configuration Here is R10 with so many loopback address: interface Loopback0 ip address 100.100.100.100 255.255.255.0 ! interface Loopback1 no ip address ipv6 address FEC0:1000::1/128 ! interface Loopback2 no ip address ipv6 address FEC0:1000::2/128 !
  • 6. IPV6 Static Configuration interface Loopback3 no ip address ipv6 address FEC0:1000::3/128 ! interface Loopback4 no ip address ipv6 address FEC0:1000::4/128 ! interface FastEthernet0/0 ip address 10.10.10.10 255.255.255.0 duplex auto speed auto ipv6 address 2001:4444::10/64
  • 7. IPV6 Static Configuration Right now when i go to R4#show ipv6 route i do not see the loopback from R10 why? Since i need to run do ipv6 Static Route R4#show ipv6 route IPv6 Routing Table– 3 entries Codes: C – Connected, L – Local, S – Static,R – RIP, B – BGP U – Per-user Staticroute, M – MIPv6 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 D – EIGRP, EX – EIGRP external C 2001:4444::/64 [0/0] via ::,FastEthernet0/0 L 2001:4444::4/128 [0/0] via ::,FastEthernet0/0 L FF00::/8 [0/0] via ::,Null0
  • 8. IPV6 Static Configuration So remember you need enable unicast-routing Hint: on global Configuration start with IPV6? Here is my configuration on R4# Step 1) Enable Unicast-routing on R4 R4#config t Enter configuration commands, one per line. End with CNTL/Z. R4(config)#ipv R4(config)#ipv6 ? access-list Configure access lists cef Cisco Express Forwarding dhcp Configure Ipv6 DHCP
  • 9. IPV6 Static Configuration general-prefix Configure a general IPv6 prefix host Configure static hostnames inspect Context-based Access Control Engine local Specify local options nat NAT-PT Configuration commands neighbor Neighbor route Configure static routes router Enable an IPV6 routing process unicast-routing Enable unicast routing R4(config)#ipv6 unicast-routing
  • 10. IPV6 Static Configuration Step 2) Now I willconfigure Static Route, in here I need to put the destination Network inside my R4 router That is I need to have: ipv6 route FEC0:1000::1/128 2001:4444::10 Destination Network (Next Hop address) We must do above commands for all Loopback address , since the goal is that seated at R4 I should be able to ping all loopback address located on R10 ipv6 route FEC0:1000::2/128 2001:4444::10 ipv6 route FEC0:1000::3/128 2001:4444::10 ipv6 route FEC0:1000::4/128 2001:4444::10
  • 11. IPV6 Static Configuration Now we will configure it on R4 (using the ? mark) R4#config t Enter configuration commands, one per line. End with CNTL/Z. R4(config)#ipv6 ? access-list Configure access lists cef Cisco Express Forwarding dhcp Configure Ipv6 DHCP general-prefix Configure a general IPv6 prefix host Configure static hostnames inspect Context-based Access Control Engine local Specify local options nat NAT-PT Configuration commands
  • 12. IPV6 Static Configuration neighbor Neighbor route Configure static routes router Enable an IPV6 routing process unicast-routing Enable unicast routing R4(config)#ipv6 route ? X:X:X:X::X/<0-128> IPv6 prefix R4(config)#ipv6 route FEC0:1000::1/128 ? Ethernet IEEE 802.3 FastEthernet FastEthernet IEEE 802.3 GigabitEthernet GigabitEthernet IEEE 802.3z Loopback Loopback interface Serial Serial Vlan Catalyst Vlans X:X:X:X::X IPv6 address of next-hop
  • 13. IPV6 Static Configuration R4(config)#ipv6 route FEC0:1000::1/128 2001:4444::10 ? <1-254> Administrative distance <cr> R4(config)#ipv6 route FEC0:1000::1/128 2001:4444::10 R4(config)# Now I will just use up arrow key and put the rest of loopback network R4(config)#ipv6 route FEC0:1000::1/128 2001:4444::10 R4(config)# R4(config)# R4(config)#ipv6 route FEC0:1000::2/128 2001:4444::10 R4(config)#ipv6 route FEC0:1000::3/128 2001:4444::10 R4(config)#ipv6 route FEC0:1000::4/128 2001:4444::10
  • 14. IPV6 Static Configuration Here is my show run so far on R4# R4#show run ipv6 unicast-routing ! ! ! ipv6 route FEC0:1000::1/128 2001:4444::10 ipv6 route FEC0:1000::2/128 2001:4444::10 ipv6 route FEC0:1000::3/128 2001:4444::10 ipv6 route FEC0:1000::4/128 2001:4444::10 !
  • 15. IPV6 Static Configuration Now If I try to ping from R4 to the loopback address of R10 , it will work . R4#ping FEC0:1000::1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:1000::1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms R4#ping FEC0:1000::2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:1000::2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms R4#ping FEC0:1000::3
  • 16. IPV6 Static Configuration Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:1000::3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms R4#ping FEC0:1000::4 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:1000::4, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/1/8 ms But if I had some loopback address on the R4 , then R10 can not ping that loopback address , we can use same concept as above or I Can show you the concept of Default route. I go to R4 and create one Loopback address on R4#
  • 17. IPV6 Static Configuration R4#config t Enter configuration commands, one per line. End with CNTL/Z. R4(config)#int loopback 1 R4(config-if)#ipv6 address FEC0:4000::1/128 R4(config-if)# R4(config-if)#int loopback 2 R4(config-if)#ipv6 address FEC0:4000::2/128 R10#
  • 18. IPV6 Static Configuration Step 3) Hint: remember to enable IPV6 unicast-routing on R10 R10#config t Enter configuration commands, one per line. End with CNTL/Z. R10(config)#ipv R10(config)#ipv6 un R10(config)#ipv6 ? access-list Configure access lists cef Cisco Express Forwarding dhcp Configure Ipv6 DHCP general-prefix Configure a general IPv6 prefix host Configure static hostnames
  • 19. IPV6 Static Configuration inspect Context-based Access Control Engine local Specify local options nat NAT-PT Configuration commands neighbor Neighbor route Configure static routes router Enable an IPV6 routing process unicast-routing Enable unicast routing R10(config)#ipv6 uni R10(config)#ipv6 unicast-routing R10(config)#
  • 20. IPV6 Static Configuration Step 4) Now I willdo Default route on R10 and I willuse next hop address R10# ipv6 route ::/0 2001:4444::4 Hint: for default route in Ipv4 we use 0.0.0.0 0.0.0.0 but for Ipv6 we will use ::/0 R10#config t Enter configuration commands, one per line. End with CNTL/Z. R10(config)#ipv R10(config)#ipv6 ? access-list Configure access lists cef Cisco Express Forwarding dhcp Configure Ipv6 DHCP general-prefix Configure a general IPv6 prefix
  • 21. IPV6 Static Configuration host Configure static hostnames inspect Context-based Access Control Engine local Specify local options nat NAT-PT Configuration commands neighbor Neighbor route Configure static routes router Enable an IPV6 routing process unicast-routing Enable unicast routing R10(config)#ipv6 rout R10(config)#ipv6 route ? X:X:X:X::X/<0-128> IPv6 prefix R10(config)#ipv6 route ::/0 ? Ethernet IEEE 802.3 FastEthernet FastEthernet IEEE 802.3 GigabitEthernet GigabitEthernet IEEE 802.3z Loopback Loopback interface
  • 22. IPV6 Static Configuration Serial Serial Vlan Catalyst Vlans X:X:X:X::X IPv6 address of next-hop R10(config)#ipv6 route ::/0 2001:4444::4 R10(config)# Here is my Show run on R10# ipv6 unicast-routing ipv6 route ::/0 2001:4444::4 Now seated on R10 I should be able to ping the Loopback address of R4 R10#ping FEC0:4000::1
  • 23. IPV6 Static Configuration Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:4000::1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms R10#ping FEC0:4000::2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:4000::2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms R10#
  • 24. IPV6 Static Configuration Here is show Ipv6 route on R4 and R10 R4#show ipv6 route IPv6 Routing Table – 9 entries Codes: C – Connected, L – Local, S – Static, R – RIP, B – BGP U – Per-user Static route, M – MIPv6 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 D – EIGRP, EX – EIGRP external C 2001:4444::/64 [0/0] via ::, FastEthernet0/0 L 2001:4444::4/128 [0/0] via ::, FastEthernet0/0
  • 25. IPV6 Static Configuration S FEC0:1000::1/128 [1/0] via 2001:4444::10 S FEC0:1000::2/128 [1/0] via 2001:4444::10 S FEC0:1000::3/128 [1/0] via 2001:4444::10 S FEC0:1000::4/128 [1/0] via 2001:4444::10 C FEC0:4000::1/128 [0/0] via ::, Loopback1 C FEC0:4000::2/128 [0/0] via ::, Loopback2 L FF00::/8 [0/0] via ::, Null0
  • 26. IPV6 Static Configuration Here is show ipv6 route for R10 R10#show ipv6 route IPv6 Routing Table – 8 entries Codes: C – Connected, L – Local, S – Static, R – RIP, B – BGP U – Per-user Static route, M – MIPv6 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 D – EIGRP, EX – EIGRP external S ::/0 [1/0] via 2001:4444::4
  • 27. IPV6 Static Configuration C 2001:4444::/64 [0/0] via ::, FastEthernet0/0 L 2001:4444::10/128 [0/0] via ::, FastEthernet0/0 C FEC0:1000::1/128 [0/0] via ::, Loopback1 C FEC0:1000::2/128 [0/0] via ::, Loopback2 C FEC0:1000::3/128 [0/0] via ::, Loopback3 C FEC0:1000::4/128 [0/0] via ::, Loopback4 L FF00::/8 [0/0] via ::, Null0
  • 28. IPV6 Static Configuration Here is summary on R4 and R10 show run: R4#show run interface Loopback0 ip address 4.4.4.4 255.255.255.0 ! interface Loopback1 no ip address ipv6 address FEC0:4000::1/128 ! interface Loopback2 no ip address ipv6 address FEC0:4000::2/128 !
  • 29. IPV6 Static Configuration interface FastEthernet0/0 ip address 10.10.10.4 255.255.255.0 duplex auto speed auto ipv6 address 2001:4444::4/64 ! ipv6 route FEC0:1000::1/128 2001:4444::10 ipv6 route FEC0:1000::2/128 2001:4444::10 ipv6 route FEC0:1000::3/128 2001:4444::10 ipv6 route FEC0:1000::4/128 2001:4444::10 R10#show run Building configuration… ipv6 unicast-routing !
  • 30. IPV6 Static Configuration interface Loopback1 no ip address ipv6 address FEC0:1000::1/128 ! interface Loopback2 no ip address ipv6 address FEC0:1000::2/128 ! interface Loopback3 no ip address ipv6 address FEC0:1000::3/128 !
  • 31. IPV6 Static Configuration interface Loopback4 no ip address ipv6 address FEC0:1000::4/128 ! interface FastEthernet0/0 ip address 10.10.10.10 255.255.255.0 duplex auto speed auto ipv6 address 2001:4444::10/64 ! ! ipv6 route ::/0 2001:4444::4 !
  • 32. ASM EDUCATIONAL CENTER INC. (ASM) WHERE TRAINING, TECHNOLOGY & SERVICE CONVERGE PHONE: (301) 984-7400 ROCKVILLE,MD To watch our Cisco CCNA Video Trainings Please Check out the link below: www.asmed.com/c1