728x90
반응형
###DHCP 서버 설정####
1. DHCP 서버용 IP 지정
- Router(config)# ip dhcp-server [서버용 IP]
2. DHCP pool 생성
- Router(config)# ip dhcp pool [pool이름]
- Router(config)#
-> network(할당 범위) : 네트워크 단위로만 설정 가능
-> default-router(기본 경로) : Gateway 설정
-> dns-server(DNS 서버 주소) : DNS Server의 IP 주소
- Router(config)# ip dhcp excluded-address [초기][끝] : 네트워크 할당 대상 제외
- ip dhcp excluded-address 명령어로 게이트웨이 주소와 브로드캐스트 주소를 할당 제외 시킴(IP충돌남)}
3. DHCP pool 생성 예시
- R1(config)#ip dhcp pool test
- R1(dhcp-config)#network 163.180.116.0 255.255.255.0
- R1(dhcp-config)#dns-server 1.1.1.1
- R1(dhcp-config)#default-router 163.180.116.1
- R1(config)#ip dhcp excluded-address 163.180.116.1
- R1(config)#ip dhcp excluded-address 163.180.116.255 (163.180.116.2 ~ 163.180.116.254를 IP 할당)
- R1(dhcp-config)#exit
4.DHCP 확인
- Router(config)# show dhcp {lease|server}
- Router(config)# show ip dhcp {…}
-> binding : 할당된 IP 주소
-> conflict : 충돌 및 예약된 IP주소
-> pool : pool의 상세 정보
-> Server : 클라이언트와 주고 받은 DHCP 메시지 통계 정보
###DHCP relay agent 설정####
1. Helper Address
- 목적지 IP가 broadcast IP 일 때 폐기하지 않고 지정된 목적지로 전달하는 기능
- 목적지 IP주소를 변경 함
2. 설정
- Router(config)# interface fastethernet 0/0
- Router(config)# ip helper-address [DHCP 서버 IP]
반응형
'Network > Router' 카테고리의 다른 글
Router RIP 설정 방법 (0) | 2021.11.11 |
---|---|
Router Static 설정 (0) | 2021.11.01 |
시스코 라우터 초기화 (0) | 2021.10.05 |
시스코 라우터 초기 설정 (0) | 2021.10.01 |
댓글