Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

[TUTORIALS] CISCO PACKET TRACER (Networking Simulation Software)

kulaspog

Proficient
Advanced Member
Messages
252
Reaction score
1
Points
28
ginawa po itong thread na ito para sa mga gustong matuto ng CISCO PACKET TRACER.

packet-tracer_splash.png


Cisco_Packet_Tracer.png


What is Packet Tracer?
Packet Tracer is a powerful network simulator that can be utilized in training for CCNATM and CCNPTM certification exam by allowing students to create networks with an almost unlimited number of devices and to experience troubleshooting without having to buy real CiscoTM routers or switches.

Packet Tracer is a Cisco router simulator that can be utilized in training and education, but also in research for simple computer network simulations. The tool is created by Cisco Systems and provided for free distribution to faculty, students, and alumni who are or have participated in the Cisco Networking Academy. The purpose of Packet Tracer is to offer students and teachers a tool to learn the principles of networking as well as develop Cisco technology specific skills.



bale sa mga wala pang packet tracer download nyo nlng dito sa threads ni falls09 eto po ung link:
http://www.symbianize.com/showthread.php?t=184595

:thumbsup::thumbsup::thumbsup:
 
Last edited:
bale po ung tutorials is sa tuesday night or wednesday morning ko na i-upload...

by the way inde po pala ako expert or magaling dito sa packet tracer, bale gusto ko lng i-share sa inyo ung mga nalalaman ko sa packet tracer at ung mga natutunan ko sa CCNA BOOTCAMP na pinasukan ko, hehehehe!!!!
 
wala ako cisco subject nung college ako. pero my exam ako sa ACLC trade test packet tracer. sana maupload na bukas....
 
tagal ko na to hinahanap.... continue pa ako pag basa ng networking fundamentals.

thanks bro.
 
tagal ko na to hinahanap.... continue pa ako pag basa ng networking fundamentals.

thanks bro.
 
Packet tracer is a really big help for me getting the ccna cert.. keep it up guys. networking is really a good career path to take.
 
Packet Tracer: Basic Router Configuration

Step 1. open the packet tracer and then select router from the device area at the bottom, and then drag it to the logical workspace, i choose router 1841.

Step2. click the end devices from the device area, and drag it to the logical workspace, i choose pc as my end device. you need two pc.

Step3. click the connections from the device area, and choose copper cross-cover to link the two pc in the router. once you select a connections type click the router0 and connect the cable via fast ethernet 0/0, now click the pc0 and connect the cable via fast ethernet, and you will see a red dots both ends of the connection, these red dots will turn into green once the router is configured correctly. do the same operation in pc1, at this time you will use fast ethernet 0/1 to connect the pc1, bec. fast ethernet 0/0 is already taken by pc0.

basicrouterconfiguration.jpg
[/IMG]

Step5. click the router0 to bring up the configuration menu. now click the CLI or Command Line Interface.

routercli.jpg
[/IMG]

if you see this question:
"Continue with configuration dialog? [yes/no]: no"

then press enter

Step6. now we are ready to configure the router.

Router>enable
Router#config t or configure terminal
Router(config)#hostname Router0 --> lalagyan natin ng pangalan ung router natin
Router0(config)#interface FastEthernet0/0 or int fa0/0
Router0(config-if)#ip address 192.168.1.1 255.255.255.0
Router0(config-if)#description Router0 Fast Ethernet 0/0 --> optional.
Router0(config-if)#no shutdown or no shut --> to start the interface
Router0(config-if)exit
Router0(config)#interface FastEthernet0/1 or int fa0/1
Router0(config-if)#ip address 192.168.2.1 255.255.255.0
Router0(config-if)#description Router0 Fast Ethernet 0/1 --> optional.
Router0(config-if)#no shutdown or no shut --> to start the interface
Router0(config-if)exit
Router0(config)#exit
Router0#show running-config --> to display the current configuration and also to check the configuration.

or

Router>enable
Router#config t or configure terminal
Router(config)#hostname Router0 --> lalagyan natin ng pangalan ung router natin
Router0(config)#interface FastEthernet0/0 or int fa0/0
Router0(config-if)#ip address 192.168.1.1 255.255.255.0
Router0(config-if)#description Router0 Fast Ethernet 0/0 --> optional.
Router0(config-if)#no shutdown or no shut --> to start the interface
Router0(config)#interface FastEthernet0/1 or int fa0/1
Router0(config-if)#ip address 192.168.2.1 255.255.255.0
Router0(config-if)#description Router0 Fast Ethernet 0/1 --> optional.
Router0(config-if)#no shutdown or no shut --> to start the interface
Router0(config-if)exit
Router0(config)#exit
Router0#show running-config --> to display the current configuration and also to check the configuration.

other command to check the configuration:
Router0#show ip interface brief or show ip int br

You now close the configuration menu by clicking the close button or x button.

Step7. Configuring the two pc’s

Click the pc0 the pc0 window will open, now click the desktop tab.
Click the ip configuration under the desktop tab.
On the ip configuration choose static
Set the ip address to 192.168.1.2
Set the subnet mask to 255.255.255.0
Set the default gateway to 192.168.1.1
Close the pc0 window

Click the pc1 the pc0 window will open, now click the desktop tab.
Click the ip configuration under the desktop tab.
On the ip configuration choose static
Set the ip address to 192.168.2.2
Set the subnet mask to 255.255.255.0
Set the default gateway to 192.168.2.1
Close the pc0 window

routerconfig.jpg
[/IMG]

Step8. Let’s try to ping pc0 to pc1 and pc1 to pc0.

Click pc0 again the pc0 window will open, click again the desktop tab
Click the command prompt
Type ping 192.168.2.2
The pc1 should be reply.
If there’s no reply from pc1 check the configuration above.

Click pc1 again the pc1 window will open, click again the desktop tab
Click the command prompt
Type ping 192.168.1.2
The pc0 should be reply.
If there’s no reply from pc0 check the configuration above.

And your’e done, we successfully configured the router.

ping.jpg
[/IMG]


Pasensya na sa English ko inde ako magaling sa English eh, sa susunod tagalog na nga lng gagamitin ko hahahaha!!!

Enjoy. sa susunod na ung ibang tutorials, maxadong busy ako dis week eh.

:thumbsup::thumbsup::thumbsup: :clap::clap::clap:
 
Last edited:
...nice one boss!
kep em' up...malaki naitutulong mo kpatid
cge subscribe ako dito :yipee:

...waiting for your next tuts
mabuhay ho kau....jahbless!
:salute:
 
salamat po sa tutorial.....
:thanks: x100
ask lng po, anu po dapat ang gawin kapag ayaw mg reply? kapag ang nalabas ay yung "Request timed out"???
 
ayos to ts..para sa mag wala cisco..kasi meron ako cisco subject eh..bale cisco 4 na tini take ko..hehe
 
TS ung sa step 6 ba IP ng linksys router ko ung lalagay?
 
saan pa makakakuha ung mga syntax na ginamit mo sa router config pati sa dalawang PC?
 
saan pa makakakuha ung mga syntax na ginamit mo sa router config pati sa dalawang PC?


uhm, try to use the GUI na pag config.. don't use the command line para malaman mo ang syntax.. pag nag fill up ka dun (e.g. IP Address, etc), makikita mo ang corresponding syntax sa baba...
 
Back
Top Bottom