ฉันเห็นข้อมูลที่ขัดแย้งมากมายเกี่ยวกับว่า Cisco ASA (5505 ในกรณีนี้) สามารถใช้ IPv6 ผ่านการเชื่อมต่อ PPPoE ได้หรือไม่
ฉันเห็นเอกสารอย่างเป็นทางการของCisco ทำให้ดูง่ายแต่ฉันเห็นโพสต์ในฟอรัมมากมายที่ระบุว่าไม่ทำงาน
ผู้ให้บริการอินเทอร์เน็ตที่เราต้องใช้ที่อยู่ autoconfigured สำหรับการเชื่อมโยง PPPoE เช่นที่พวกเขากำหนดแบบไดนามิกที่อยู่ IPv6 ที่จะเชื่อมโยงตัวเองและให้เราคงที่/56
สำหรับการมอบหมายคำนำหน้า
เป็นไปได้ไหม
ผู้ให้บริการของเราคือInternode ; และให้คำแนะนำนี้เพื่อเปิดใช้งานในเราเตอร์ 800 ซีรีส์ จุดเริ่มต้นของsh ver
ASA ของเราคือ:
Cisco Adaptive Security Appliance Software Version 9.1(1)
Device Manager Version 7.1(2)102
Hardware: ASA5505, 512 MB RAM, CPU Geode 500 MHz,
Internal ATA Compact Flash, 128MB
BIOS Flash M50FW016 @ 0xfff00000, 2048KB
Encryption hardware device : Cisco ASA-5505 on-board accelerator (revision 0x0)
Boot microcode : CN1000-MC-BOOT-2.00
SSL/IKE microcode : CNLite-MC-SSLm-PLUS-2.03
IPSec microcode : CNlite-MC-IPSECm-MAIN-2.08
Number of accelerators: 1
บนสิ่งที่ฉันได้ลอง: ฉันได้ลองเปิดใช้งานการกำหนดค่าอัตโนมัติสำหรับการเชื่อมต่อฉันได้เพิ่ม PD ลงใน ASA แต่เนื่องจากลิงก์ PPPoE จริงต้องใช้ IP แบบไดนามิกฉันไม่สามารถตั้งค่าสแตติกได้ ฉันพยายามต่อไป (โดยใช้การ[delegation]FF::1/128
สุ่มฟอรั่มแบบสุ่มซึ่งดูเหมือนว่าจะเป็นการกำหนดค่าทั่วไปสำหรับ Internode) แต่จากหน่วยความจำ ASA จะไม่อนุญาตให้ฉันกำหนดเส้นทางไปยังอินเทอร์เฟซเพียงอย่างเดียว .
edge(config-if)# show running-config interface vlan2
!
interface Vlan2
nameif outside
security-level 0
pppoe client vpdn group Internode
ip address pppoe setroute
ipv6 address autoconfig
ipv6 enable
ipv6 nd prefix 2001:44b8:310c:9f00::/56 infinite infinite
ipv6 nd managed-config-flag
ipv6 nd other-config-flag
vpn(config-if)# show ip
System IP Addresses:
Interface Name IP address Subnet mask Method
Vlan1 inside 192.168.161.17 255.255.255.0 CONFIG
Vlan2 outside 59.167.172.177 255.255.255.255 manual
Vlan3 dmz unassigned unassigned DHCP
Vlan5 Guest 192.168.64.17 255.255.255.0 manual
Current IP Addresses:
Interface Name IP address Subnet mask Method
Vlan1 inside 192.168.161.17 255.255.255.0 CONFIG
Vlan2 outside 59.167.172.177 255.255.255.255 manual
Vlan3 dmz unassigned unassigned DHCP
Vlan5 Guest 192.168.64.17 255.255.255.0 manual
vpn(config-if)# show ipv6 interface outside
outside is up, line protocol is up
IPv6 is enabled, link-local address is fe80::462b:3ff:fe7a:d5
No global unicast address is configured
Joined group address(es):
ff02::1:ff00:1
ff02::1:ff7a:d5
ff02::2
ff02::1
ICMP error messages limited to one every 100 milliseconds
ICMP redirects are enabled
ND DAD is enabled, number of DAD attempts: 1
ND reachable time is 30000 milliseconds
ND advertised reachable time is 0 milliseconds
ND advertised retransmit interval is 1000 milliseconds
ND router advertisements are sent every 200 seconds
ND router advertisements live for 1800 seconds
Hosts use DHCP to obtain routable addresses.
Hosts use DHCP to obtain other configuration.