Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have been studing for my CCNA and have been doing some labs and video tutorials. But am having a problem understanding connections. Manily it is how to connect cisco routers. I thought that the fastest way to connect two routers was to connect the ...
ip nat pool tester1 10.0.0.1 10.0.0.2 netmask 255.255.255.0The pool will contain two ip address for NAT 10.0.0.110.0.0.2How do you set it up so the pool only contains one ip address and works as ip nat pool tester1 10.0.0.1 10.0.0.1 netmask 255.255.2...
Sorry to bother again. I am setting up a lab and am having troble getting nat to work. The startup config files are below. When pinging 10.0.0.254 from router R6 I get the following debug information on nat router.*Mar 1 18:58:04.851: NAT: translati...
I cannot get two frame relay serial interfaces to communicate. Can any body help. Why wont Serial1/0 is up, line protocol is down (looped) ping each other?Router 1---Current configuration : 1465 bytes!upgrade fpd autoversion 12.4service timestamps de...
Ok I have been undertaking a tutorial about setting up a switch but I am a little confused. Mainly it has to do with the vlan syntax1 int vlan12 ip address 192.168.1.1 255.255.255.0 3 int f0/14 switchport mode access5 switchport a...
Ok found solution as below:ip nat pool tester1 10.0.0.1 10.0.0.2 netmask 255.255.255.0But what do I do if I only want one ip address as the nat translation. Because I though this would be two 10.0.0.0.1 and 10.0.0.2Also I can ping into the natted add...
in which case, you'd run one port on your switch in trunk mode, and configure your router interface as a trunk with sub-interfaces in each VLAN and allow dot1q to deal with the separation.ok what commands do I run on the router to achive this?
I thought that both f0/3 and f/08 were in trunk mode. > If you creates f0/3 as a trunk and f0/3 as a trunk it might workdo you mean f0/3 and f0/8 or was that not a typo.If you connect a switch to a router do you use trunk or access mode.other than t...