James777 wrote: » Hi all, I'm studying for the CCENT exam at the moment, I've gone through the Chris Brant videos and taken notes. Going through Lammle's book at the moment. What I want to know is how do you connect actual router and switches together? what commands do you need? is there a lab book I can buy and use that will actually show a newbie like me on how to connect the routers and switches? I have 3 cisco routers and switches. I connected the router's fast0/0 and 0/1 ports (back of the router) to 2 switches, but then when I login to the router via console, and typed show cdpneighbor, nothing shows up in the table. don't know where to go from there. I've seen in Chris Bryant's videos he moves between the switches and routers by pressing numbers (2, 3, or 4, at the enabled prompts) on the keyboard, how does he do that? Thanks in advance.
Router#conf t Router(config)#interface fa 0/0 Router(config-if)# no shutdown Router(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up Router(config-if)#do show cdp neighbors Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone Device ID Local Intrfce Holdtme Capability Platform Port ID Switch Fas 0/0 161 S PT3000 Fas 0/1 Router(config-if)#
Welly_59 wrote: » Won't matter if the interface is shutdown.
mikeybinec wrote: » True dat.. But looks like the int is up Router#conf tRouter(config)#interface fa 0/0Router(config-if)# no shutdownRouter(config-if)#%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upRouter(config-if)#do show cdp neighborsCapability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge S - Switch, H - Host, I - IGMP, r - Repeater, P - PhoneDevice ID Local Intrfce Holdtme Capability Platform Port IDSwitch Fas 0/0 161 S PT3000 Fas 0/1Router(config-if)#
James777 wrote: » I'm not sure what an Access Server is? is it hardware or software? I'm thinking its something for labbing or studying, but not in the CCNA exam right?