Gå til innhold

Arve Tengesdal

Medlemmer
  • Innlegg

    1
  • Ble med

  • Besøkte siden sist

Innlegg skrevet av Arve Tengesdal

  1. Hei! Er det noen som har klart å sette opp ipv6 mot Altibox på Cisco?

     

    Iflg Altibox trengs disse parametrene:

     

    IPv4 BR adresse: 213.167.115.92

    IPv4 Prefix: 0
    IPv6 Prefix: 2a01:79c::
    IPv6 Prefix Length: 30
    IPv6 DNS: 2a01:798:0:8012::4

     

    Og forslag på Cisco iflg docwiki.cisco.com:

     

    BR 

    ipv6 general-prefix DELEGATED_PREFIX 6rd Tunnel0
    interface Loopback0
    ip address 10.0.0.1 255.255.255.0
    !
    interface Tunnel0
    tunnel source Loopback0
    tunnel mode ipv6ip 6rd
    tunnel 6rd ipv4 prefix-len 8
    tunnel 6rd prefix 2001:db80::/28
    ipv6 address DELEGATED_PREFIX::/128 anycast
    !
    ipv6 route 2001:db80::/28 Tunnel0
    ipv6 route 2001:db80:0:1000::/52 Null0

    CE 

    ipv6 general-prefix DELEGATED_PREFIX 6rd Tunnel0
    interface Dialer0
    ip address dhcp  ! (10.0.0.10)
    !
    interface Tunnel0
    tunnel source Dialer0
    tunnel mode ipv6ip 6rd
    tunnel 6rd ipv4 prefix-len 8
    tunnel 6rd prefix 2001:db80::/28
    tunnel 6rd br 10.0.0.1
    ipv6 address DELEGATED_PREFIX ::/128 anycast
    !
    interface Ethernet0
    ipv6 address DELEGATED_PREFIX ::/64 eui-64
    !
    ipv6 route 2001:db80::/28 Tunnel0
    ipv6 route ::/0 Tunnel0 2001:db80:0:1000::
    ipv6 route 2001:db80:0:A000::/52 Null0

     

    Regner med grensesnitt til bruker skal være CE, men hvordan bør dette være komplett for Cisco router?

×
×
  • Opprett ny...