DLS1 Switch>en Switch#conf t Switch(config)#hostname DLS1 DLS1(config)#interface vlan 1 DLS1(config-if)#ip address 172.16.1.1 255.255.255.0 DLS1(config-if)#no shutdown DLS1(config-if)#exit Configure the trunks and EtherChannel from DLS1 to ALS1. DLS1(config)#interface range e0/0-1 DLS1(config-if-range)#switchport trunk encapsulation dot1q DLS1(config-if-range)#switchport mode trunk DLS1(config-if-range)#channel-group 1 mode desirable Creating a port-channel interface Port-channel 1 DLS1(config-if-range)#exit Configure the trunks and EtherChannel from DLS1 to ALS2. DLS1(config)#interface range e0/2-3 DLS1(config-if-range)#switchport trunk encapsulation dot1q DLS1(config-if-range)#switchport mode trunk DLS1(config-if-range)#channel-group 2 mode desirable Creating a port-channel interface Port-channel 2 DLS1(config-if-range)#exit Configure VTP on DLS1 and create VLANs 100 and 200 for the domain DLS1(config)#vtp domain SWPOD Changing VTP domain name from NULL to SWPOD DLS1(config)#vtp version 2 DLS1(config)#vlan 100 DLS1(config-vlan)#name Payroll DLS1(config-vlan)#exit DLS1(config)#vlan 200 DLS1(config-vlan)#name Engineering DLS1(config-vlan)#exit On DLS1, create the SVIs for VLANs 100 and 200. Note that the corresponding Layer 2 VLANs must be configured for the Layer 3 SVIs to activate DLS1(config)#interface vlan 100 DLS1(config-if)#ip address 172.16.100.1 255.255.255.0 DLS1(config-if)#no shutdown DLS1(config-if)#exit DLS1(config)#interface vlan 200 DLS1(config-if)#ip address 172.16.200.1 255.255.255.0 DLS1(config-if)#no shutdown DLS1(config-if)#exit The ip routing command is also needed to allow the DLS1 switch to act as a Layer 3 device to route between these VLANs. Because the VLANs are all considered directly connected, a routing protocol is not needed at this time. The default configuration on 3560 switches is no ip routing. DLS1(config)#ip routing DLS1#sh ip route DLS1(config)#ip sla 1 DLS1(config-ip-sla)#icmp-echo 172.16.100.101 DLS1(config-ip-sla-echo)#exit DLS1(config)#ip sla 2 DLS1(config-ip-sla)#icmp-echo 172.16.200.101 DLS1(config-ip-sla-echo)#exit DLS1(config)#ip sla 3 DLS1(config-ip-sla)#udp-jitter 172.16.1.101 5000 DLS1(config-ip-sla-jitter)#exi t DLS1(config)#ip sla 4 DLS1(config-ip-sla)#udp-jitter 172.16.1.102 5000 DLS1(config-ip-sla-jitter)#exit DLS1(config)#ip sla schedule 1 life forever start-time now DLS1(config)#ip sla schedule 2 life forever start-time now DLS1(config)#ip sla schedule 3 life forever start-time now DLS1(config)#ip sla schedule 4 life forever start-time now Monitor IP SLAs operations DLS1#show ip sla configuration 1 DLS1#show ip sla configuration 3 DLS1#show ip sla application DLS1#show ip sla statistics 3 DLS1(config)#vlan 100 DLS1(config-vlan)#remote-span DLS1(config-vlan)#exit DLS1(config)#monitor session 1 source interface e0/0 both DLS1(config)# monitor session 1 destination remote vlan 100 ALS1 Switch>en Switch#conf t Switch(config)#hostname ALS1 ALS1(config)#interface vlan 1 ALS1(config-if)#ip address 172.16.1.101 255.255.255.0 ALS1(config-if)#no shutdown ALS1(config-if)#exit ALS1(config)#ip default-gateway 172.16.1.1 Configure the trunks and EtherChannel between ALS1 and DLS1 ALS1(config)#interface range e0/0-1 ALS1(config-if-range)# switchport trunk encapsulation dot1q ALS1(config-if-range)#switchport mode trunk ALS1(config-if-range)#channel-group 1 mode desirable Creating a port-channel interface Port-channel 1 ALS1(config-if-range)#exit Configure the trunks and EtherChannel between ALS1 and ALS2 ALS1(config)#interface range e0/2-3 ALS1(config-if-range)#switchport trunk encapsulation dot1q ALS1(config-if-range)#switchport mode trunk ALS1(config-if-range)#channel-group 2 mode desirable Creating a port-channel interface Port-channel 2 Configure VTP on ALS1 ALS1(config)#vtp mode client Setting device to VTP Client mode for VLANS. ALS1(config)#int e1/0 ALS1(config-if)#switchport mode access ALS1(config-if)#switchport access vlan 100 ALS1(config-if)#exit Configure Cisco IOS IP SLA responders. ALS1(config)#ip sla responder ALS1(config)#ip sla responder udp-echo ipaddress 172.16.1.1 port 5000 ALS1#show ip sla responder Switch(config)#hostname ALS2 ALS2(config)#interface vlan 1 ALS2(config-if)#ip address 172.16.1.102 255.255.255.0 ALS2(config-if)#no shutdown ALS2(config-if)#exit ALS2(config)#ip default-gateway 172.16.1.1 Configure the trunks and EtherChannel between ALS2 and ALS1 ALS2(config)#interface range e0/0-1 ALS2(config-if-range)#switchport trunk encapsulation dot1q ALS2(config-if-range)#switchport mode trunk ALS2(config-if-range)#channel-group 2 mode desirable Creating a port-channel interface Port-channel 2 ALS2(config-if-range)#exit Configure the trunks and EtherChannel between ALS2 and DLS1 ALS2(config)#interface range e0/2-3 ALS2(config-if-range)#switchport trunk encapsulation dot1q ALS2(config-if-range)#switchport mode trunk ALS2(config-if-range)#channel-group 1 mode desirable Creating a port-channel interface Port-channel 1 ALS2(config-if-range)#exit Configure VTP on ALS2 ALS2(config)#vtp mode client Setting device to VTP Client mode for VLANS ALS2(config)#int e1/0 ALS2(config-if)#switchport mode access ALS2(config-if)#switchport access vlan 200 ALS2(config-if)#exit Configure Cisco IOS IP SLA responders. ALS2(config)#ip sla responder ALS2(config)#ip sla responder udp-echo ipaddress 172.16.1.1 port 5000