CISCO入門

Cat3750をDHCPサーバとした場合

ip dhcp excluded-address 10.10.10.200 10.10.10.255DHCP除外アドレス
ip dhcp pool TEST-DHCP-POOLPOOL名作成
network 10.10.10.0 255.255.255.0配布アドレスのネットワーク指定
default-router 10.10.10.254配布デフォルトルート指定
dns-server 10.10.10.4配布DNSアドレス指定
lease 0 5リース時間日、時間、秒で指定左は5時間

※ip helperを入れなければ下記のように対応したアドレスポートへ自動的に配布される

interface Vlan100
 ip address 10.10.10.254 255.255.255.0
  Switch#show ip dhcp binding
   Bindings from all pools not associated with VRF:
   IP address          Client-ID/              Lease expiration        Type
                       Hardware address/
                       User name
   10.10.10.1          01f0.1faf.0b5f.e5       Mar 01 1993 07:21 AM    Automatic

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS