Configure Inter-VLAN routing on Cisco Router
Last Updated on Wednesday, 5 October 2011 03:34 Written by A.Jesin Wednesday, 5 October 2011 03:34
This tutorial explains how to configure InterVLAN routing on Cisco routers. InterVLAN routing allows communication between Virtual LANs. The first part of the tutorial explains how to configure VLAN on the switch and the second part explains how to configure InterVLAN routing on a router.
The following is the connectivity of the switch
fastEthernet 0/1 - Router
fastEthernet 1/1 (VLAN 2) - PC0
fastEthernet 2/1 (VLAN 2) - PC1
fastEthernet 3/1 (VLAN 3) - PC2
fastEthernet 4/1 (VLAN 3) - PC3
fastEthernet 5/1 (VLAN 4) - PC4
fastEthernet 6/1 (VLAN 4) - PC5
The image below shows the topology of the network. Read More…
How to set the time in Cisco devices
Last Updated on Monday, 3 October 2011 01:37 Written by A.Jesin Monday, 3 October 2011 01:37
A quickie explaining how to set the clock in Cisco routers and switches. Setting the correct time is important when logging the activities of a Cisco device. To display date and time use the following command in privileged mode
R1#show clock
To set the correct time enter the following command in privileged mode
R1#clock set hh:mm:ss MONTH <Day of the month> <Year>
Example
R1#clock set 13:35:00 oct 3 2011
