just got a router
gaby_978
Member Posts: 222
in CCNA & CCENT
ok guys i just received a 2610 router and a 2924 switch. Another 2610 router should be arriving tomorrow. I've been working on a noc for the last 4 months but i have not yet work physically with any type of equipment.
The router came with no wic cards installed. What type of card do i need, cables etc? I want to set this up asap so i can start playing with it. Also i am a little confused about the setup. if someone can explain it to me?
Last question. Do i need a PC connected to all of the equipment or can from being connected on one device i can setup everything?
Can someone please help or direct me on where to look for this info.
Thank You in advance
The router came with no wic cards installed. What type of card do i need, cables etc? I want to set this up asap so i can start playing with it. Also i am a little confused about the setup. if someone can explain it to me?
Last question. Do i need a PC connected to all of the equipment or can from being connected on one device i can setup everything?
Can someone please help or direct me on where to look for this info.
Thank You in advance
"If you spend too much time thinking about a thing,
you'll never get it done"
you'll never get it done"
Comments
-
gaby_978 Member Posts: 222never mind found the technotes....."If you spend too much time thinking about a thing,
you'll never get it done" -
shaun5263 Member Posts: 120 ■■■□□□□□□□to do the routers initial config, you'll want a rollover cable (connects to serial port on pc and console port on router) and use terminal software like hyperterminal.
once you get an ip address on the ethernet port of the router, a vty password set up (for telnet), and a priveleged exec password, you can telnet into it by using its ip address.
do this by:
router>enable
router#config t
router(config)#interface fa0/0
router(config-if)#ip address 192.168.1.1 255.255.255.0 (just an examle ip and mask)
router(config-if)#no shutdown
router(config-if)#exit
router(config)#enable secret (type your priveleged exec password here)
router(config)#line vty 0 4
router(config)#login
router(config)#password (telnet password here)
by doing all of this, you should now be able to telnet to the router using the ip you configured on the fa0/0 interface. hope this helps you get started! -
gaby_978 Member Posts: 222thanks but i forgot to order the console cable. Do you where can i get one at a good price and fast delivery?"If you spend too much time thinking about a thing,
you'll never get it done" -
shaun5263 Member Posts: 120 ■■■□□□□□□□
-
gaby_978 Member Posts: 222thank you. I order 2 from that link."If you spend too much time thinking about a thing,
you'll never get it done"