ポートごとの DHCP アドレス割り当て
新しい CLI は追加されていません。インターフェイス A0/0/1 のデバイスは 192.0.2.90 になります。
最小設定は次の例のようになります。
conf t
ip dhcp excluded-address 192.0.2.1 192.0.2.80
ip dhcp excluded-address 192.0.2.100 192.0.2.255
ip dhcp use subscriber-id client-id
end
conf t
ip dhcp pool 16
network 192.0.2.0 255.255.255.0
address 192.0.2.90 client-id Fa0/0/1 ascii
end
show output CLI は次のように表示されます。
Router#show ip dhcp binding
Bindings from all pools not associated with VRF:
IP address Client-ID/ Lease expiration Type State Interface
Hardware address/
User name
192.0.2.90 0046.6130.2f30.2f31 Infinite Manual Active Unknown
(注) |
client-id は、インターフェイスの短縮名である必要があります。FastEthernet インターフェイスには「Fa」を使用します。GigabitEthernet インターフェイスには「Gi」を使用します。 |