You are here: Home // Router
Upgrade IOS Router
Berikut cara upgrade IOS di Router Cisco :
c2800#sh ver
— edited —
System image is “flash:c2800nm-ipbase-mz.123-14.T7.bin”
— edited —
Akhirnya diambil solusi untuk upgrade IOS. Untung kemaren hari, sempet bookmark situs “un-official” yg menyediakan download IOS gratis. Langsung aja dibuka tuh situs, trus download deh IOS yg dirasa cocok, tentunya level yg paling atas donk (advanced...
NAT Router (One to Many)
One to May NAT
conf t
int eth0
ip address 192.168.1.1 255.255.255.0
no shut
!
conf t
int se0
ip nat outside
ip address 10.20.1.1 255.255.255.0
clock rate 64000
no shut
!
access-list 12 permit 192.168.1.0 0.0.0.255
ip nat inside source list 12 interface serial 0 overload
!
router rip
network 192.168.1.0
network 10.20.1.0
Read More →
Router NAT
One to May NAT
conf t
int eth0
ip address 192.168.1.1 255.255.255.0
no shut
!
conf t
int se0
ip nat outside
ip address 10.20.1.1 255.255.255.0
clock rate 64000
no shut
!
access-list 12 permit 192.168.1.0 0.0.0.255
ip nat inside source list 12 interface serial 0 overload
!
router rip
network 192.168.1.0
network 10.20.1.0
Read More →
Setting BGP
Setting BGP :
———————
Router A
IP Address 10.1.1.1 255.255.255.0
L0 11.1.1.1 255.255.255.0
Router B
IP Address 10.1.1.2 255.255.255.0
L0 12.1.1.2 255.255.255.0
Router A
———
RouterA>en
RouterA#conf t
RouterA(config)#int ser0/0
RouterA(config-if)#clock rate 64000
RouterA(config-if)#ip add 10.1.1.1 255.255.255.0
RouterA(config-if)#...
Setting User Router
#Membuat user password router :
enable
conf t
username asxo password asxo
exit
enable
conf t
enable secret asxo
exit
enable
conf t
line vty 0 4
login
password asxo
enable
conf t
line aux 0
login
password asxo
enable
conf t
line con 0
login
password asxo
exec-timeout 0 10
logging synchronous
# Encription Password router
misal :
enable secret : asp
enable password : asxo
Virtual Terminal : suko
Auxiiarry...