2016年2月18日 星期四

IPv6 / DHCPv6 Server Statless

IPv6 / DHCPv6 Server Statless


=====================
PC0 IP Info


=====================
PC1 IP Info

=====================

R1#show ipv6 dhcp interface
GigabitEthernet0/0 is in server mode
  Using pool: mypool
  Preference value: 0
  Hint from client: ignored
  Rapid-Commit: disabled
R1#

R1#show ipv6 dhcp pool
DHCPv6 pool: mypool
  DNS server: 2001:DB8::1
  Domain name: fff.com
  Active clients: 0
R1#


R1#show ipv6 dhcp binding
Client: 0001.6395.2410 (GigabitEthernet0/0)
  DUID: 00030001000163952410
  IA PD: IA ID 0, T1 0, T2 0
    Prefix: 0.0.0.0/0
            preferred lifetime 0, valid lifetime 0
            expires at ?? 18 2016 2:39:56 pm (0 seconds)
Client: 00D0.D357.E21B (GigabitEthernet0/0)
  DUID: 0003000100D0D357E21B
  IA PD: IA ID 0, T1 0, T2 0
    Prefix: 0.0.0.0/0
            preferred lifetime 0, valid lifetime 0
            expires at ?? 18 2016 2:39:56 pm (0 seconds)
R1#

=====================

R1#sh run
Building configuration...

Current configuration : 711 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1
!
!
!
!
!
ipv6 unicast-routing
!
!
ipv6 dhcp pool mypool
 dns-server 2001:DB8::1
 domain-name fff.com
!
!
!
!
!
!
license udi pid CISCO2901/K9 sn FTX15248605
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
interface GigabitEthernet0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001::1/64
 ipv6 nd other-config-flag
 ipv6 enable
 ipv6 dhcp server mypool
!
interface GigabitEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end


R1#
R1#
R1#


=====================








沒有留言:

張貼留言