0% found this document useful (0 votes)
2 views

IPv6 static routing

The document provides a step-by-step guide for configuring IPv6 static routing between two routers and a PC. It includes instructions for assigning IPv6 addresses, enabling unicast routing, and verifying connections using ping commands. The configuration details for both routers are also outlined, including interface settings and routing commands.

Uploaded by

Vinay 0808
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

IPv6 static routing

The document provides a step-by-step guide for configuring IPv6 static routing between two routers and a PC. It includes instructions for assigning IPv6 addresses, enabling unicast routing, and verifying connections using ping commands. The configuration details for both routers are also outlined, including interface settings and routing commands.

Uploaded by

Vinay 0808
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

IPv6

Static Routing
Internet Protocol version 6 (IPv6) is the most recent version of the Internet
Protocol (IP), the communications protocol that provides an identification and
location system for computers on networks and routes traffic across the
Internet.
ipv6 router rip routing

Step 1:- Drag two Router, two switches and Minimum one PC’s
Step 2:- Assign IP v6 address to PC (2000::5), /64 and gateway is (2000::1)
Step 3:- Click on a router
Step 4:- Click on a CLI
Step 5:- Write enable or en
Step 6:- Write config t
Step 7:- Write ipv6 unicast
Step 8:- Write int f0/1
Step 9:- Write ipv6 address 2000::1/64
Step 10:- Write no shut command the exit command
Step11:- Go to another interface int f 0/0
Step 12:- Write ipv6 address 3000::1/64
Step 13:- Write no shut and exit
Step 14:-check ip address (show ipv6 route )
Step 15:- Write config t
Step 16:- Apply routing (ipv6 route 2000::/64 3000::1 )
Step 17:- Same Steps for other network
Step 18:- check connection with ping command
Router 1 Router 2

en en
config t config t
ipv6 unicast-routing ipv6 unicast-routing
int gig 0/0 int gig 0/0
ipv6 address 2000::1/64 ipv6 address 3000::2/64
no shut down no shut down
exit exit
int gig 0/1 int gig 0/1
ipv6 address 3000::1/64 ipv6 address 4000::1/64
no shut down no shut down
exit exit
ipv6 route 4000::/64 3000::2 ipv6 route 2000::/64 3000::1

You might also like