cisco 2821路由多線接入怎麼配置,希望高手能給個詳細的配置

時間 2021-05-05 07:26:04

1樓:

我現在只能提供思路了 呵呵 做pppoe撥號 三個配置(分別匹配三個介面),移動的那根不需要怎麼配置 ,最後寫幾條策略,對應用進行分流,分別走不同的下一條

2樓:

交換機switch#vlan 10

switch#name 內網終端

switch(config)#int vlan 10

switch(config)#ip add 192.168.3.1 255.255.255.0

switch#vlan 100

switch#name 路由口

switch(config)#int vlan 100

switch(config)#ip add 192.168.10.1 255.255.255.0

switch(config)#ip default-gateway 192.168.10.2

switch(config)#

把相應的藉口劃分在不同的vlan

vlan 100 為與防火牆連線的介面,劃分乙個口就可以了。

示例:switch(config)#int fa0/0

switch(config-if)#sw mo acc

switch(config)#sw acc vlan 10

防火牆配置為透明模式

fw#firewall transparent

fw(config)#int f0/0

fw(config-if)#nameif inside

fw(config)#int f0/1

fw(config-if)#nameif outside

fw(config)#ip add 192.168.10.3 255.255.255.0

fw#route inside 0.0.0.0 0.0.0.0 192.168.10.2

路由器router(config)#int f/0

router(config-if)#ip add 192.168.10.2 255.255.255.0

撥號和專線的配置自己來了,不會再m我

配置策略路由器

更具你的終端通過掩碼分別控制不同的上網出口

192.168.1.1~62/255.255.255.192

192.168.1.65~126/255.255.255.192

192.168.1.128~190/255.255.255.192

做策略路由

示例route-map policy

match ip address 1

set ip next-hop x.x.x.x(新線路的下一跳)

set ip int dia 1(pppoe的虛擬藉口)

int f0 (流量入口,一定得是入口)

ip policy route-map policy

access-list 1 permit host 192.168.1.0 255.255.255.192

不會再m我。

3樓:匿名使用者

如果每台主機只有一張網絡卡的話,你主要預設閘道器是那個ip就用那個電信接入網路

比如電信1:192.168.3.1 電信2:192.168.3.2 電信3:192.168.3.3

你的ip:192.168.3.100 預設閘道器:192.168.3.1 ,這樣就用電信1接入網路

你的ip:192.168.3.100 預設閘道器:192.168.3.2 ,這樣就用電信2接入網路

要是用光纖就改回光纖那ip

思科路由器2821配置**,怎麼配置ip?

4樓:山高看月小心遠無成敗

switch> 使用者模式

1:進入特權模式 enable

switch>enable

switch#

2:進入全域性配置模式 configure terminal

switch>enable

switch#c onfigure terminal

switch(conf)#

3:交換機命名 hostname aptech2950 以aptech2950為例

switch>enable

switch#c onfigure terminal

switch(conf)#hostnameaptch-2950

aptech2950(conf)#

4:配置使能口令 enable password cisco 以cisco為例

switch>enable

switch#c onfigure terminal

switch(conf)#hostnameaptch2950

aptech2950(conf)#enable password cisco

5:配置使能密碼 enable secret ciscolab 以cicsolab為例

switch>enable

switch#c onfigure terminal

switch(conf)#hostnameaptch2950

aptech2950(conf)#enable secret ciscolab

6:設定虛擬區域網vlan 1 inte***ce vlan 1

switch>enable

switch#c onfigure terminal

switch(conf)#hostnameaptch2950

aptech2950(conf)#inte***ce vlan 1

aptech2950(conf-if)#ipaddress 192.168.1.1 255.255.255.0 配置交換機埠ip和子網掩碼

aptech2950(conf-if)#noshut 是配置處於執行中

aptech2950(conf-if)#exit

aptech2950(conf)#ipdefault-gateway 192.168.254 設定閘道器位址

7:進入交換機某一埠 inte***ce fastehernet 0/17 以17埠為例

switch>enable

switch#c onfigure terminal

switch(conf)#hostnameaptch2950

aptech2950(conf)#inte***ce fastehernet 0/17

aptech2950(conf-if)#

8:檢視命令 show

switch>enable

switch#show version 察看系統中的所有版本資訊

showinte***ce vlan 1 檢視交換機有關ip 協議的配置資訊

showrunning-configure 檢視交換機當前起作用的配置資訊

showinte***ce fastethernet 0/1 察看交換機1介面具體配置和統計資訊

showmac-address-table 檢視mac位址表

showmac-address-table aging-time 檢視mac位址表自動老化時間

9:交換機恢復出廠預設恢復命令

switch>enable

switch#erase startup-configure

switch#reload

10:雙工模式設定

switch>enable

switch#c onfigure terminal

switch2950(conf)#hostnameaptch-2950

aptech2950(conf)#inte***ce fastehernet 0/17 以17埠為例

aptech2950(conf-if)#duplexfull/half/auto 有full , half, auto 三個可選項

11:cdp相關命令

switch>enable

switch#show cdp 檢視裝置的cdp全域性配置資訊

show cdpinte***ce fastethernet 0/17 檢視17埠的cdp配置資訊

show cdptraffic 檢視有關cdp包的統計資訊

show cdpnerghbors 列出與裝置相連的cisco裝置

5樓:匿名使用者

在全域性配置模式下do show runn ,看你以前的ip在哪個介面下

然後進這個介面如(inte***ce s0/0/0)然後no ip add -----把以前的ip位址刪掉然後在此介面下新增你的新ip位址和掩碼如(ip add 1.1.1.

1 255.255..0.

0)接著把你以前的pat改下

6樓:曲臂三十三

如果是初次配置提示是否進入設定模式,選擇no按以下順序輸入:

enable //進入特權模式

config t//全域性模式

int f0/0 //進入f0/0介面

ip add 192.168.1.1 255.255.255.0//介面配置ip和子網掩碼

no shutdown//介面開啟

7樓:匿名使用者

enconf ter

inter fa0/0

no ip add 123.149.248。。。。。。。

ip add 新的。。。。。

no shut

exit

還有要做nat,,這個要根據現有配置