1) IP ADDRESSING
2) ROUTER - configure router to connet all pc
3) TOPOLOGY - to configure router
4) FIREWALL - access/deny
5) FIBER OPTIC
6) NETWORK CABLING - crosscable
- strainght
- wiremap for patch panel
7) SETUP PABX - voice & data
8) LINUX - linux router
- linux firewall
9) FEDORA - server / linux
- configure SAMBA, HTTP, DHCP, SSH, FTP
10) WIRELESS - setup in default ip 192.168.1.1 - admin
11 ) NETWORK DESIGNER
Sunday, October 12, 2008
Thursday, September 11, 2008
projek clear cube's yang baru dilancarkan di KISMEC
Projek ini merupakan satu projek yang baru diperkenalkan di KISMEC SG. PETANI...
setiap Hard Disk komputer diletakkan di dalam satu CPU yang sama pada server.
Friday, September 5, 2008
Cisco Router Show Commands
View version informationshow version0
View current configuration (DRAM)
show running-config
View startup configuration (NVRAM)
show startup-config
Show IOS file and flash space
show flash
Shows all logs that the router has in its memory
show log
View the interface status of interface e0
show interface e0
Overview all interfaces on the routershow ip interfaces brief
View type of serial cable on s0
show controllers 0 (note the space between the 's' and the '0')
Display a summary of connected cdp devicesshow cdp neighbor
Display detailed information on all devicesshow cdp entry *
Display current routing protocols
show ip protocols
Display IP routing table
show ip route
Display access lists, this includes the number of displayed matches
show access-lists
Check the router can see the ISDN switchshow isdn status
Check a Frame Relay PVC connections
show frame-relay pvc
show lmi traffic stats
show frame-relay lmi
Display the frame inverse ARP table
show frame-relay map
Display for see Serial and FastEthernet up or not
show interface summary
View current configuration (DRAM)
show running-config
View startup configuration (NVRAM)
show startup-config
Show IOS file and flash space
show flash
Shows all logs that the router has in its memory
show log
View the interface status of interface e0
show interface e0
Overview all interfaces on the routershow ip interfaces brief
View type of serial cable on s0
show controllers 0 (note the space between the 's' and the '0')
Display a summary of connected cdp devicesshow cdp neighbor
Display detailed information on all devicesshow cdp entry *
Display current routing protocols
show ip protocols
Display IP routing table
show ip route
Display access lists, this includes the number of displayed matches
show access-lists
Check the router can see the ISDN switchshow isdn status
Check a Frame Relay PVC connections
show frame-relay pvc
show lmi traffic stats
show frame-relay lmi
Display the frame inverse ARP table
show frame-relay map
Display for see Serial and FastEthernet up or not
show interface summary
Monday, August 25, 2008
Cisco Router Basic Operations
Enable
Enter privileged mode
Return to user mode from privilegeddisable
Exit Router
Logout or exit or quit
Recall last command
up arrow or
Recall next command
down arrow or
Suspend or abortand and 6 then x
Compleat Command
TAB
Enter privileged mode
Return to user mode from privilegeddisable
Exit Router
Logout or exit or quit
Recall last command
up arrow or
Recall next command
down arrow or
Suspend or abort
TAB
Monday, August 11, 2008
Saturday, August 9, 2008
Peralatan yang digunakan utk. membuat penyambungan Fiber Optic
Patch Panel utk.membuat smbg. Fiber Optic
Jenis2 Pigtail yang digunakan utk penyambungan Fiber Optic
Alat utk. proses membuat penyambungan Fiber Optic
Alat utk. cut Fiber Optic
Alat utk. test sambungan Fiber Opric yang sudah siap disambung
Saturday, July 5, 2008
Cisco Router Copy Commands
Save the current configuration from DRAM to NVRAM
copy running-config startup-config
Merge NVRAM configuration to DRAMcopy startup-config running-config
Copy DRAM configuration to a TFTP server
copy runing-config tftp
Merge TFTP configuration with current router configuration held in DRAM
copy tftp runing-config
Backup the IOS onto a TFTP server
copy flash tftp
Upgrade the router IOS from a TFTP server
copy tftp flash
copy running-config startup-config
Merge NVRAM configuration to DRAMcopy startup-config running-config
Copy DRAM configuration to a TFTP server
copy runing-config tftp
Merge TFTP configuration with current router configuration held in DRAM
copy tftp runing-config
Backup the IOS onto a TFTP server
copy flash tftp
Upgrade the router IOS from a TFTP server
copy tftp flash
Friday, July 4, 2008
Saturday, June 21, 2008
Cisco Router Debug Commands
Enable debug for RIP
debug ip rip
Enable summary IGRP debug information
debug ip igrp events
Enable detailed IGRP debug information
debug ip igrp transactions
Debug IPX RIP
debug ipx routing activity
Debug IPX SAP
debug IPX SAP
Enable debug for CHAP or PAP
debug ppp authentication
Switch all debugging off
no debug all undebug all
debug ip rip
Enable summary IGRP debug information
debug ip igrp events
Enable detailed IGRP debug information
debug ip igrp transactions
Debug IPX RIP
debug ipx routing activity
Debug IPX SAP
debug IPX SAP
Enable debug for CHAP or PAP
debug ppp authentication
Switch all debugging off
no debug all undebug all
Thursday, June 5, 2008
CISCO ROUTER CONFIGURATION COMMANDS
Set a console password to cisco
Router(config)#line con 0
Router(config-line)#login
Router(config-line)#password cisco
Set a telnet password
Router(config)#line vty 0 4
Router(config-line)#login
Router(config-line)#password cisco
Stop console timing out
Router(config)#line con 0
Router(config-line)#exec-timeout 0 0
Set the enable password to ciscoRouter(config)#enable password cisco
Set the enable secret password to peter.
This password overrides the enable password and is encypted within the config fileRouter(config)#enable secret peter
Enable an interface
Router(config-if)#no shutdown
To disable an interface
Router(config-if)#shutdown
Set the clock rate for a router with a DCE cable to 64KRouter(config-if)clock rate 64000
Set a logical bandwidth assignment of 64K to the serial interface
Router(config-if)bandwidth 64Note that the zeroes are not missing
To add an IP address to a interfaceRouter(config-if)#ip addr 10.1.1.1 255.255.255.0
To enable RIP on all 172.16.x.y interfaces
Router(config)#router rip
Router(config-router)#network 172.16.0.0
Disable RIP
Router(config)#no router rip
To enable IRGP with a AS of 200, to all interfaces
Router(config)#router igrp 200
Router(config-router)#network 172.16.0.0
Disable IGRP
Router(config)#no router igrp 200
Static route the remote network is 172.16.1.0, with a mask of 255.255.255.0, the next hop is 172.16.2.1, at a cost of 5 hopsRouter(config)#ip route 172.16.1.0 255.255.255.0 172.16.2.1 5
Disable CDP for the whole router
Router(config)#no cdp run
Enable CDP for he whole router
Router(config)#cdp run
Disable CDP on an interface
Router(config-if)#no cdp enable
Wednesday, May 21, 2008
LINUX
Apa tu LINUX..?
- sebuah program open source..ia bleh diprogram utk sesuatu tujuan tertentu.
Kelebihan LINUX..
- kebanyakan perisian LINUX adalah percuma.
- tak byak virus developed for LINUX.
- sbg. security (open source code)
- bleh bertindak sbg server @ client.
- juga sbg. web server, proxy server, router, firewall dll..
Jenis2 LINUX..
# Linux Debian
# Linux Redhat
# Linux Mandrake
# Linux Caldera Open
# Linux Slackware
# Linux SuSe
# Linux Corel
# Linux Turbo
# Linux Ubuntu
# Linux Fedora
utk. lebih pengetahuan lebih mengenai LINUX,anda bolehlah serve :-
http://ms.wikipedia.org/wiki/Linux
- sebuah program open source..ia bleh diprogram utk sesuatu tujuan tertentu.
Kelebihan LINUX..
- kebanyakan perisian LINUX adalah percuma.
- tak byak virus developed for LINUX.
- sbg. security (open source code)
- bleh bertindak sbg server @ client.
- juga sbg. web server, proxy server, router, firewall dll..
Jenis2 LINUX..
# Linux Debian
# Linux Redhat
# Linux Mandrake
# Linux Caldera Open
# Linux Slackware
# Linux SuSe
# Linux Corel
# Linux Turbo
# Linux Ubuntu
# Linux Fedora
utk. lebih pengetahuan lebih mengenai LINUX,anda bolehlah serve :-
http://ms.wikipedia.org/wiki/Linux
Monday, March 3, 2008
APA TU IP ADDRESS..?
NAMA PENUH :- Internet Protocol address.
FUNGSI :- suatu nombor unik yang digunakan oleh peranti sebagai pengenalan dan untuk berkomunikasi antara satu sama lain di dalam satu rangkaian komputer yang menggunakan piawaian protokol internet (IP).
KEUNIKAN IP ADDRESS :-
satu protokol lapisan rangkaian di dalam set protokol internet dan adalah protokol lapisan atasan yang menyediakan alamat sejagat yang unik tetapi kedua alamat ini tidak semestinya dapat berkomunikasi antara satu sama lain.
JENIS IP :-
IP versi 4
IP versi 6
FUNGSI :- suatu nombor unik yang digunakan oleh peranti sebagai pengenalan dan untuk berkomunikasi antara satu sama lain di dalam satu rangkaian komputer yang menggunakan piawaian protokol internet (IP).
KEUNIKAN IP ADDRESS :-
satu protokol lapisan rangkaian di dalam set protokol internet dan adalah protokol lapisan atasan yang menyediakan alamat sejagat yang unik tetapi kedua alamat ini tidak semestinya dapat berkomunikasi antara satu sama lain.
JENIS IP :-
IP versi 4
- menggunakan alamat 32-bit (4 bait),
- dikelaskan kepada lima iaitu: A, B, C, D dan E
- Contoh: 127.0.0.1
IP versi 6
- sepanjang 128 bit (16 bait),
- tempoh yang lama
- Contoh: 2001:0db8:85a3:08d3:1319:8a2e:0370:7334
Friday, January 4, 2008
APA TU DNS..?
NAMA PENUH :- Sistem Nama Domain ( Domain Name System )
FUNGSI :- merupakan sistem yang menyimpan maklumat mengenai nama hos dan nama domain di jaringan
PERANAN :- memainkan peranan penting bagi Internet, kerana perkakasan memerlukan alamat IP untuk melaksanakan penghalaan ( routing ), tetapi manusia menggunakan nama hos dan nama domain, sebagai contoh dalam Penentu Sumber Seragam ( Uniform Resource Locator ) URL dan alamat e-mail
BAGAIMANA DNS BERFUNGSI :-
FUNGSI :- merupakan sistem yang menyimpan maklumat mengenai nama hos dan nama domain di jaringan
PERANAN :- memainkan peranan penting bagi Internet, kerana perkakasan memerlukan alamat IP untuk melaksanakan penghalaan ( routing ), tetapi manusia menggunakan nama hos dan nama domain, sebagai contoh dalam Penentu Sumber Seragam ( Uniform Resource Locator ) URL dan alamat e-mail
BAGAIMANA DNS BERFUNGSI :-
- Nama domain terdiri daripada dua atau lebih bahagian (secara teknikal labels) dipisahkan oleh titik.
- Label disebelah kanan merupakan domain tahap atas (sebagai contoh, domain tahap atas untuk www.wikipedia.org adalah org).
- Setiap label di sebelah kiri menentukan subdivision atau subdomain (sebagai contoh, wikipedia.org merupakan subdomain bagi org dan www.wikipedia.org merupakan subdomain kepada wikipedia.org).
- Secara teori, subdivision ini boleh menurun sehingga 127 aras, dan setiap label boleh mengandungi 63 huruf, selagi keseluruhan nama domain tidak melebihi 254 huruf. Tetapi secara penggunaan sesetengah daftar nama domain ( domain name registry ) mempunyai limit yang kurang dari itu.
- DNS mengandungi set hierarki pelayan DNS. Setiap domain atau subdomain mempunyai satu atau lebih pelayan DNS sahih ( authoritative DNS servers ) yang menerbitkan maklumat mengenai domain tersebut. Hierarki mengenai pelayan DNS sahih mempunyai padanan dengan hierarki domain.
Subscribe to:
Posts (Atom)