Cisco Cisco Identity Services Engine 1.2 产品宣传页

下载
页码 248
IPv6 자동 구성 설정
IPv6 상태 비저장 자동 구성을 활성화하려면 인터페이스 구성 모드에서 interface GigabitEthernet 0
명령을 사용하십시오.
ise/admin# configure terminal
Enter configuration commands, one per line.
End with CNTL/Z.
ise/admin(config)# interface GigabitEthernet 0
ise/admin(config)# (config-GigabitEthernet)# ipv6 address autoconfig
ise/admin(config)# (config-GigabitEthernet)# end
ise/admin#
IPv6 자동 구성이 활성화된 경우, 실행 중인 구성에 다음과 유사한 인터페이스 설정이 표시됩니다.
!
interface GigabitEthernet 0
ip address 172.23.90.116 255.255.255.0
ipv6 address autoconfig
!
show interface GigabitEthernet 0 명령을 사용하여 인터페이스 설정을 표시할 수 있습니다. 아래 예에
서, 인터페이스에 3개의 IPv6 주소가 있음을 확인할 수 있습니다. 첫 번째 주소(3ffe로 시작)는 상태 비
저장 자동 구성을 사용하여 가져옵니다.
작업할 상태 비저장 자동 구성의 경우 해당 서브넷에서 IPv6 경로 알림이 활성화되어 있어야 합니다.
다음 주소(fe80으로 시작)는 호스트 외부에 아무런 범위가 없는 링크 로컬 주소입니다.
IPv6 자동 구성 또는 DHCPv6 구성에 관계없이 항상 링크 로컬 주소가 표시됩니다. 마지막 주소(2001
로 시작)는 IPv6 DHCP 서버에서 가져옵니다.
ise/admin# show interface GigabitEthernet 0
eth0
Link encap:Ethernet
HWaddr 00:0C:29:AF:DA:05
inet addr:172.23.90.116
Bcast:172.23.90.255
Mask:255.255.255.0
inet6 addr: 3ffe:302:11:2:20c:29ff:feaf:da05/64 Scope:Global
inet6 addr: fe80::20c:29ff:feaf:da05/64 Scope:Link
inet6 addr: 2001:558:ff10:870:8000:29ff:fe36:200/64 Scope:Global
UP BROADCAST RUNNING MULTICAST
MTU:1500
Metric:1
RX packets:77848 errors:0 dropped:0 overruns:0 frame:0
TX packets:23131 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10699801 (10.2 MiB)
TX bytes:3448374 (3.2 MiB)
Interrupt:59 Base address:0x2000
ise/admin#
   Cisco Identity Services Engine CLI 참조 가이드릴리스 1.4
188
구성 모드의 Cisco ISE CLI 명령
IPv6 자동 구성 설정