cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4536
Views
0
Helpful
2
Replies

Inter vlan routing with ipv6

Morning,

Basically I'm trying to configure inter vlan routing using IPv6 addressing. I've been searching all over the net for any guides as to how configure inter vlan routing using IPv6 addressing yet I can't find any anywhere.

Is there any differences between the configuration used for IPv4 and IPv6 (obviously bar the addressing structure)?

Any help would be grately appreciated!

Cheers,

Michael

2 Replies 2

cciepending
Level 1
Level 1

Hi

I tested with packet tracer it same ipv4 configuration

R1(2811)connected to switch 2960 with trunk port and 2 router as client connected to switch 2960 (

because pc in packet tracer ipv6 not support i use router as client )

Create 2 sub interface in router

R1

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/0.2

encapsulation dot1Q 2

no ip address

ipv6 address 2:2:2:2::1/64

!

interface FastEthernet0/0.3

encapsulation dot1Q 3

no ip address

ipv6 address 3:3:3:3::1/64

Create vlan 2 and 3 in switch

interface FastEthernet0/2

switchport access vlan 2

switchport mode access

!

interface FastEthernet0/3

switchport access vlan 3

switchport mode access

then assign ipv6 to R2 and R3

R2

interface FastEthernet0/0

no ip address

duplex auto

speed auto

ipv6 address 2:2:2:2::2/64

R3

interface FastEthernet0/0

no ip address

duplex auto

speed auto

ipv6 address 3:3:3:3::3/64

For R2 and R3 assign static route to R1 (of course you can assign default route)

R2

ipv6 route 3:3:3:3::/64 FastEthernet0/0 2:2:2:2::1

R3

ipv6 route 2:2:2:2::/64 FastEthernet0/0 3:3:3:3::1

R3#ping 2:2:2:2::2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 2:2:2:2::2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 14/15/18 ms

R1

Show ipv6 route

C   2:2:2:2::/64 [0/0]

     via ::, FastEthernet0/0.2

L   2:2:2:2::1/128 [0/0]

     via ::, FastEthernet0/0.2

C   3:3:3:3::/64 [0/0]

     via ::, FastEthernet0/0.3

L   3:3:3:3::1/128 [0/0]

     via ::, FastEthernet0/0.3

L   FF00::/8 [0/0]

     via ::, Null0

Please rate the helpful posts

OK you created the vlans with IPv6 and/or IPv4 addresses?  You did not include that.

Review Cisco Networking products for a $25 gift card