Users Guide

Table Of Contents
IPv4 Address MAC Address Expires(Sec) Type Interface VLAN
=======================================================================================
10.1.1.2 14:18:77:0d:05:e9 3600 D port-channel10 vlan100
DHCP snooping with DHCP relay agent in a VLT setup — Default VRF
In this VLT setup, DHCP clients on the virtual machine are connected to SW1 and SW2 and acquire IP addresses from the DHCP server.
The VLAN of both the client and the DHCP server are in the default VRF on SW 1 and SW 2.
SW 1
DHCP snooping conguration
Enable DHCP snooping globally.
OS10(config)# ip dhcp snooping
Spanning tree conguration
Enable a Spanning Tree Protocol.
OS10(config)# spanning-tree mode rstp
VLAN conguration
Create a VLAN and assign an IP address to it which acts as the gateway for the VMs.
OS10# configure terminal
OS10(config)# interface vlan 100
OS10(conf-if-vl-100)# no shutdown
OS10(conf-if-vl-100)# ip address 10.1.1.1/24
OS10(conf-if-vl-100)# exit
System management
179