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)

TS ung sa step 6 ba IP ng linksys router ko ung lalagay?

bale ung ginamit kong 192.168.1.1 sample lng un, pede un maiba, depende sa gs2 mo.

pedeng 10.0.0.1, 20.0.0.1 etc, depende sau yan kung anu gs2 mo or sa pagcompute mo ng ip address.

saan pa makakakuha ung mga syntax na ginamit mo sa router config pati sa dalawang PC?

mahirap maghanap sa internet ng mga syntax sa packet tracer, mas maganda kung may cisco subject ka or mag take ka ng CCNA BOOTCAMP.

kung gs2 mo mkita ung ibang syntax ng router config. punta ka sa CLI or Command Line Interface ng router tpos type mo ito:

Router>? ---> may lalabas na exec commands
Exec commands:
<1-99> Session number to resume
connect - Open a terminal connection
disconnect - Disconnect an existing network connection
enable - Turn on privileged commands
exit - Exit from the EXEC
ipv6 - ipv6
logout - Exit from the EXEC
ping - Send echo messages
resume - Resume an active network connection
show - Show running system information
ssh - Open a secure shell client connection
telnet - Open a telnet connection
terminal - Set terminal line parameters
traceroute - Trace route to destination


Router#? ---> may lalabas na exec commands
<1-99> Session number to resume
clear - Reset functions
clock - Manage the system clock
configure - Enter configuration mode
connect - Open a terminal connection
copy - Copy from one file to another
debug - Debugging functions (see also 'undebug')
delete - Delete a file
dir - List files on a filesystem
disable - Turn off privileged commands
disconnect - Disconnect an existing network connection
enable - Turn on privileged commands
erase - Erase a filesystem
exit - Exit from the EXEC
logout - Exit from the EXEC
more - Display the contents of a file
no - Disable debugging informations
ping - Send echo messages
reload - Halt and perform a cold restart
resume - Resume an active network connection
setup - Run the SETUP command facility
show - Show running system information
ssh - Open a secure shell client connection
telnet - Open a telnet connection
terminal - Set terminal line parameters
traceroute - Trace route to destination
undebug - Disable debugging functions (see also 'debug')
vlan - Configure VLAN parameters
write - Write running configuration to memory, network, or terminal

example sa interface:
Router>en
Router#config t
Router(config)#interface ?
Ethernet IEEE 802.3
FastEthernet FastEthernet IEEE 802.3
GigabitEthernet GigabitEthernet IEEE 802.3z
Loopback Loopback interface
Serial Serial
Vlan Catalyst Vlans
range interface range command
Router(config)#int fa ?
<0-9> FastEthernet interface number
Router(config)#int fa 0/1
Router(config-if)# ----> ayan pasok ka na interface fast ethernet 0/1

bale ung ? is parang help cya. :clap::clap::clap: :thumbsup::thumbsup:
 
Last edited:
yup. magandang tulong yan para CCNA certificate. kaso ang mahal ng review ang exam :D. katatapos lng namin to pag aralan last sem. kaso d namin na takel lahat
 
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"???

bale check mo po ung setting ng dalawang pc kung tama ung ip address, subnet mask at default gateway na nilagay mo or check mo rin ung router config mo.:thumbsup::thumbsup::clap::clap:
 
....hahah ang hirap intindihin
khit may tuts na ksma dun sa pt :weep:

pwde ba ts..pg may spear time ka
ikaw nlng gumawa ng tuts pra sa PT
pra malinaw samin mga superb newbie..:pray:
 
Kapag nag-enroll kayo sa mga school na nag-ooffer ng cisco training. Bibigyan nila kayo ng Academy Connection sa mismong website ng Cisco. http://cisco.netacad.net
Then your grades will be posted sa account nyo. Makikita nyo na rin sa account na yun ung latest Downloads for Cisco Packet Tracer, Tutorials, forums for the Alumni, at lagi kayong may notification sa email nyo kung may special event ang cisco. Somewhat like if meron silang conference. An Invitation, sabi nga ng iba. :D

Sana nga lang nagbibigay nga sila ng academy connection. Kasi kapag wala nun, paktay kang bata ka. malamang peke napasukan mo. hahaha
 
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:



sir, ano ba yan? ginawa mo na.. sana pinaubaya mo sakin yung mga basic... naku naman, baka wala na ako mashare nito,...ahehehe
 
sir saan ba the best na gawin ito?? sa mga shop?? malabo ata magawa toh kung stand alone pc ka lang db? gusto ko pag aralan kaso isa lang computer ko heheheh..
 
sir saan ba the best na gawin ito?? sa mga shop?? malabo ata magawa toh kung stand alone pc ka lang db? gusto ko pag aralan kaso isa lang computer ko heheheh..

Sir magagawa mo ito sa cisco router at cisco switch.. karamihan ginagamit ito sa mga companies..may nabibili na cisco router ngayon linksys around 4k wifi router na un... pero di sya ganun katulad ng Cisco Catalyst 3560 or Cisco Catalyst 6509-E.
 
sir saan ba the best na gawin ito?? sa mga shop?? malabo ata magawa toh kung stand alone pc ka lang db? gusto ko pag aralan kaso isa lang computer ko heheheh..



simulation software to tol... kung ano kailangan mo, andito na lahat, as long as networking is concerned...
 
..sir ask ko lng ho bout' packet tracer
gnun ho ba talaga wlang dhcp route yung
mga router dun...kailangan pang i-static
mga pc pra mka konek?

censya na ho kayo starting plang
newbies here<----- :p
 
PACKET TRACER: SIMPLE VLAN

Gayahin nyo nlng ung pix sa baba, alam nyo nanaman kung ano gumawa nito eh.

basicvlan.jpg


Pagkatpos nyong gayahin ung nsa pix, punta na kayo sa CLI or Command Line Interface ng switch, para configure na natin ung switch.
Ito ung code:
Switch>en
Switch#config t
Switch(config)#hostname Switch0 --> lalagyan ulit natin ng name ung switch ntin.
Switch0(config)#vlan 100
Switch0(config-vlan)#name VLAN100 --> lalagyan natin ng name ung vlan 100
Switch0(config-vlan)#exit
Switch0(config)#vlan 200
Switch0(config-vlan)#name VLAN200 --> lalagyan natin ng name ung vlan200
Switch0(config-vlan)# exit
Switch0(config)#exit
Switch0#show vlan br or show vlan brief --> para mkita natin ung vlan na ginawa natin

Switch>en
Switch#config t
Switch(config)#hostname Switch1 --> lalagyan ulit natin ng name ung switch ntin.
Switch1(config)#vlan 100
Switch1(config-vlan)#name VLAN100 --> lalagyan natin ng name ung vlan 100
Switch1(config-vlan)#exit
Switch1(config)#vlan 200
Switch1(config-vlan)#name VLAN200 --> lalagyan natin ng name ung vlan200
Switch1(config-vlan)# exit
Switch1(config)#exit
Switch1#show vlan br or show vlan brief --> para mkita natin ung vlan na ginawa natin

vlanconfig.jpg


Bale gusto natin mangyari ung fast ethernet 0/1 ay nasa vlan 100 tpos ung fast Ethernet 0/2 ay nasa vlan 200, ito ung code:
Switch0#conf t
Switch0(config)#int fa0/1
Switch0(config-if)#switchport access vlan 100
Switch0(confif-if)#exit
Switch0(config)#int fa0/2
Switch0(config-if)#switchport acces vlan 200
Switch0(config-if)#exit
Switch0(config)#exit
Swtich0#show vlan br --> tignan natin kung si fa0/1 ay nasa vlan 100 at si fa0/2 nman ay nsa vlan 200.

Switch1#conf t
Switch1(config)#int fa0/1
Switch1(config-if)#switchport access vlan 100
Switch1(confif-if)#exit
Switch1(config)#int fa0/2
Switch1(config-if)#switchport acces vlan 200
Switch1(config-if)#exit
Switch1(config)#exit
Swtich0#show vlan br --> tignan natin kung si fa0/1 ay nasa vlan 100 at si fa0/2 nman ay nsa vlan 200.


Pwede rin itong code na ito:
SWITCH0:
Switch>en
Switch#config t
Switch(config)#hostname Switch0
Switch0(config)#int fa0/1
Switch0(config-if)#switchport access vlan 100
Switch0(config-if)#exit
Switch0(config)#int fa0/2
Switch0(config-if)#switchport access vlan 200
Switch0(config-if)#exit
Switch0(config)#exit
Switch0#show vlan br

SWITCH1
Switch>en
Switch#config t
Switch(config)#hostname Switch1
Switch1(config)#int fa0/1
Switch1(config-if)#switchport access vlan 100
Switch1(config-if)#exit
Switch1(config)#int fa0/2
Switch1(config-if)#switchport access vlan 200
Switch1(config-if)#exit
Switch1(config)#exit
Switch1#show vlan br

vlanconfig1.jpg


Para naman magkita ung pc0 at pc2 pati pc1 at pc3 kailangan natin i-trunk ung fa0/24 bale ito ung code:
Punta sa cli or command line interface ng switch0 or switch1.

Switch0#conf t
Switch(config)#int fa0/24
Switch(config-if)#switchport mode trunk
Switch(config-if)#exit
Switch(config)#
Switch#show vlan br --> wala na si fa0/24 kasi nka trunk cya.

Ayan tpos na, try na natin kung magki2ta cla pc0 at pc2 pati si pc1 at pc3.

Try nyo nang i-ping, bale inde talaga magkikita cla pc0 at pc2,pc3 pati cla pc2 at pc0,pc1.

:clap::clap::clap: :thumbsup::thumbsup::thumbsup:

enjoy...
 
Last edited:
..sir ask ko lng ho bout' packet tracer
gnun ho ba talaga wlang dhcp route yung
mga router dun...kailangan pang i-static
mga pc pra mka konek?

censya na ho kayo starting plang
newbies here<----- :p

merong dhcp sa packet tracer kailangan mo pang i-configure un. teka gawa ako ng tutorials para dun. :thumbsup:
 
anong ccna, para saan yung licensed n yun? para saan din ba itong cisco na to?
hmmmm...
 
PACKET TRACER: DHCP CONFIGURATION
Gayahin ulit ung diagram na nasa baba.

dhcpdiagram.jpg


Tpos punta tau sa CLI or Command Line Interface ng router natin.
Router>en
Router#conf t
Router(config)#hostname Router1 – bahala na kau sa name ng router nyo pedeng R1.
Router1(config)#int fa0/0
Router1(config-if)#ip address 192.168.1.1 255.255.255.0
Router1(config-if)#no shut
Router1(config-if)#exit
Router1(config)#ip dhcp pool IP10
Router1(dhcp-config)#network 192.168.1.0 255.255.255.0 or net 192.168.1.0 255.255.255.0
Router1(dhcp-config)#default-router 192.168.1.1
Router1(dhcp-config)#exit
Router1(config)#ip dhcp exc 192.168.1.1 192.168.1.10 or ip dhcp excluded-address 192.168.1.1 192.168.1.10
Router1(config)#exit
Router1#show run – check nyo ung setting kung tama…
Ayan ok na ung router natin, close nyo na ung CLI ng router.
Sa mga pc naman tau, click nyo lng ung pc tpos mag-oopen ung pc window then punta kau sa desktop tab tpos sa ip configuration instead na static piliin nyo piliin nyo ung dhcp tpos mag-re2quest na yan ng ip address.
Pag may ip address na lahat try nyo nang i-ping ung mga pc kung gagana, pati ung router.

dhcpdiagram1.jpg


Enjoy…… :thumbsup::thumbsup::thumbsup:
 
ts hindi mo nasagot ung tanong ko.

eto ba ung tanong mo

TS ung sa step 6 ba IP ng linksys router ko ung lalagay?

bale ung ip na ginamit ko sa step 6 is example lng un, 192.168.1.1 ksi agad pumasok sa isip ko nung ginagawa ko ung tutorials, kahit anong ip at saka kahit anong subnet mask ilagay mo dyan sa step 6.

sa madaling salita ikaw bahala kung gs2 mong gamitin ung ip ng linksys mo, ksi simulator lng nman itong packet tracer eh....
 
...wow! galing,slamat ho sir kulaspog sa
mbilisan sagot' mbuhay ho kayo :salute:

Cge pag aralan ko mbuti to :clap:

1 more thing sir,my nkita ho ksi ako CCNA net simulator din
pero may ksma na syang mga exam or problem na isosolve

pero din ho kya nyan dito? mganda sna pra ma eenhance
tlaga ska pra may thrill.. :yipee:

thnks :salute:
 
...wow! galing,slamat ho sir kulaspog sa
mbilisan sagot' mbuhay ho kayo :salute:

Cge pag aralan ko mbuti to :clap:

1 more thing sir,my nkita ho ksi ako CCNA net simulator din
pero may ksma na syang mga exam or problem na isosolve

pero din ho kya nyan dito? mganda sna pra ma eenhance
tlaga ska pra may thrill.. :yipee:

thnks :salute:

anung CCNA net simulator un post mo nga dito, mukang maganda yan ah...
 
Back
Top Bottom