Demarc is where the wires enter the building, typically where they stop being the ISP's problem and start being yours.
A laptop is a small computer with a folding screen which operates off of a battery. Think of a tablet, but more powerful and with its own keyboard.A laptop is also needed
http://www.chiark.greenend.org.uk/~s.../download.htmlwith [b]terminal emulation software (Terra Term, Putty, etc.),
Cisco console cable is serial on one end, RJ-45 on the other. You're going to need to know cisco ios, if you don't you're p fucked. I have no idea where to buy one, I usually get one when I order a Cisco device.cisco console cable
This you can get at staplesa USB to serial port adapter.
Moving network equipment to another wiring closet. I hope you know how to punch down and terminate CAT5 because you're probably going to be doing a bunch of that.jk about all the bolding, but i am a little confused what a dmarc extension is
Results 31 to 60 of 128
-
10-09-2014
-
10-09-2014
I can order cisco cable on amazon but it wouldnt get here for a while
-
-
10-09-2014
If the routers are already set up you can probably just plug into one of the LAN ports, grab a DHCP address, ssh/telnet in, and start scratching your head at the commands. Hopefully they have a web interface and/or the SSH service is enabled. I haven't done ios in a while but I can give you a couple of pointers.
'show run' shows the running config. It reads like a script, just a list of text commands, though some are grouped. typically you can just type in something from the config into another router.
'no' (command) removes one of the configurations. for example if ip proxy-arp is enabled then 'no ip proxy-arp' will remove it
I'm assuming you're just going to be changing ip addresses, so assuming the wan connection is on gigabitethernet0
terminal length 0
(removes linefeeds)
sh run
(displays the entire running config. copy/paste this into a text file so you can put it back the way it was when you break something)
config t
(puts you in configuration mode)
interface ge0
(puts you in the section for the interface you want to work on)
no ip-address
(removes the old IP)
ip-address x.x.x.x
(inserts the new IP)
exit
(takes you out of the interafce section and back to the main config)
exit
(takes you out of config mode)
wr mem
(writes the running config to the startup config, otherwise your changes will be lost on reboot)
reload in 0
(reboots the router)Last edited by maks; 10-09-2014 at 05:13 PM.
-
10-09-2014
you're going to want to change the mask and gateway too but I don't remember the commands, look them up in the current running-config and substitute your new values
-
10-09-2014
here's a p good cisco emulator btw it can run the actual router's firmware
http://www.gns3.net/
-
10-09-2014
do you think i can learn this stuff well enough in 3 days to perform the task marks
-
10-09-2014
not a fucking chance. but if you show up and try they'll still have to pay you for a few hours.
-
10-09-2014
okay so should I turn the job down
-
10-09-2014
they said it was okay if I turned the jobs down
-
10-09-2014
is a few hours at the rate they're offering worth burning your bridges with this agency?
-
10-09-2014
I'd like to have actual steady work with them
-
10-09-2014
I mean if you fuck it up you shouldn't feel bad, they knew they needed a CCNA and they decided to hire an MCP fresh out of tech school because it was cheaper, it's their own fault
-
10-09-2014
I'm an independent contractor, I just dont want to do bad work and leave being all "I dont know how to get this working seeya"
-
10-09-2014
I'm sure you can get it working but if you need to do it with ios commands and you've never touched ios before then it's going to take you a week or more and if they're expecting it done in an afternoon then well you know
-
10-09-2014
install gn3, and make a fake network with a cisco in it, and see if you can get the cisco working, if so then you're in good shape
-
10-09-2014
hit me up on steam marks
-
-
10-09-2014
this is not a job for someone who's never used putty
-
10-09-2014
A laptop is a small computer with a folding screen which operates off of a battery. Think of a tablet, but more powerful and with its own keyboard.
-
10-09-2014
http://www.cisco.com/c/en/us/support...chapter15.html
Is this something I need to worry about for this task marks?
-
-
10-09-2014
you will be fine. congrats. going in, no one feels they have mastery of their first job. you'll see that it's bullshit and be able to do it well. your teaching position was probably harder.
-
10-09-2014
camoron, you've never used telnet or ssh or rlogin? well if you haven't then you will learn quickly. if you've done anything at the command line, you can pick this shit up.
-
-
-
10-09-2014
I have no experience about networking, I'm ended up about programming and software.
-
10-09-2014
thanks m0nde, if u really think i can do it, i might give it a try. i have used ssl and telnet and stuff, i am just worried i will have no idea what im doing. i emailed the owner and basically said hey, i wanna give this my best shot, whats it like if i need help, or if i cant finish a job, etc.
also emailed the dispatcher asking for more info
-
-
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)