2016年2月18日 星期四

IPv6 / DHCPv6 Server Stateful

IPv6 / DHCPv6 Server Stateful




==========================
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#
R1#

R1#show ipv6 dhcp pool
DHCPv6 pool: mypool
  Prefix pool: local-pool
               preferred lifetime 1800, valid lifetime 600
  DNS server: 2001:DB8::1
  Domain name: fff.com
  Active clients: 2
R1#
R1#


R1#
R1#show ipv6 dhcp binding
Client: 0001.6395.2410 (GigabitEthernet0/0)
  DUID: 00030001000163952410
  IA PD: IA ID 0, T1 0, T2 0
    Prefix: 2001::/64
            preferred lifetime 1800, valid lifetime 600
            expires at ?? 18 2016 11:44:27 am (600 seconds)
Client: 00D0.D357.E21B (GigabitEthernet0/0)
  DUID: 0003000100D0D357E21B
  IA PD: IA ID 0, T1 0, T2 0
    Prefix: 2001::/64
            preferred lifetime 1800, valid lifetime 600
            expires at ?? 18 2016 11:44:27 am (600 seconds)
R1#
R1#

==========================
R1#sh run
Building configuration...

Current configuration : 777 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
 prefix-delegation pool local-pool lifetime 1800 600
 dns-server 2001:DB8::1
 domain-name fff.com
!
ipv6 local pool local-pool 2001::/64 64
!
!
!
!
!
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 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#
==========================


沒有留言:

張貼留言