2020년 5월 27일 수요일

Cisco IOS/Nexus 7000 NX-OS 비교 ( DHCP Relay 관련 명령어 )

Cisco IOS/Nexus 7000 NX-OS 비교 - DHCP Relay 관련 명령어 -

 

 

Cisco IOS CLI Cisco NX-OS CLI
Enabling the DHCP Feature
Cisco IOS Software does not have the ability to enable or disable DHCP. feature dhcp
Enabling the DHCP Service
Cisco IOS Software enables service dhcp by default. ip dhcp relay
Configuring Option 82 Information
ip dhcp relay information option ip dhcp relay information option
Configuring DHCP Relay on an Interface
interface gigabitethernet 1/1

ip address 192.168.10.1 255.255.255.0

ip helper-address 1.1.1.1

interface ethernet 1/1

ip address 192.168.10.1/24

ip dhcp relay address 1.1.1.1

Configuring Inter-VRF DHCP-Relay on an Interface
The Catalyst 6500 IOS Software does not support VRF-Aware DHCP-Relay


ip dhcp relay information option vpn

 

interface gigabitethernet 1/1

ip address 192.168.10.1 255.255.255.0

ip helper-address vrf common-services 1.1.1.1

ip dhcp relay information option

ip dhcp relay information option vpn


interface etherent 1/1

ip address 192.168.10.1/24

ip dhcp relay address 10.10.10.10 use-vrf common-services

 

Cisco NX-OS DHCP-Relay Cisco IOS Software DHCP-Relay Command Description
show ip dhcp relay - Displays all DHCP-Relay configuration information
show ip dhcp relay address - Displays a list of DHCP-Relay(s) configured for all interfaces
show ip dhcp relay address interface - Displays the DHCP-Relay(s) configured for a specific interface