networking-forum.com
Community BlogCommunity Wiki * Register  * Search  * Login
View unanswered postsView active topics

All times are UTC - 6 hours [ DST ]



Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: Thu Apr 12, 2012 10:41 pm 
Offline
New Member
New Member

Joined: Thu Apr 12, 2012 10:12 pm
Posts: 1
Certs: master
foreign friends, I a new learner of ipv6 in china.nowadays ,our teacher and us want to construct a simulated ipv6 to ipv4 network using tools like packet tracer,GNS3,boson,ns2,but my knoledge is not that enough and we cannot find many doc with chinese search engin www.baidu.com ,and we cannnot visit website like youtobe,so,can you friends give us some links about that and tell me the softwares above can be used for the test or not .I searched may be packet tracer is not available for NAT-pt and tunnels


Top
 Profile  
 
PostPosted: Thu Apr 12, 2012 11:14 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Jan 17, 2005 11:01 pm
Posts: 5148
Location: Canada eh
Certs: 350-001, CCNP, CXFF, ITILv3F
I don't think Packet Tracer supports IPv6.

_________________
blog.brokennetwork.ca


Top
 Profile  
 
PostPosted: Wed Apr 25, 2012 5:43 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Fri Mar 11, 2005 10:26 pm
Posts: 2512
Location: Perth, Western Australia
Infinite wrote:
I don't think Packet Tracer supports IPv6.
Sure PT v5.3.3 supports IPv6. In Global config mode the following commands are available, including v4v6 and v6v4 nat:
Code:
ipv6
    general-prefix prefix-name
        ipv6-prefix/prefix-length
    neighbor X:X:X:X::X
        Ethernet <0-9>/<0-24>[ . ][ <0-4294967295> ] H.H.H
        FastEthernet <0-9>/<0-24>[ . ][ <0-4294967295> ] H.H.H
        GigabitEthernet <0-9>/<0-24>[ . ][ <0-4294967295> ] H.H.H
        Loopback <0-2147483647> H.H.H
        Serial <0-9>/<0-24> H.H.H
        Vlan <1-1005> H.H.H
    unicast-routing
    route X:X:X:X::X/<0-128>
        Ethernet <0-9>/<0-24>[ . ][ <0-4294967295> ] [ <1-254> ]
        FastEthernet <0-9>/<0-24>[ . ][ <0-4294967295> ] [ <1-254> ]
        GigabitEthernet <0-9>/<0-24>[ . ][ <0-4294967295> ] [ <1-254> ]
        Loopback <0-2147483647> [ <1-254> ]
        Serial <0-9>/<0-24> [ <1-254> ]
        Vlan <1-1005> [ <1-254> ]
        X:X:X:X::X [ <1-254> ]
    router
        eigrp <1-65535>
        ospf <1-65535>
        rip WORD
    dhcp pool WORD
    access-list WORD
    nat
        prefix X:X:X:X::X/<0-128>
        v4v6
            pool WORD X:X:X:X::X X:X:X:X::X
            source A.B.C.D X:X:X:X::X
            source list WORD [pool] WORD
        v6v4
            pool WORD A.B.C.D A.B.C.D
            source X:X:X:X::X A.B.C.D
            source list WORD [pool WORD | interface] [overload]
    host WORD X:X:X:X::X [X:X:X:X::X] [X:X:X:X::X]
plus associated interface commands

Aubrey

_________________
The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn, and relearn. Alvin Toffler, "Future Shock" 1970


Top
 Profile  
 
PostPosted: Wed Apr 25, 2012 5:48 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Fri Mar 11, 2005 10:26 pm
Posts: 2512
Location: Perth, Western Australia
To the OP - Is your instructor giving you any information in class?
Here's a Cisco configuration guide for IPv6:
http://www.cisco.com/en/US/docs/ios/ipv ... _book.html

However, I think non-English documentation will be difficult to find.

Are you a Cisco Networking Academy student?

Aubrey

_________________
The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn, and relearn. Alvin Toffler, "Future Shock" 1970


Top
 Profile  
 
PostPosted: Tue Oct 23, 2012 1:42 pm 
Offline
New Member
New Member

Joined: Mon Oct 22, 2012 9:02 pm
Posts: 5
i am trying to ping two routers after configuring ipv6 address on it in packet tracer 5.3.3. i 've enabled serial interfaces and put clock rate command
but it is giving me the following and i am not able to do that. Can anybody please help??

"3ffe:b00:ffff:1::1/64"...domain server (255.255.255.255)
% Unrecognized host or address or protocol not running.


Top
 Profile  
 
PostPosted: Tue Oct 23, 2012 1:44 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Tue Aug 21, 2007 2:15 pm
Posts: 8303
Location: Frederick MD
Certs: Instanity
no ip domain lookup

_________________
"If you're good at anticipating the human mind. It leaves nothing to chance."
-Jigsaw


Top
 Profile  
 
PostPosted: Tue Oct 23, 2012 1:56 pm 
Offline
New Member
New Member

Joined: Mon Oct 22, 2012 9:02 pm
Posts: 5
ip domain lookup? can you pls help me in fixing that (to ristau5741) ?


Top
 Profile  
 
PostPosted: Tue Oct 23, 2012 2:39 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Tue Aug 21, 2007 2:15 pm
Posts: 8303
Location: Frederick MD
Certs: Instanity
Code:
Router# config t
Router(config)# no ip domain lookup

_________________
"If you're good at anticipating the human mind. It leaves nothing to chance."
-Jigsaw


Top
 Profile  
 
PostPosted: Tue Oct 23, 2012 3:00 pm 
Offline
New Member
New Member

Joined: Mon Oct 22, 2012 9:02 pm
Posts: 5
still not resolved. now message is showing as follows :


Top
 Profile  
 
PostPosted: Tue Oct 23, 2012 3:02 pm 
Offline
New Member
New Member

Joined: Mon Oct 22, 2012 9:02 pm
Posts: 5
still not resolved. now message is showing as follows :

Translating "3ffe:b00:ffff:1::1/64"
% Unrecognized host or address or protocol not running. :(

Please note that i am just trying to ping two directly connected routers 2811. i 've no idea how to proceed ahead ?


Top
 Profile  
 
PostPosted: Fri Oct 26, 2012 12:57 pm 
Offline
Post Whore
Post Whore

Joined: Sun May 15, 2011 4:16 pm
Posts: 1423
Location: Belgium
Certs: CCNA Security, CCNP
"ipv6 unicast-routing"
But you're working on Packet Tracer. Most IPv6 stuff won't work.

_________________
http://reggle.wordpress.com


Top
 Profile  
 
PostPosted: Sat Oct 27, 2012 8:34 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Fri Mar 11, 2005 10:26 pm
Posts: 2512
Location: Perth, Western Australia
protocol not running” is a very big hint, so as Reggle says, “ipv6 unicast-routing” should have been your first thing to try. The purpose of error messages is usually to tell you something, albeit sometimes they are a little cryptic.

But there are a couple of basic things you also need to consider –

(1) A simulated device in Packet Tracer, like a real device, cannot guess what you want to do – so you need to know all the commands before you try to configure anything.

(2) Like all good software, Packet Tracer has extensive Help resources – it pays to use them – From Help > Contents > Configure Devices > Router IOS you find the global config commands that I posted back in the 3rd reply to this thread back in April!

In Interface Mode available IPv6 commands are –
Code:
ipv6
  address
    autoconfig
    ipv6-prefix/prefix length
    anycast
    eui-64
    ipv6-address
    linklocal
    prefix-name ipv6-prefix/prefix-length
  enable
  rip WORD
    default-information originate
    enable
  eigrp <1-65535>
    summary-address eigrp <1-65535> X:X:X:X::X/<0-128> [ <1-255> ]
    hello-interval eigrp <1-65535> <1-65535>
  ospf
    <1-65535> area area-id [instance instance-id]
    cost <1-65535>
    dead-interval <1-65535>
    hello-interval <1-65535>
    priority <0-255>
  dhcp
    client pd WORD
    server WORD
  nat
    prefix X:X:X:X::X/<0-128> [v4-mapped] [WORD]
  mtu <1280-1500>


Plenty to get you started in IPv6 I would think.

Aubrey

_________________
The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn, and relearn. Alvin Toffler, "Future Shock" 1970


Top
 Profile  
 
PostPosted: Mon Oct 29, 2012 4:56 am 
Offline
New Member
New Member

Joined: Mon Oct 29, 2012 4:50 am
Posts: 1
Hi friends,

I'm doing my thesis about interconnection IPV4 and IPV6. I using 5.3.3 packet tracer.
I would like to connect 2 building with tunneling methods but up till now i couldn't to send the packet data from building 1 to building 2. There's cloud between the router 1 and router 2. Can somebody help me to solve this matter? What should I do? Thanks


Top
 Profile  
 
PostPosted: Wed Dec 26, 2012 2:55 am 
Offline
New Member
New Member

Joined: Mon Oct 22, 2012 9:02 pm
Posts: 5
Hi Folks

i am trying to ping two 2811 routers(ping R1 from R2) using ipv6 in Packet Tracer 5.3.3.Please be informed that it is a simple ping command and no routing protocol is involved. The whole syntax for two routers is as follows :

R1>enable
R1#configure terminal
R1(config)#no ip domain lookup
R1(config)#ipv6 unicast-routing
R1(config)#interface serial 0
R1(config)#ipv6 address 3ffe:b00:ffff:1::1/64 eui-64
R1(config)#ipv6 enable
R1(config)#no shutdown


R2>enable
R2#configure terminal
R2(config)#no ip domain lookup
R2(config)#ipv6 unicast-routing
R2(config)#interface serial 0
R2(config)#ipv6 address 3ffe:b00:ffff:1::2/64 eui-64
R2(config)#ipv6 enable
R2(config)#no shutdown

R2#ping ipv6 3ffe:b00:ffff:1::1/64

it gives me following error message
"Translating "3ffe:b00:ffff:1::1/64"
% Unrecognized host or address or protocol not running"

Can anybody please let me know what is the issue with this syntax or where i am getting it wrong ?
Thanks ..........appreciate your support in solving this


Top
 Profile  
 
PostPosted: Thu Dec 27, 2012 2:51 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Fri Mar 11, 2005 10:26 pm
Posts: 2512
Location: Perth, Western Australia
Your specific question has already been answered in previous posts in this thread.

Hint (again) "protocol not running" usually means that the protocol (the Network Layer protocol) that you are trying to test is not running - which in this case is IPv6 - so you have to turn it on. To see how to do that read the above posts.

Aubrey

_________________
The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn, and relearn. Alvin Toffler, "Future Shock" 1970


Top
 Profile  
 
PostPosted: Thu Dec 27, 2012 3:04 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Thu Dec 30, 2010 2:05 pm
Posts: 1133
Location: Stockholm, SE
Certs: CCNP, CCNP SP, CCDA, CCNA DC, CCNA W, HP MASE
Drop the prefix from the ping command.

sent from phone.

_________________
som om sinnet hade svartnat för evigt.


Top
 Profile  
 
PostPosted: Fri Jan 04, 2013 7:09 am 
Offline
New Member
New Member

Joined: Fri Jan 04, 2013 7:01 am
Posts: 1
Thanks for the nice post and happy new year...

_________________
lord


Top
 Profile  
 
PostPosted: Thu Jan 10, 2013 10:31 am 
Offline
New Member
New Member

Joined: Thu Jan 10, 2013 10:27 am
Posts: 4
Certs: CCEnt
To kbtahir - in case you haven't got it. I'm pretty new to this myself but I think the posts said that you needed to enable IPv6.

IP(v4) runs by default, but you have to explicitly enable IPv6 globally on each router. Thus;

Router(config)#ipv6 unicast-routing

You should then find it recognises the format of your IPv6 address - which it currently is not doing.


Top
 Profile  
 
PostPosted: Thu Jan 10, 2013 10:40 am 
Offline
New Member
New Member

Joined: Thu Jan 10, 2013 10:27 am
Posts: 4
Certs: CCEnt
Guys, I'm having a bit of trouble with Packet Tracer and IPv6. One router on the edge of my network doesn't like IPv6 and I don't know why.
It can ping the link-local add on the interface at the other end of the serial link and that can ping this router's interface's link-local address. However neither can ping the global addresses.
Have enabled ipv6 unicast.
Have enabled interface.
Have configured IPv6 addresses
Have also enabled RIP [word] on router and interfaces. Not that that should matter?

One other thing is that not one of my routers can ping the IPv6 loopback address in Packet Tracer.... which does have SOME issues with IPv6 from my limited experience.


Top
 Profile  
 
PostPosted: Thu Jan 10, 2013 12:53 pm 
Offline
New Member
New Member

Joined: Thu Jan 10, 2013 10:27 am
Posts: 4
Certs: CCEnt
Well I solved the immediate problem by turning the routers off and on again. No joke. However the problem returned and I think I have a routing loop. It appears that Split-horizon does not function in IPv6 in Packet Tracer. I have tried manually configuring, but it doesn't work and the option:

(conf-if)#ipv6 split-horizon

doesn't exist.

Ho hum..


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group