1. How many directly connected routes were in the routing table for the Denver router?
2. What was the next-hop IP address for the static routes in the routing table for the Phoenix2 router?
3. Based on the routing table from the Denver router, what routing protocol is being used?
Answer
1. 4 directly connected
2. next hope ip 172.16.10.1 and 172.16.20.1
3. routing protocol EIGRP
EIGRP mempertahankan tiga tabel yang saling berhubungan:
Tabel Tetangga (Neighbor Table)
Salah satu dari tiga tabel yang saling berhubungan EIGRP router. Meja tetangga mengumpulkan dan daftar informasi tentang router tetangga yang terhubung langsung. Catatan urutan nomor Sebuah nomor terakhir yang diterima dari setiap tetangga halo dan waktu - perangko waktu yang paket tiba. Jika paket hello tidak diterima dalam waktu terus, timer berakhir dan DUAL recalculates topologi. Tabel router lainnya termasuk topologi dan tabel routing.
Tabel tetangga daftar informasi tentang router tetangga yang terhubung langsung. EIGRP mencatat alamat tetangga yang baru ditemukan dan antarmuka yang menghubungkan untuk itu.
Ketika tetangga mengirimkan paket hello, ia mengiklankan terus waktu. Terus waktu adalah panjang waktu yang router memperlakukan tetangga sebagai terjangkau. Jika paket hello tidak diterima dalam waktu terus, timer berakhir dan DUAL recalculates topologi.
Karena konvergensi cepat tergantung pada informasi yang akurat tetangga, meja ini sangat penting untuk operasi EIGRP.
Tabel Topologi (topology table)
Salah satu dari tiga tabel pada router EIGRP. Tabel berisi daftar semua router topologi belajar dari setiap tetangga EIGRP. DUAL mengambil informasi dari tetangga dan tabel topologi dan menghitung router biaya terendah untuk setiap jaringan. Tabel topologi mengidentifikasi hingga empat loop primer - router gratis untuk setiap tujuan satu.
Tabel topologi daftar semua rute belajar dari setiap tetangga EIGRP. DUAL mengambil informasi dari tetangga dan tabel topologi dan menghitung rute biaya terendah untuk setiap jaringan.
Tabel topologi mengidentifikasi hingga empat utama loop-free rute untuk setiap tujuan yang satu. Rute ini penggantinya muncul dalam tabel routing. EIGRP beban saldo, atau mengirim paket ke tujuan menggunakan lebih dari satu jalur. Ini beban saldo menggunakan rute pengganti yang baik biaya yang sama dan biaya yang tidak setara. Fitur ini menghindari overloading setiap rute satu dengan paket.
Rute cadangan, yang disebut penerus layak, muncul dalam tabel topologi tetapi tidak dalam tabel routing. Jika rute utama gagal, penerus layak menjadi rute pengganti. Cadangan ini terjadi selama sebagai penerus layak memiliki jarak lebih rendah dilaporkan dari jarak layak jarak penerus saat ini ke tujuan.
Tabel Routing (Routing table )
Tabel yang disimpan pada router atau perangkat internetworking yang melacak rute ke tujuan jaringan dan metrik yang terkait dengan rute.
Sedangkan tabel topologi berisi informasi tentang jalan banyak kemungkinan untuk tujuan jaringan, tabel routing hanya menampilkan jalur terbaik yang disebut rute pengganti.
EIGRP menampilkan informasi tentang rute dalam dua cara:
Tabel routing menunjuk rute belajar melalui EIGRP dengan D.
EIGRP tag rute dinamis atau statis belajar dari routing protokol lain atau dari luar jaringan EIGRP sebagai D EX atau eksternal, karena mereka tidak berasal dari EIGRP router dalam AS yang sama.
Plan, design, and build a large enterprise network utilizing multiple VLANs, inter-VLAN routing, and VTP domains.
Background / Preparation
A new remote site has been acquired by your company and the network needs to be built. You must plan, design, and build the network to meet company standards. The following equipment has been provided.
Three Cisco 2960 switches have been purchased, one for each of the three floors.
One Cisco 1841 router has been purchased as the Integrated Service Router (ISR).
Step 1: Connecting the network
Utilize the first FastEthernet interface on the ISR router to connect to the last FastEthernet interface on the Floor 1 switch.
Connect GigabitEthernet 1/1 on the Floor 1 switch to GigabitEthernet 1/1 on the Floor 2 switch.
Connect GigabitEthernet 1/2 on the Floor 2 switch to GigabitEthernet 1/1 on the Floor 3 switch.
Step 2: Configure basic switch and router configurations
Utilize the following table to configure the ISR router, Floor 1, Floor 2, and Floor 3 switches.
Router
Router>en
Router>enable
Router#conf
Router#configure t
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hos
Router(config)#hostname ISR_Rtr
ISR_Rtr(config)#en
ISR_Rtr(config)#ena
ISR_Rtr(config)#enable pas
ISR_Rtr(config)#enable password cisco123
ISR_Rtr(config)#li
ISR_Rtr(config)#line vt
ISR_Rtr(config)#line vty 0 4
ISR_Rtr(config-line)#pas
ISR_Rtr(config-line)#password class
ISR_Rtr(config-line)#login
ISR_Rtr(config-line)#exit
ISR_Rtr(config)#lin
ISR_Rtr(config)#line co
ISR_Rtr(config)#line console 0
ISR_Rtr(config-line)#pas
ISR_Rtr(config-line)#password class
ISR_Rtr(config-line)#login
ISR_Rtr(config-line)#exit
ISR_Rtr(config)#
Switch set the all switches
Switch>ena
Switch>enable
Switch#con
Switch#conf
Switch#configure t
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#host
Switch(config)#hostname Floor1_Sw
Floor1_Sw(config)#ena
Floor1_Sw(config)#enable pas
Floor1_Sw(config)#enable password cisco123
Floor1_Sw(config)#li
Floor1_Sw(config)#line vt
Floor1_Sw(config)#line vty 0 4
Floor1_Sw(config-line)#pas
Floor1_Sw(config-line)#password class
Floor1_Sw(config-line)#login
Floor1_Sw(config-line)#exit
Floor1_Sw(config)#lin
Floor1_Sw(config)#line con
Floor1_Sw(config)#line console 0
Floor1_Sw(config-line)#pas
Floor1_Sw(config-line)#password class
Floor1_Sw(config-line)#login
Floor1_Sw(config-line)#exit
Floor1_Sw(config)#
Do same to switch 2 and switch 3.
Step 3: Configure the interfaces connecting the router and switches
Set the interfaces connecting the Floor 1, Floor 2, and Floor 3 switches as trunk ports.
Set the interface on the Floor 1 switch connecting to the ISR router as a trunk port.
Enable the interface on the ISR router connecting to the Floor 1 switch.
Create and configure three sub-interfaces on the ISR routers FastEthernet 0/0 interface. Use the following table.
1.Set the encapsulation for each sub-interface.
2.Set the IP address for each sub-interface.
a. Floor1_Sw(config)#interface gigabitEthernet 1/1
Perbedaan antara Jaringan Fisik dan Jaringan Virtual, dapat dilihat pada contoh berikut ini:
Siswa pada suatu sekolah dibagi menjadi dua kelompok. Pada kelompok pertama, masing-masing siswa diberikan sebuah kartu berwarna merah untuk keperluan identifikasi. Pada kelompok kedua, masing-masing siwa diberikan kartu berwarna biru.
Siswa dengan kartu merah hanya dapat berbicara kepada siswa dengan kartu merah. Siswa dengan kartu biru hanya dapat berbicara kepada siswa dengan kartu biru. Siswa-siswa tersebut secara logika terpisah menjadi dua kelompok virtual atau VLANs.
Dengan menggunakan pengelompokan secara logika, sebuah pesan broadcast hanya dapat disampaikan kepada kelompok kartu merah, walaupun kelompok kartu merah dan kelompok kartu biru secara fisik terletak pada satu sekolah.
Contoh ini juga menunjukkan fitur lain dari VLAN. Pesan broadcast tidak diteruskan antar VLAN, pesan broadcast hanya diteruskan kepada anggota di dalam VLAN.
Menampilkan konfigurasi yang sedang berjalan di RAM. Termasuk host name, passwords, interface IP addresses, routing protocol yang aktif, DHCP dan konfigurasi NAT. Dapat dijalankan di EXEC mode.
Menampilkan konfigurasi yang sedang berjalan di RAM. Termasuk host name, passwords, interface IP addresses, routing protocol yang aktif, DHCP dan konfigurasi NAT. Dapat dijalankan di EXEC mode. (sama seperti : sh ru)
Menampilkan Version dari memori (Cisco Internetwork Operating System Software)
show ip protocols
show ip route
sh ip p
sh ip ro
Menampilkan protocol yang digunakan dalam konfigurasi router.
Menampilkan ip yang terhubung dalam konfigurasi router RIP yang disertakan kode – kode sebagai tanda sesuai konfigurasi router.
show interfaces
show ip interface brief
show protocols
sh int
sh ip b
sh protocols
Melihat IP Address pada Router
Melihat IP Address dan status koneksinya
Menampilkan status koneksi setiap device yang terhubung
show cdp neighbors
show sessions
show ssh
sh cdp n
sh se
sh ssh
Menampilkan ID dari device yang terkoneksi pada router