Cisco 3800 路由器配置例項

2021-07-10 12:18:58 字數 1847 閱讀 4735

en

conf t

hostname cisco3800

inte***ce loopback0

ip address 6.6.6.6 255.255.255.0

inte***ce fastethernet0/0

description wan

ip address 119.200.27.50 255.255.255.252

ip nat ouside

inte***ce fastethernet0/1

description lan

ip address 192.168.6.1 255.255.255.0

ip nat inside

ip route 0.0.0.0 0.0.0.0 113.200.27.49   電信聯通下一跳

ip route 192.168.3.0 255.255.255.0 192.168.6.2

ip route 192.168.4.0 255.255.255.0 192.168.6.2

ip nat pool www 119.200.27.50 119.200.27.55 netmask 255.255.255.252

ip nat inside source list 1 pool www overload

ip nat inside source static tcp 6.6.6.6 22 inte***ce gigabitethernet0/0 22

access-list 1 permit any

配置ssh

aaa new-model

enable password cisco123

ip domain-name cisco.com

crypto key generate rsa

ip ssh time-out 180               登入超時設定

ip ssh authentication-retries 5   登入失敗重試次數5

ip ssh version 1                  設定登入ssh登入版本

line vty 0 4

login local

transport input ssh

transport input telnet

transport input all 允許所有

ip source-route

vpn-l2tp建立

vpdn enable

vpdn-group xiaonuo-l2tp

default l2tp vpdn group

accept-dialin

protocol l2tp

virtual-template 1

inte***ce virtual-template1

ip address 192.168.68.254 255.255.255.0

peer default ip address pool xiaonuo-l2tp-user

ppp authentication chap ms-chap

ip local pool xiaonuo-l2tp-user 5.5.5.5

username han privilege 15 password 0 cisco123

archive

log config

hidekeys

埠對映

ip nat inside source static 傳輸協議 內網ip 埠 外網ip 埠  以web服務對映為例

ip nat inside source static tcp 192.168.3.1 80 119.200.27.50 80wr​

cisco 2600路由器忘記密碼

忘記密碼是一件很讓人頭疼的事情。下面就是一些處理步驟。其他系列的路由器也差不多。第一步 重新啟動路由器,在啟動60s內按下ctrl break鍵,使路由器進入rom monitor 模式。第二步 在提示符下輸入命令修改配置暫存器的值,然後重新啟動路由器。命令如下 rommon1 confreg 0x...

10 路由器靜態路由配置

路由器靜態路由配置 實驗目標 掌握靜態路由的配置方法和技巧 掌握通過靜態路由方式實現網路的連通性 熟悉廣域網線纜的鏈結方式 實驗背景 技術原理 路由器屬於網路層裝置,能夠根據ip包頭的資訊,選擇一條最佳路徑,將資料報 出去。實現不同網段的主機之間的互相訪問。路由器是根據路由表進行選路和 的。而路由表...

cisco路由器配置

cisco路由器配置的幾個常用命令 router enable 進入特權模式 router conf t 進入配置模式 router config int fa0 0 進入fa0 0介面 router config if ip add 192.168.1.1 255.255.255.0 給fa0 0...