Ipv6

Bl8ckr0uterBl8ckr0uter Inactive Imported Users Posts: 5,031 ■■■■■■■■□□
am I crazy (don't answer that)? I am trying to setup 6to4 tunneling but I cannot set up ipv6 addresses on any of my ints.

I am using these commands

MATRIX(config-if)#exit
MATRIX(config)#ipv6 unicast-routing
MATRIX(config)#int s0
MATRIX(config-if)# ipv6 address 2001:db8:3c4d:1:0260.d66ff.FE73.1987/ 64 

I pulled this command directly out of the the book and my ios version should support ipv6
sh ver
Cisco IOS Software, C1700 Software (C1700-ADVIPSERVICESK9-M), Version 12.4(13b), RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Tue 24-Apr-07 12:56 by prod_rel_team

ROM: System Bootstrap, Version 12.2(7r)XM2, RELEASE SOFTWARE (fc1)

MATRIX uptime is 2 hours, 15 minutes
System returned to ROM by power-on
System image file is "flash:c1700-advipservicesk9-mz.124-13b.bin

Am i missing something?

Comments

  • jason_lundejason_lunde Member Posts: 567
    knwminus wrote: »
    am I crazy (don't answer that)? I am trying to setup 6to4 tunneling but I cannot set up ipv6 addresses on any of my ints.

    I am using these commands

    MATRIX(config-if)#exit
    MATRIX(config)#ipv6 unicast-routing
    MATRIX(config)#int s0
    MATRIX(config-if)# ipv6 address 2001:db8:3c4d:1:0260.d66ff.FE73.1987/ 64 
    

    I pulled this command directly out of the the book and my ios version should support ipv6
    sh ver
    Cisco IOS Software, C1700 Software (C1700-ADVIPSERVICESK9-M), Version 12.4(13b), RELEASE SOFTWARE (fc3)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2007 by Cisco Systems, Inc.
    Compiled Tue 24-Apr-07 12:56 by prod_rel_team
    
    ROM: System Bootstrap, Version 12.2(7r)XM2, RELEASE SOFTWARE (fc1)
    
    MATRIX uptime is 2 hours, 15 minutes
    System returned to ROM by power-on
    System image file is "flash:c1700-advipservicesk9-mz.124-13b.bin
    

    Am i missing something?

    Try using colons instead of periods in that address and you may be g2g :)
  • kalebkspkalebksp Member Posts: 1,033 ■■■■■□□□□□
    ipv6 address 2001:db8:3c4d:1:0260.d66ff.FE73.1987/ 64
    

    Is this a copy and paste? There are periods in the ipv6 address and a space between the / and 64. I'm not an IPv6 expert, but that doesn't look right to me.
  • Bl8ckr0uterBl8ckr0uter Inactive Imported Users Posts: 5,031 ■■■■■■■■□□
    Try using colons instead of periods in that address and you may be g2g :)

    Will try later.
    kalebksp wrote: »
    ipv6 address 2001:db8:3c4d:1:0260.d66ff.FE73.1987/ 64
    
    Is this a copy and paste? There are periods in the ipv6 address and a space between the / and 64. I'm not an IPv6 expert, but that doesn't look right to me.

    It is a copy paste.
  • Bl8ckr0uterBl8ckr0uter Inactive Imported Users Posts: 5,031 ■■■■■■■■□□
    kalebksp wrote: »
    ipv6 address 2001:db8:3c4d:1:0260.d66ff.FE73.1987/ 64
    
    Is this a copy and paste? There are periods in the ipv6 address and a space between the / and 64. I'm not an IPv6 expert, but that doesn't look right to me.
    I took the periods out of the address and removed the space and it worked. I copied this from a book so it must be a typeo.
Sign In or Register to comment.