...
Code Block |
---|
# configure terminal # vlan 2-200 # exit # interface range fa0/2-23 # switchport mode trunk # no shutdown # exit # interface fa0/24 # switchport mode access # switchport access vlan 2 # no shutdown # exit # exit # copy running-config startup-config |
...
Check virtual machines
Check the virtual machine configuration for classless static routes under RFC3442
Windows 7 VM
A Windows 7 VM will accept the option 249 classless static routes without any special configuration.
...
If the routes are not present, continue to check the configuration as described below.
Check the CentOS VM config files
Check that the following two files exist on the system and are not empty:
/etc/dhclient.conf
/etc/dhclient-exit-hooks
The contents of these files should be as described in Configuring DHCP#Configure CentOS VM Template to Receive Static Routes by DHCPat /wiki/spaces/ABI54/pages/310740115