hulika

Author Topic: CISCO ANYONE?  (Read 22203 times)

Offline sinosimelo

  • Forum Fanatic
  • ****
Re: CISCO ANYONE?
« Reply #50 on: November 02, 2012, 03:21:48 PM »
share ko lang mga sir naalala ko na yung chart. ok to pang subnetting , VLSM. pag nakabisado mo to mas madali na malaman yung ip range nya,broadcast address at network add. pag makita mo yung prefix kung san incriment siya alam mo na agad ilan host pasok. pati yung subnet mask may guide na :)


oo nga ano. wala nang compute-compute pa! rektahan. para syang cheat sheet.
pero sa mga nag sstart palang, dapat alam nyo parin mag compute.   :)

Offline lil.drummerboy

  • Philmusicus Addictus
  • *****
Re: CISCO ANYONE?
« Reply #51 on: November 02, 2012, 07:16:50 PM »
haha! hindi din ako nag depende dyan. parang guide lang. tska yung subnet mask lang usually ginagamit ko dyan. siyempre compute parin. pwede mo kasi gamitin yan sa mga dailiri mo pag nakabisado na haha!

Offline young_virtuoso

  • Senior Member
  • ***
Re: CISCO ANYONE?
« Reply #52 on: March 29, 2013, 08:54:04 PM »
May bagong exam na daw ang ccna?  Pati yata curriculum?  Mostly IPv6 na daw?

Offline lil.drummerboy

  • Philmusicus Addictus
  • *****
Re: CISCO ANYONE?
« Reply #53 on: March 31, 2013, 01:23:37 PM »
May bagong exam na daw ang ccna?  Pati yata curriculum?  Mostly IPv6 na daw?
« Last Edit: April 02, 2013, 11:19:51 AM by lil.drummerboy »

Offline johnasido

  • Senior Member
  • ***
Re: CISCO ANYONE?
« Reply #54 on: April 09, 2013, 09:58:45 PM »
BT bro,Shane nalang po itawag mo sa akin, bata pa naman ako eh, hehehe

BTT: Ayon sa Review and Training ko dati eto yung mga details w/c I find it real.

Salary Range ENTRY LEVEL

kamusta naman yung payslip mo kapag Lisensyado ka na at may Experience  :money:  :money:



thanks dito sa info..tingin ko kelangan ko na talaga mag pa certified, experience lang kc ako ngaun  :)


Offline lil.drummerboy

  • Philmusicus Addictus
  • *****
Re: CISCO ANYONE?
« Reply #55 on: April 28, 2013, 01:55:47 PM »
share ko lang. nakita ko lang sa net :)

10 commands you should master when working with the Cisco IOS
By David Davis
June 13, 2008, 6:33 AM PDT
Takeaway: Becoming proficient with the Cisco IOS means learning some essential commands. This quick reference describes 10 commands you’ll need to rely on when handling various configuration and troubleshooting tasks.

Editor’s Note: This article was originally published on TechRepublic July 25, 2006. For your convenience, I’m republishing it in the blog to be part of the Cisco Routers and Switches archive. It is also available as a PDF download.

The Cisco IOS provides thousands of commands, and configuring it can be challenging. Here are 10 commands you need to know, inside and out, when using the Cisco IOS.

#1: The “?”

It may seem entirely too obvious that you should know how to type ? to ask for help when using the Cisco IOS. However, the Cisco IOS is completely different from other operating systems when it comes to using the question mark (help key). As the IOS is a command-line operating system with thousands of possible commands and parameters, using the ? can save your day.

You can use the command in many ways. First, use it when you don’t know what command to type. For example, type ? at the command line for a list of all possible commands. You can also use ? when you don’t know what a command’s next parameter should be. For example, you might type show ip ? If the router requires no other parameters for the command, the router will offer CR as the only option. Finally, use ? to see all commands that start with a particular letter. For example, show c? will return a list of commands that start with the letter c.

#2: show running-configuration

The show running-config command shows the router, switch, or firewall’s current configuration. The running-configuration is the config that is in the router’s memory. You change this config when you make changes to the router. Keep in mind that config is not saved until you do a copy running-configuration startup-configuration. This command can be abbreviated sh run.

#3: copy running-configuration startup-configuration

This command will save the configuration that is currently being modified (in RAM), also known as the running-configuration, to the nonvolatile RAM (NVRAM). If the power is lost, the NVRAM will preserve this configuration. In other words, if you edit the router’s configuration, don’t use this command and reboot the router–those changes will be lost. This command can be abbreviated copy run start. The copy command can also be used to copy the running or startup configuration from the router to a TFTP server in case something happens to the router.

#4: show interface

The show interface command displays the status of the router’s interfaces. Among other things, this output provides the following:

Interface status (up/down)
Protocol status on the interface
Utilization
Errors
MTU
This command is essential for troubleshooting a router or switch. It can also be used by specifying a certain interface, like shint fa0/0.

#5: show ip interface

Even more popular than show interface are show ip interface and show ip interface brief. The show ip interface command provides tons of useful information about the configuration and status of the IP protocol and its services, on all interfaces. The show ip interface brief command provides a quick status of the interfaces on the router, including their IP address, Layer 2 status, and Layer 3 status.

#6: config terminal, enable, interface, and router

Cisco routers have different modes where only certain things can be shown or certain things can be changed. Being able to move between these modes is critical to successfully configuring the router.

For example, when logging in, you start off at the user mode (where the prompt looks like >). From there, you type enable to move to privileged mode (where the prompt looks like #). In privileged mode, you can show anything but not make changes. Next, type config terminal (or config t) to go to global configuration mode (where the prompt looks like router(config)# ). From here, you can change global parameters. To change a parameter on an interface (like the IP address), go to interface configuration mode with the interface command (where the prompt looks like router(config-if)#). Also from the global configuration mode, you can go into router configuration using the router {protocol} command. To exit from a mode, type exit.

#7: no shutdown

The no shutdown command enables an interface (brings it up). This command must be used in interface configuration mode. It is useful for new interfaces and for troubleshooting. When you’re having trouble with an interface, you may want to try a shut and no shut. Of course, to bring the interface down, reverse the command and just say shutdown. This command can be abbreviated no shut.

#8: show ip route

The show ip route command is used to show the router’s routing table. This is the list of all networks that the router can reach, their metric (the router’s preference for them), and how to get there. This command can be abbreviated shipro and can have parameters after it, like shiproospf for all OSPF routers. To clear the routing table of all routes, you do clear ip route *. To clear it of just one route, do clear ip route 1.1.1.1 for clearing out that particular network.

#9: show version

The show version command gives you the router’s configuration register (essentially, the router’s firmware settings for booting up), the last time the router was booted, the version of the IOS, the name of the IOS file, the model of the router, and the router’s amount of RAM and Flash. This command can be abbreviated shver.

#10: debug

The debug command has many options and does not work by itself. It provides detailed debugging output on a certain application, protocol, or service. For example, debug ip route will tell you every time a router is added to or removed from the router.

Offline sinosimelo

  • Forum Fanatic
  • ****
Re: CISCO ANYONE?
« Reply #56 on: April 29, 2013, 09:19:35 AM »
^ i second this. good input.  :)

Offline lil.drummerboy

  • Philmusicus Addictus
  • *****
Re: CISCO ANYONE?
« Reply #57 on: May 01, 2013, 03:26:27 PM »
guys may tanong lang ako. hindi ba gumagana yung switchport port security sa PT? tulad ng, port security maximum, violation shutdown at mac address sticky? kailangan siguro tunay na cisco switch.  hindi kasi lumalabas yung mac nung pc. tapos nung tinry ko ilipat sa iba pc para ma violate at mag shutdown tapos hindi na bago yung violation count.


Switch#show port-security interface fastEthernet 0/1
Port Security              : Enabled
Port Status                : Secure-up
Violation Mode             : Shutdown
Aging Time                 : 0 mins
Aging Type                 : Absolute
SecureStatic Address Aging : Disabled
Maximum MAC Addresses      : 1
Total MAC Addresses        : 0
Configured MAC Addresses   : 0
Sticky MAC Addresses       : 0
Last Source Address:Vlan   : 0000.0000.0000:0
Security Violation Count   : 0




Switch#show port-security
Secure Port MaxSecureAddr CurrentAddr SecurityViolation Security Action
               (Count)       (Count)        (Count)
--------------------------------------------------------------------
        Fa0/1        1          0                 0         Shutdown
----------------------------------------------------------------------


show running config-

interface FastEthernet0/1
 switchport mode access
 switchport port-security
 switchport port-security mac-address sticky
!
« Last Edit: May 01, 2013, 03:34:44 PM by lil.drummerboy »

Offline young_virtuoso

  • Senior Member
  • ***
Re: CISCO ANYONE?
« Reply #58 on: May 01, 2013, 07:01:14 PM »
^hmm parang hindi nga gumagana.  tinry ko din sa PT eh. 

Kahit nagspecify na 'ko ng static MAC tapos kinabit yung PC na may ibang MAC, hindi nadagdagan yung Security Violation Count at hindi rin natrigger yung violation so naka "up" pa din yung interface.

Offline lil.drummerboy

  • Philmusicus Addictus
  • *****
Re: CISCO ANYONE?
« Reply #59 on: May 02, 2013, 12:15:37 AM »
akala ko ako lang nagka problema ng ganito sa PT. pag sa tunay na switch at cisco IOS kasi dapat ganito lalabas halimbawa lang


Offline sinosimelo

  • Forum Fanatic
  • ****
Re: CISCO ANYONE?
« Reply #60 on: May 02, 2013, 10:16:07 AM »
madaming kulang na features sa PT. sa GNS3 nyo itry, kaso more on routers yung GNS e :)

Offline giftmones

  • Philmusicus Addictus
  • *****
Re: CISCO ANYONE?
« Reply #61 on: August 16, 2013, 12:15:09 AM »
Wahahahaha tinakasan ko ito sa AMA.. Lol

Nag CS  ako bigla ang hirap e inabutan pa ko ng IPV6 iyak pero may cert na ko ng CCNA1

ang hirap nung OL exam pamatay buti mabait si google haha

Offline lil.drummerboy

  • Philmusicus Addictus
  • *****
Re: CISCO ANYONE?
« Reply #62 on: August 21, 2013, 02:06:48 AM »
gumawa ako ng mga basic cisco tutorial.  i'll be uploading more soon :)

list=PLxFw-A5DTTMX9Sk-Kb9gL6eKmGcrz7Hjt
list=PLxFw-A5DTTMX9Sk-Kb9gL6eKmGcrz7Hjt
list=PLxFw-A5DTTMX9Sk-Kb9gL6eKmGcrz7Hjt
list=PLxFw-A5DTTMX9Sk-Kb9gL6eKmGcrz7Hjt
list=PLxFw-A5DTTMX9Sk-Kb9gL6eKmGcrz7Hjt
list=PLxFw-A5DTTMX9Sk-Kb9gL6eKmGcrz7Hjt
« Last Edit: November 29, 2013, 08:47:37 PM by lil.drummerboy »

Offline foresight

  • Senior Member
  • ***
Re: CISCO ANYONE?
« Reply #63 on: August 21, 2013, 01:53:38 PM »
Guys!

I'm a CCNA years back (2006-2010) from AMA :-)

These past few days, I was thinking of re-certifying not just because of papers. I want to learn more pa. I want to go basics again.

What school do you suggest aside from the others?

Thanks!

Offline lil.drummerboy

  • Philmusicus Addictus
  • *****
Re: CISCO ANYONE?
« Reply #64 on: August 21, 2013, 08:30:15 PM »
Guys!

I'm a CCNA years back (2006-2010) from AMA :-)

These past few days, I was thinking of re-certifying not just because of papers. I want to learn more pa. I want to go basics again.

What school do you suggest aside from the others?

Thanks!
kung bootcamp at hands on training. try mnet solutions sa cubao. dun ako mag bootcamp sa november :) madami kasi ako narinig na positive feedback dun.

Offline lil.drummerboy

  • Philmusicus Addictus
  • *****
Re: CISCO ANYONE?
« Reply #65 on: August 29, 2013, 08:36:14 PM »

Using Telnet to manage routers, switches, and firewalls is not exactly a security best practice. Instead, the accepted alternative to Telnet's lack of security is Secure Shell (SSH). Learn how to configure SSH on your Cisco router.
feature=youtu.be

Offline lil.drummerboy

  • Philmusicus Addictus
  • *****
Re: CISCO ANYONE?
« Reply #66 on: September 01, 2013, 04:32:46 AM »
A static routing table is created, maintained, and updated by a network
administrator, manually. A static route to every network must be configured
on every router for full connectivity. This provides a granular level of
control over routing, but quickly becomes impractical on large networks.
Routers will not share static routes with each other, thus reducing
CPU/RAM overhead and saving bandwidth. However, static routing is not
fault-tolerant, as any change to the routing infrastructure (such as a link
going down, or a new network added) requires manual intervention. Routers
operating in a purely static environment cannot seamlessly choose a better
route if a link becomes unavailable.


Offline lil.drummerboy

  • Philmusicus Addictus
  • *****
Re: CISCO ANYONE?
« Reply #67 on: September 02, 2013, 05:24:22 PM »
Cisco Tutorial- Implementing Dynamic Routing with RIPv2

Offline lil.drummerboy

  • Philmusicus Addictus
  • *****
Re: CISCO ANYONE?
« Reply #68 on: September 04, 2013, 03:50:53 AM »
Standard IP access lists are used to permit/deny traffic from or to one or more IP addresses.
Access lists allow Cisco routers to function as a packet filter and are supported for several protocols.

Offline lil.drummerboy

  • Philmusicus Addictus
  • *****
Re: CISCO ANYONE?
« Reply #69 on: September 07, 2013, 12:11:49 AM »
Implementing Dynamic Routing With EIGRP (Enhanced Interior Gateway Routing Protocol)

Configuring Basic NAT and PAT (Nat Overload) on Cisco Routers
« Last Edit: September 18, 2013, 01:11:33 AM by lil.drummerboy »

Offline young_virtuoso

  • Senior Member
  • ***
Re: CISCO ANYONE?
« Reply #70 on: September 10, 2013, 03:58:59 PM »
Guys!

I'm a CCNA years back (2006-2010) from AMA :-)

These past few days, I was thinking of re-certifying not just because of papers. I want to learn more pa. I want to go basics again.

What school do you suggest aside from the others?

Thanks!

Sir suggestion ko self-study + packet tracer na lang.  Tutal yan din naman gagawin mo bago ka mag recertify.  Unless gusto mo talaga na may instructor at mga actual equipment.

Offline Enj0i

  • Forum Fanatic
  • ****
Re: CISCO ANYONE?
« Reply #71 on: September 17, 2013, 12:03:26 PM »
kung bootcamp at hands on training. try mnet solutions sa cubao. dun ako mag bootcamp sa november :) madami kasi ako narinig na positive feedback dun.

sir how about sa gusto pa lang mag aral nito and take ccna certification exam? saan ang good start? btw computer science grad ako. thanks.  :-D
Let\\\'s Go

Offline lil.drummerboy

  • Philmusicus Addictus
  • *****
Re: CISCO ANYONE?
« Reply #72 on: September 17, 2013, 06:55:46 PM »
sir how about sa gusto pa lang mag aral nito and take ccna certification exam? saan ang good start? btw computer science grad ako. thanks.  :-D
nakapag take na ba kayo ng module sa comsci nito sir? cisco 1-4?  kung hindi pa ok lang maganda mag self study theory and configurations tapos  hands on training. bago mag take ng ccna exam :) mahal nga lang
Check nyo to
list=PLA0AF9A1586D50544 madami pa site na madami maitulong, packetlife.net,routergods.com,routeralley.com

Offline Kalipso

  • Senior Member
  • ***
Re: CISCO ANYONE?
« Reply #73 on: September 29, 2013, 05:49:03 PM »
i highly suggest Jeremy Cioara videos. very well explained at effective sya magturo. self study lang pwede mo ipasa ang ccna basta be resourceful. Packet tracer enough na para makapagsimulate ka for ccna. then after mo magaral ng mga videos and books. pwede ka pumunta sa www.9tut.com (dont cheat yourself, dito pwede ka magtake ng sample exam)

Offline switchport

  • Netizen Level
  • **
Re: CISCO ANYONE?
« Reply #74 on: October 15, 2013, 06:23:14 PM »
.
i highly suggest Jeremy Cioara videos. very well explained at effective sya magturo. self study lang pwede mo ipasa ang ccna basta be resourceful. Packet tracer enough na para makapagsimulate ka for ccna. then after mo magaral ng mga videos and books. pwede ka pumunta sa www.9tut.com (dont cheat yourself, dito pwede ka magtake ng sample exam)

ccna here, i highly recommend this suggestion.