Не могу получить префикс ipv6, т.к. в running confige - исчезает команда ipv6 prefix auto на интерфейсе провайдера (GigabitEthernet1 kn-1011), а вместо нее появляется команда ipv6 name-servers auto.
startup
interface GigabitEthernet1
rename ISP
mac address factory wan
security-level public
ip address dhcp
ip dhcp client dns-routes
ip dhcp client no name-servers
ip access-group _WEBADMIN_ISP in
ip global 700
ipv6 address auto
ipv6 prefix auto
up
!
running
interface GigabitEthernet1
rename ISP
mac address factory wan
security-level public
ip address dhcp
ip dhcp client dns-routes
ip dhcp client no name-servers
ip access-group _WEBADMIN_ISP in
ip global 700
ipv6 address auto
ipv6 name-servers auto
up
!
Команды через cli проходят, но running-конфиг не меняется. Жду alpha2....
interface GigabitEthernet1 ipv6 prefix auto
interface GigabitEthernet1 no ipv6 name-servers auto
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
avn
Не могу получить префикс ipv6, т.к. в running confige - исчезает команда ipv6 prefix auto на интерфейсе провайдера (GigabitEthernet1 kn-1011), а вместо нее появляется команда ipv6 name-servers auto.
startup
interface GigabitEthernet1 rename ISP mac address factory wan security-level public ip address dhcp ip dhcp client dns-routes ip dhcp client no name-servers ip access-group _WEBADMIN_ISP in ip global 700 ipv6 address auto ipv6 prefix auto up !
running
interface GigabitEthernet1 rename ISP mac address factory wan security-level public ip address dhcp ip dhcp client dns-routes ip dhcp client no name-servers ip access-group _WEBADMIN_ISP in ip global 700 ipv6 address auto ipv6 name-servers auto up !
Команды через cli проходят, но running-конфиг не меняется. Жду alpha2....
interface GigabitEthernet1 ipv6 prefix auto interface GigabitEthernet1 no ipv6 name-servers auto
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.