answersLogoWhite

0

Using a simple show command will suffice to view that vlan's are configured properly. If the vlan's are configured properly on the routers as well as the switches, then the routers can talk to each other and so can the vlan's.

show ip route - Provides a snapshot of the routing table entries.

ping - verifies connectivity

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are some commands that can be used to verify router interface configuration?

plague


How do you verify that your workstation TCPIP protocols are functioning which address do you ping?

1::1


How can I verify if the passport chip is functioning properly?

To verify if the passport chip is functioning properly, you can use a passport reader device to scan the chip and check if it can read and display the information stored on the chip. If the device is able to access and display the information accurately, then the chip is likely functioning properly.


Can you check the electronics to ensure they are functioning properly"?

"Please verify that the electronics are working correctly."


What commands would you use to verify Layer 7 software between the source and destination stations?

Telnet


All question and answers to IS-704 NIMS Communications and Information Management.?

One effective way to verify information is to:


What is the file format generated from scilab screen dumps to verify the commands used during a session in scilab?

.


Can you check if the electric razor is functioning properly"?

"Could you please verify if the electric razor is working correctly?"


What commands is used to verify that there is sufficient memory available to load a new version of the Cisco IOS software?

show flash


What commands do you use to verify the ARP cache on a windows end-system and the ARP table ina Cisco router?

arp -a show arp


Have you performed a smoke check to ensure the system is functioning properly?

Yes, a smoke check has been conducted to verify that the system is operating correctly.


What is the command to verify your source directory exists?

There are several ways to verify a directory. You could use the following test in a shell script: if [ -d some-directory ]; then # directory exists else # directory does not exist fi of use commands such as 'ls 'to see if it exists.