정 리 중/Cisco

자동 IP 받기(DHCP)가 설정된 단말기에 고정된 IP 설정 방법

sungchan41 2015. 1. 6. 11:14
반응형

자동 IP 받기(DHCP)가 설정된 단말기에 고정된 IP 설정 방법( Cisco 기준 )


Mindnet#

Mindnet#configure terminal

Mindnet(config)# ip dhcp pool [name]

Mindnet(dhcp-config)# host [고정IP] [Subnet]

Mindnet(dhcp-config)# client-identifier [MAC]


* Cisco s7200 config 부분에서 Client-identifier [01]+[MAC] 을 포함하여야 설정이 가능하였습니다.

   ex) MAC 정보 : xxxx.xxxx.xxxx 

      Mindnet(dhcp-config)# client-identifier 01xx.xxxx.xxxx.xx




반응형