paco
Uploaded by
10 SLIDES
242 VUES
100LIKES

Basic Configuration Guide for Intelligent Wireless Networks at Kasetsart University

DESCRIPTION

This comprehensive guide outlines the basic configuration steps for routers in the Intelligent Wireless Network Group (IWING Lab) at Kasetsart University, Bangkok. It covers essential configurations including setting the router hostname, enabling password protections, configuring both Ethernet and Serial interfaces, and establishing Routing Protocols like RIP. Specific examples with IP address layout and command execution are provided to facilitate understanding. Ideal for students and professionals seeking to set up effective network connections in educational environments.

1 / 10

Télécharger la présentation

Basic Configuration Guide for Intelligent Wireless Networks at Kasetsart University

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript

Playing audio...

  1. Basic Configuration รศ. ดร. อนันต์ผลเพิ่ม Asso.Prof. Anan Phonphoem, Ph.D. anan.p@ku.ac.th Intelligent Wireless Network Group (IWING Lab) http://iwing.cpe.ku.ac.th Computer Engineering Department Kasetsart University, Bangkok, Thailand

  2. Basic Scenario 192.168.22.0 192.168.32.0 BKK TAK 192.168.12.0

  3. Configure 192.168.22.0 BKK 192.168.32.0 TAK 192.168.12.0 Set Clock enable Router> clock set 9:00:00 12 Nov 2005 Router# Set Hostname and Banner conf term Router# hostname BKK Router(config)# banner motd # BKK(config)# Bangkok Router – BKK located in Kasetsart University #

  4. Configure 192.168.22.0 BKK 192.168.32.0 TAK 192.168.12.0 Set password enable password pass2005 BKK(config)# Set secret enable secret sec2005 BKK(config)#

  5. Configure 192.168.22.0 BKK 192.168.32.0 TAK 192.168.12.0 Set line console login line con 0 BKK(config)# password con2005 BKK(config-line)# login BKK(config-line)# Set Telnet login BKK(config-line)# line vty 0 4 BKK(config-line)# password vty2005 login BKK(config-line)#

  6. Configure 192.168.22.0 BKK 192.168.32.0 TAK 192.168.12.0 Set interface Ethernet interface eth 0 BKK(config)# desc Eng-LAN BKK(config-if)# ip address 192.168.12.1 255.255.255.0 BKK(config-if)# BKK(config-if)# no shutdown BKK(config-if)# exit

  7. Configure 192.168.22.0 BKK 192.168.32.0 DCE TAK 192.168.12.0 Set interface Serial interface serial 0 BKK(config)# Desc BKK-link BKK(config-if)# ip address 192.168.22.1 255.255.255.0 BKK(config-if)# BKK(config-if)# clockrate 56000 BKK(config-if)# no shutdown

  8. BKK(config-router)# version 2 Configure 192.168.22.0 BKK 192.168.32.0 TAK 192.168.12.0 Set Routing Protocol router rip BKK(config)# network 192.168.12.0 BKK(config-router)# network 192.168.22.0 BKK(config-router)# exit BKK(config-router)# Set ip host name ip host BKK 192.168.12.1 192.168.22.1 BKK(config)# ip host TAK 192.168.22.2 192.168.32.1 BKK(config)#

  9. Configure 192.168.22.0 BKK 192.168.32.0 TAK 192.168.12.0 Save configuration exit BKK(config)# copy running start BKK# Verify configuration show run BKK# show startup BKK#

  10. Basic Configuration • hostname • Router password • Console password • Virtual terminal password • Enable password • Password encryption • Interface configuration • Ethernet interface configuration • Serial interface configuration • Interface description • Routing configuration • RIP version 1 and 2, OSPF, etc.

More Related