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.
On Cisco Routers, there are different interfaces. Serial, FastEthernet and so on.Serial 0/0Serial 0/1In the above interfaces, what is 0 / 0 and 0 / 1.Is it just the serial port number or it has some special meaning?
Hello,Beginner studying for CCNA exam.I have a bit of confusion between Bridges."Bridges are used to connect network segments"Do these network segments need to be on the same network?I mean can a network with 10 hosts on a hub with ip address 172.16....
I have a trouble with keeping the interface UP.I need that Serial interface should be UP.So I use the following commands:cisco>enablecisco#config tcisco(config)#interface serial 0cisco(config-if)#ip address 192.168.199.10 255.255.255.0cisco(config-if...
I understand that Static routes are configured manually by network administrators.I have a doubt in the syntax of the static route command.Please refer to the image attatchment for the network diagram.(This is from Boson Simulator which I am practici...
I have a very stupid question here. Please bear with me as I am new to Cisco Routers.I wish to set an IP Address say 192.168.100.1 255.255.255.0So on the prompt I shoot the following commands:enableconfig tinterface ethernet 0ip address 192.168.100.1...
Thanks guys.One more question.There is a concept of flooding in bridges.If a bridge doesnt know the destination mac address it will flood all the ports.Following is the scenario:4 hosts connected to the bridge. There MAC addresses are as follows:aaaa...
Router#show interface serial 0Serial0 is down, line protocol is down Hardware is HD64570 Internet address is 192.168.199.10/24 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation HDLC, loopback not set, keepalive ...
Thanks MohammedWould this command be also correct?ip route 192.168.1.0 255.255.255.0 192.168.100.1Now In the above command I am using the serial interface.