05-27-2022 05:37 AM
how to add gw in cisco sandbox tiny linux
when I try to use route add default gw 10.1.3.1 its not accepting!
Appreciated your help.
05-27-2022 05:49 AM
Hello @dxb-p which sandbox and what is the use case are trying to solve here in the sandbox?
05-31-2022 01:09 AM
Hi,
I am using cisco modeling lab.
I have created 2 x NX-OS 9500V 9.3.6 devices and created L3 vpc.
I would like to test the intra-vlan communication. So I have connected 2 x Server TCL 11.1 and configured the IP address. But i am unbale to ping other subnet as I am not able to add default gateway on Server TCL 11.1 device.
Please let me know how to add default gateway on Server TCL 11.1 device.
06-01-2022 02:01 AM
PCs are linux-based OS. login to console or vnc (cisco / cisco), then issue command sudo ifconfig --help to list options and for help;
I think following set up eth0 with ip of 10.0.0.1 /24 use command sudo ifconfig eth0 10.0.0.1 netmask 255.255.255.0
other useful commnds are ping and tracroute
route (shows routing table),
time (displays time )
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide