| Router Tokyo |
| # configure terminal |
| (config)# hostname Tokyo |
| Tokyo(config)# enable secret cisco |
| Tokyo(config)# interface ethernet 0 |
| Tokyo(config-if)# description Link to Local Area Network |
| Tokyo(config-if)# ip address 10.10.61.1 255.255.255.0 |
| Tokyo(config-if)# ip address 10.10.62.1 255.255.255.0 secondary |
| Tokyo(config-if)# no shutdown |
| Tokyo(config-if)# exit |
| Tokyo(config)# interface serial 0 |
| Tokyo(config-if)# description Link to Router Jakarta |
| Tokyo(config-if)# ip address 172.31.13.2 255.255.255.252 |
| Tokyo(config-if)# bandwidth 64 |
|
|
|
|
| Tokyo(config-if)# no shutdown |
| Tokyo(config-if)# exit |
| Tokyo(config)# router ospf 100 |
| Tokyo(config-config)# network 10.10.61.0 0.0.0.255 area 3 |
| Tokyo(config-config)# network 10.10.62.0 0.0.0.255 area 3 |
| Tokyo(config-config)# network 172.31.13.0 0.0.0.255 area 0 |
| Tokyo(config)# banner motd #Welcome to Router Tokyo# |
| Tokyo(config)# line vty 0 4 |
| Tokyo(config-line)# login |
| Tokyo(config-line)# password cisco |
| Tokyo(config-line)# Ctrl-Z |
| Tokyo# |
|
| Router Perth |
| # configure terminal |
| (config)# hostname Perth |
| Perth(config)# enable secret cisco |
| Perth(config)# interface ethernet 0 |
| Perth(config-if)# description Link to Local Area Network |
| Perth(config-if)# ip address 10.10.41.1 255.255.255.0 |
| Perth(config-if)# ip address 10.10.42.1 255.255.255.0 secondary |
| Perth(config-if)# no shutdown |
| Perth(config-if)# exit |
| Perth(config)# interface serial 0 |
| Perth(config-if)# description Link to Router Jakarta |
| Perth(config-if)# ip address 172.31.12.2 255.255.255.252 |
| Perth(config-if)# bandwidth 64 |
| Perth(config-if)# clock rate 64000 |
| Perth(config-if)# no shutdown |
| Perth(config-if)# exit |
| Perth(config)# interface serial 1 |
| Perth(config-if)# description Link to Router Sydney |
| Perth(config-if)# ip address 172.31.15.1 255.255.255.252 |
| Perth(config-if)# bandwidth 64 |
| Perth(config-if)# clock rate 64000 |
| Perth(config-if)# no shutdown |
| Perth(config-if)# exit |
| Perth(config)# router ospf 100 |
| Perth(config-config)# network 10.10.41.0 0.0.0.255 area 4 |
| Perth(config-config)# network 10.10.42.0 0.0.0.255 area 4 |
| Perth(config-config)# network 172.31.12.0 0.0.0.255 area 0 |
| Perth(config-config)# network 172.31.15.0 0.0.0.255 area 4 |
| Perth(config)# banner motd #Welcome to Router Perth# |
| Perth(config)# line vty 0 4 |
|
|
|
|
| Perth(config-line)# login |
| Perth(config-line)# password cisco |
| Perth(config-line)# Ctrl-Z |
| Perth# |
|
| Router Sydney |
| >enable |
| # configure terminal |
| (config)# hostname Sydney |
| Sydney(config)# enable secret cisco |
| Sydney(config)# interface ethernet 0 |
| Sydney(config-if)# description Link to Local Area Network |
| Sydney(config-if)# ip address 10.10.51.1 255.255.255.0 |
| Sydney(config-if)# ip address 10.10.52.1 255.255.255.0 secondary |
| Sydney(config-if)# no shutdown |
| Sydney(config-if)# exit |
| Sydney(config)# interface serial 0 |
| Sydney(config-if)# description Link to Router Perth |
| Sydney(config-if)# ip address 172.31.15.2 255.255.255.252 |
| Sydney(config-if)# bandwidth 64 |
| Sydney(config-if)# no shutdown |
| Sydney(config-if)# exit |
| Sydney(config)# router ospf 100 |
| Sydney(config-config)# network 10.10.51.0 0.0.0.255 area 4 |
| Sydney(config-config)# network 10.10.52.0 0.0.0.255 area 4 |
| Sydney(config-config)# network 172.31.15.0 0.0.0.255 area 4 |
| Sydney(config)# banner motd #Selamat Datang di Router Sydney# |
| Sydney(config)# line vty 0 4 |
| Sydney(config-line)# login |
| Sydney(config-line)# password cisco |
| Sydney(config-line)# Ctrl-Z |
| Sydney# |
|
| Router# show ip route |
| Router# show ip ospf |
| Router# show ip ospf neighbors |
| Router# show ip protocols |
| Router# show interface serial 1 |
| Router# show interface serial 0/0 |
| Router# show interface serial 0/1 |
| Router# show interface serial 0/2 |
| Router# show interface fastethernet 0/0 |
| Router# show interface ethernet 0 |
| Router# debug ip ospf |
No comments:
Post a Comment