Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 1800 Series routers communicating on IPv6 in Packet Tracer

Status
Not open for further replies.

gerrymchugh

IS-IT--Management
Mar 8, 2009
5
IE
Hi,

I'm very new to IPv6 (very very new). I'm trying to get 2 routers talking on IPv6 for a college assignment - talked to lecturers but they don't know IPv6 either!

I have been going through Cisco's samples but can't find one that suite.

I have attached my attempt from packet tracer, and I will upload the configs of each router soon.

Any help would be greatly appreciated.
Thanks.
 
ROUTER 1:

Current configuration : 859 bytes
!
version 12.4
no service password-encryption
!
hostname ROUTER1
!
ipv6 unicast-routing
ip ssh version 1
!
interface Loopback0
ip address 10.1.2.1 255.255.255.0
ipv6 address FEC0::3:1/112
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
no ip address
ipv6 address FEC1:1::2F0:F7FF:FEDE:0/112 eui-64
ipv6 rip PROCESS1 enable
clock rate 64000
!
interface Serial0/1/0
ip address 133.16.0.2 255.255.0.0
ipv6 address FEC0:1::2/112
ipv6 address FEC0:1::201:C9FF:FE95:0/112 eui-64
ipv6 rip PROCESS1 enable
!
interface Vlan1
no ip address
shutdown
!
router eigrp 1
network 172.16.0.0
network 10.0.0.0
auto-summary
!
ipv6 router rip PROCESS1
!
ip classless
!
line con 0
line vty 0 4
login
end
 
ROUTER 2:

Current configuration : 1295 bytes
!
version 12.4
no service password-encryption
!
hostname ROUTER2
!
ipv6 unicast-routing
ip ssh version 1
!
interface Loopback0
ip address 10.1.1.1 255.255.255.0
ipv6 address FEC0::1:1/112
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 192.168.10.1 255.255.255.192
!
interface FastEthernet0/0.2
encapsulation dot1Q 2
ip address 192.168.10.65 255.255.255.192
!
interface FastEthernet0/0.3
encapsulation dot1Q 3
ip address 192.168.10.129 255.255.255.192
!
interface FastEthernet0/0.4
encapsulation dot1Q 4
no ip address
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 133.16.0.1 255.255.0.0
ipv6 address FEC1:1::1/112
ipv6 address FEC1:1::290:21FF:FEC4:0/112 eui-64
ipv6 rip PROCESS1 enable
ipv6 enable
clock rate 64000
!
interface Serial0/1/0
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 1
network 192.168.10.0
network 172.16.0.0
network 10.0.0.0
auto-summary
!
router rip
!
ipv6 router eigrp 1
router-id 133.16.0.1
no shutdown
!
ipv6 router rip please
ipv6 router rip hello
ipv6 router rip PROCESS1
ip classless
!
line con 0
line vty 0 4
login
end
 
You didn't attach the attachments correctly...

What are you pinging from and to? Try making sure that the interface you ping from and to both only have IPv6 addresses on them.

Burt
 
Hi,

Thanks for reply, yes the attachment didn't go up right. I have uploaded the file to
I'm not 100% sure what I'm pinging from and to - basically, I'm totally IP4 - have no experience with IPv6 at all, I'm just reading the basic format of the addresses at the moment. Sorry about this, I'm just under a lot of pressure to try and get something done on IPv6.

Thanks.
 
In other words, how are these routers connected to eachother?
What you do is connect them together, and do an extended ping from one router (do extended commands when asked), choose a source interface that ONLY has an IPv6 address on it, and ping to an interface that ONLY has an IPv6 address on it.

router>ping

Then answer all the questions---remember to say "y" to "entended commands?" to be able to choose the source interface...

Burt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top