1. 在交換機和路由器上設置ospf
2層交換機那設置好vlan(vtp域,vlan名和vlan號,以及各個埠允許通過的VLAN),與PC機相連的開啟vlan
access模式,與Router相連的開啟trunk模式。兩台路由器配置好介面IP。RA與SA相連的那段口設置成trunk模式,與RB和SB相連的配置ospf路由協議(這個命令不用給出了吧)。RB和SC也都開啟ospf路由協議,三層交換機去掉交換功能(這個命令我想也不用給了吧),然後配置好主機,試試看吧去
2. 誰知道在銳捷設備上如何配置ospf
和cisco的配置命令一樣的
直接找個相關的文檔 把裡面的內容一改 粘上去就行
3. 銳捷交換機如何配置
交換機基本操作
1.進入特權模式
Switch>enable
Switch#
2.返回用戶模式
Switch#exit
Press
RETURN
to
get
started!
Switch>
配置模式:
全局配置模式[主機名(config)#]:配置交換機的整體參數
子模式:
1.線路配置模式[主機名(config-line)#]:配置交換機的線路參數
2.介面配置模式[主機名(config-if)#]:配置交換機的介面參數
1.進入全局配置模式下
Switch#configure
terminal
Switch(config)#exit
Switch#
2.進入線路配置模式
Switch(config)#line
console
0
Switch(config-line)#exit
Switch(config)#
3.進入介面配置模式
Switch(config)#interface
fastEthernet
0/1
Switch(config-if)#exit
Switch(config)#
從子模式下直接返回特權模式
Switch(config-if)#end
Switch#
交換機操作幫助特點:
1.支持命令簡寫(按TAB鍵將命令補充完整)
2.在每種操作模式下直接輸入「?」顯示該模式下所有的命令
3.命令空格
「?」顯示命令參數並對其解釋說明
4.字元「?」顯示以該字元開頭的命令
5.命令歷史緩存:
(Ctrl+P)顯示上一條命令,(Ctrl+N)顯示下一條命令
6.錯誤提示信息
交換機顯示命令:
顯示交換機硬體及軟體的信息
Switch#show
version
顯示當前運行的配置參數
Switch#show
running-config
顯示保存的配置參數
Switch#show
configure
常用交換機EXEC命令
將當前運行的配置參數復制到flash:Switch#write
memory
Building
configuration...
[OK]
Switch#
清空flash中的配置參數:Switch#delete
flash:config.text
Switch#
交換機重新啟動:Switch#reload
System
configuration
has
been
modified.
Save?
[yes/no]:n
Proceed
with
reload?
[confirm]
配置交換機主機名:Switch(config)#hostname
S2126G
S2126G(config)#
配置交換機口令:
1、
配置交換機的登陸密碼
S2126G(config)#enable
secret
level
1
0
star
「0」表示輸入的是明文形式的口令
2、
配置交換機的特權密碼
S2126G(config)#enable
secret
level
15
0
Star
「0」表示輸入的是明文形式的口令
常用交換機配置命令:
1、為交換機分配管理IP地址
S2126G(config)#interface
vlan
1
S2126G(config-if)#ip
address
{IP
address}
{IP
subnetmask}[secondary]
2、將介面啟用
S2126G(config-if)#no
shutdown
3、將介面關閉
S2126G(config-if)#shutdown
4、配置介面速率
S2126G(config-if)#speed
[10|100|auto]
5、配置介面雙工模式
S2126G(config-if)#plex
[auto|full|half
顯示介面狀態:S2126G#show
interfaces
測定目的端的可達性:S2126G>ping
{IP
address}
從TFTP伺服器下載配置參數:S2126G#
tftp
startup-config
管理交換機MAC地址表:
1、查看MAC地址表
S2126G#show
mac-address-table
2、配置MAC地址表記錄的生存時間(預設為300秒)
S2126G(config)#mac-address-table
aging-time
<10-1000000>
3、查看MAC地址表記錄的生存時間
S2126G#show
mac-address-table
aging-time
VLAN的配置:
1.添加一個VLAN
S2126G(config)#vlan
<1-4094>
S2126G(config-vlan)#
2.為VLAN命名(可選)
S2126G(config-vlan)#name
將交換機埠分配到VLAN
1.配置Port
VLAN
Switch(config-if)#switchport
access
vlan
<1-4094>
2.配置Tag
VLAN
Switch(config-if)#switchport
mode
trunk
1).配置本地(native)VLAN
Switch(config-if)#switchport
trunk
native
vlan
<1-4094>
2).從主幹鏈路中清除VLAN
Switch(config-if)#switchport
trunk
allowed
vlan
except
注:VLAN1不可被清除
VLAN的驗證:
1.顯示全部的VLAN:Switch#show
vlan
2.顯示單獨的VLAN
:Switch#show
vlan
id
<1-4094>
將VLAN信息保存到flash中:Switch#write
memory
從flash中清除VLAN信息:Switch#delete
flash:vlan.dat
RSTP的配置:
1.啟用生成樹:S2126G(config)#spanning-tree
2.配置交換機優先順序:S2126G(config)#spanning-tree
priority
<0-61440>
「0」或「4096」的倍數(RSTP
BPDU該值後12bit全0)
3.配置交換機埠優先順序:S2126G(config-if)#spanning-tree
port-priority
<0-240>
「0」或「16」的倍數(RSTP
BPDU該值後4bit全0)
4、生成樹hello時間的配置(由Root決定):S2126G(config)#spanning-tree
hello-time
<1-10>
5、生成樹的驗證:Switch#show
spanning-tree
Switch#show
spanning-tree
interface
<介面名稱>
<介面編號>
以上用於銳捷交換機的。交換機配置命令集>Enable
進入特權模式
#ExIT
返回上一級操作模式
#End
返回到特權模式
#write
memory
或
running-config
startup-config
保存配置文件
#del
flash:config.text
刪除配置文件(交換機及1700系列路由器)
#erase
startup-config
刪除配置文件(2500系列路由器)
#del
flash:vlan.dat
刪除Vlan配置信息(交換機)
#Configure
terminal
進入全局配置模式
(config)#
hostname
switchA
配置設備名稱為switchA
(config)#banner
motd
&
配置每日提示信息
&為終止符
(config)#enable
secret
level
1
0
star
配置遠程登陸密碼為star
(config)#enable
secret
level
15
0
star
配置特權密碼為star
Level
1為普通用戶級別,可選為1~15,15為最高許可權級別;0表示密碼不加密
(config)#enable
services
web-server
開啟交換機WEB管理功能
Services
可選以下:web-server(WEB管理)、telnet-server(遠程登陸)等查看信息
#show
running-config
查看當前生效的配置信息
#show
interface
fastethernet
0/3
查看F0/3埠信息
#show
interface
serial
1/2
查看S1/2埠信息
#show
interface
查看所有埠信息
#show
ip
interface
brief
以簡潔方式匯總查看所有埠信息
#show
ip
interface
查看所有埠信息
#show
version
查看版本信息
#show
mac-address-table
查看交換機當前MAC地址表信息
#show
running-config
查看當前生效的配置信息
#show
vlan
查看所有VLAN信息
#show
vlan
id
10
查看某一VLAN
(如VLAN10)的信息
#show
interface
fastethernet
0/1
switchport
查看某一埠模式(如F
0/1)
#show
aggregateport
1
summary
查看聚合埠AG1的信息
#show
spanning-tree
查看生成樹配置信息
#show
spanning-tree
interface
fastethernet
0/1
查看該埠的生成樹狀態
#show
port-security
查看交換機的埠安全配置信息
#show
port-security
address
查看地址安全綁定配置信息
#show
ip
access-lists
listname
查看名為listname的列表的配置信息
#show
access-lists埠的基本配置
(config)#Interface
fastethernet
0/3
進入F0/3的埠配置模式
(config)#interface
range
fa
0/1-2,0/5,0/7-9
進入F0/1、F0/2、F0/5、F0/7、F0/8、F0/9的埠配置模式
(config-if)#speed
10
配置埠速率為10M,可選10,100,auto
(config-if)#plex
full
配置埠為全雙工模式,可選full(全雙工),half(半雙式),auto(自適應)
(config-if)#no
shutdown
開啟該埠
(config-if)#switchport
access
vlan
10
將該埠劃入VLAN10中,用於VLAN
(config-if)#switchport
mode
trunk
將該埠設為trunk模式,用於Tag
vlan
可選模式為access
,
trunk
(config-if)#port-group
1
將該埠劃入聚合埠AG1中,用於聚合埠聚合埠的創建
(config)#
interface
aggregateport
1
創建聚合介面AG1
(config-if)#
switchport
mode
trunk
配置並保證AG1為
trunk
模式
(config)#int
f0/23-24
(config-if-range)#port-group
1
將埠(埠組)劃入聚合埠AG1中生成樹
(config)#spanning-tree
開啟生成樹協議
(config)#spanning-tree
mode
stp
指定生成樹類型為stp
可選模式stp
,
rstp
,
mstp
(config)#spanning-tree
priority
4096
設置交換機的優先順序為4096
,
優先順序值小為高。優先順序可選值為0,4096,8192,……,為4096的倍數。交換機默認值為32768VLAN的基本配置
(config)#vlan
10
創建VLAN10
(config-vlan)#name
vlanname
命名VLAN為vlanname
(config-if)#switchport
access
vlan
10
將該埠劃入VLAN10中
某埠的介面配置模式下進行
(config)#interface
vlan
10
進入VLAN
10的虛擬埠配置模式
(config-if)#
ip
address
192.168.1.1
255.255.255.0
為VLAN10的虛擬埠配置IP及掩碼,二層交換機只能配置一個IP,此IP是作為管理IP使用,例如,使用Telnet的方式登錄的IP地址
(config-if)#
no
shutdown
啟用該埠埠安全
(config)#
interface
fastethernet
0/1
進入一個埠
(config-if)#
switchport
port-security
開啟該埠的安全功能
1.配置最大連接數限制
(config-if)#
switchport
port-secruity
maxmum
1
配置埠的最大連接數為1,最大連接數為128
(config-if)#
switchport
port-secruity
violation
shutdown
配置安全違例的處理方式為shutdown,可選為protect
(當安全地址數滿後,將未知名地址丟棄)、restrict(當違例時,發送一個Trap通知)、shutdown(當違例時將埠關閉,並發送Trap通知,可在全局模式下用errdisable
recovery來恢復)
2.IP和MAC地址綁定
(config-if)#switchport
port-security
mac-address
xxxx.xxxx.xxxx
ip-address
172.16.1.1
介面配置模式下配置MAC地址xxxx.xxxx.xxxx和IP172.16.1.1進行綁定(MAC地址注意用小寫)三層路由功能(針對三層交換機)
(config)#
ip
routing
開啟三層交換機的路由功能
(config)#
interface
fastethernet
0/1
(config-if)#
no
switchport
開啟埠的三層路由功能(這樣就可以為某一埠配置IP)
(config-if)#
ip
address
192.168.1.1
255.255.255.0
(config-if)#
no
shutdown
三層交換機路由協議
(config)#
ip
route
172.16.1.0
255.255.255.0
172.16.2.1
配置靜態路由
注:172.16.1.0
255.255.255.0
為目標網路的網路號及子網掩碼
172.16.2.1
為下一跳的地址,也可用介面表示,如ip
route
172.16.1.0
255.255.255.0
serial
1/2(172.16.2.0所接的埠)
(config)#
router
rip
開啟RIP協議進程
(config-router)#
network
172.16.1.0
申明本設備的直連網段信息
(config-router)#
version
2
開啟RIP
V2,可選為version
1(RIPV1)、version
2(RIPV2)
(config-router)#
no
auto-summary
關閉路由信息的自動匯總功能(只有在RIPV2支持)(config)#
router
ospf
開啟OSPF路由協議進程(針對1762,無需使用進程ID)
(config)#
router
ospf
1
開啟OSPF路由協議進程(針對2501,需要加OSPF進程ID)
(config-router)#
network
192.168.1.0
0.0.0.255
area
0
申明直連網段信息,並分配區域號(area0為骨幹區域)IP
ACL:
交換機採用命名的訪問控制列表;分標准(stand)和擴展(extended)兩種
1.標准ACL
(config)#ip
access-list
stand
listname
定義命名標准列表,命名為listname,stand為標准列表
(config-std-nacl)#deny
192.168.30.0
0.0.0.255
拒絕來自192.168.30.0網段的IP流量通過
註:deny:拒絕通過;可選:deny(拒絕通過)、permit(允許通過)
192.168.30.0
0.0.0.255:源地址及源地址通配符;可使用any表示任何IP
(config-std-nacl)#permit
any
(config-std-nacl)#end
返回
2.擴展ACL
(config)#ip
access-list
extended
listname
定義命名擴展列表,命名為listname,extended為擴展
(config-ext-nacl)#deny
tcp
192.168.30.0
0.0.0.255
192.168.10.0
0.0.0.255
eq
www
拒絕源地址為192.168.30.0網段的IP訪問目的地址為192.168.10.0網段的WWW服務
註:deny:拒絕通過,可選:deny(拒絕通過)、permit(允許通過)
tcp:
協議名稱,協議可以是udp,
ip,eigrp,
gre,
icmp,
igmp,
igrp等等。
192.168.10.0
0.0.0.255:源地址及源地址通配符
192.168.30.0
0.0.0.255:目的地址及目的地址通配符
eq:操作符(lt-小於,eq-等於,gt-大於,neg-不等於,range-包含)
www:埠號,可使用名稱或具體編號
可以使用的協議名稱(或編號)和埠名稱(或編號)請打?查詢。
(config-ext-nacl)#permit
ip
any
any
允許其它通過
(config-ext-nacl)#end
返回
(config)#interface
vlan
10
進入埠配置模式
(config-if)#
ip
access-group
listname
in
訪問控制列表在埠下in方向應用;可選:in(入棧)、out(出棧)
(config-if)#end
返回
註:配置ACL時,若只想對其中部分IP進行限制訪問時,必須配置允許其流量通過,否則設備只會對限制IP進行處理,不會對非限制IP進行允許通過處理。
4. 在銳捷交換機中做OSPF中的靜態路由重發布,metric-value 是用1 還是用2 還是用別的呢,有什麼區別呢。
其實這個不做也行,當你靜態路由和動態路由配置好了以後,在需要充分發的交換機上進入OSPF (ID根據自己所設的來設定)然後加上redistribute static 這是將靜態路由重分發到ospf中,在配置好ospf和靜態路由就行了,注意靜態和動態指定的都是各自的區域。
5. 銳捷路由器如何做OSPF負載均衡
和我一樣的圖
呵呵
你也是去參加比賽的?
(負載均衡)
int
f0/1
ip
ospf
cost___
值
int
f0/0
ip
ospf
cost___
值
(ospf)
router
ospf
100
network
1.1.1.0
255.255.255.0
area
0
network
1.1.2.0
255.255.255.0
area
0
6. 銳捷網路配置
這是配置:
S26:
en
conf t
no ip do lo
ho S26
vlan 10
vlan 20
int range f0/1 - 10
sw mo acc
sw acc vlan 10
exit
int range f0/11 - 20
sw mo acc
sw acc vlan 20
exit
int range f0/23 - 24
sw mo tr
exit
int vlan 1
ip add 172.16.255.1 255.255.255.0
exit
spanning-tree
int range f0/1 - 10
spanning-tree portfast
arp-cherk auto
sw pro
int range f0/12 -20
spanning-tree portfast
sw pro
arp-cherk auto
exit
dhcp snooping
int range f0/23 - 24
ip dhcp snooping trust
exit
S3760-1:
en
conf t
no ip do lo
ho S3760-1
lin con 0
no exex-t
logg sy
exit
int range f0/8 - 9
port-group 1
exit
int ag 1
sw mo tr
exit
int f0/10
no sw
ip add 10.1.13.1 255.255.255.0
no sh
int f0/1
sw mo tr
int lo0
ip add 172.16.254.1 255.255.255.0
int vlan 10
ip add 172.16.10.252 255.255.255.0
int vlan 20
ip add 172.16.20.252 255.255.255.0
spaning-tree mst confige
intance 1 vlan 10
intance 2 vlan 20
spaning-tree intance 0 pri 4096
spaning-tree intance 1 pri 4096
spaning-tree intance 2 pri 8192
exit
spaning-tree
int vlan 10
vrrp 10 ip 172.16.10.254
vrrp 10 pri 105
vrrp 10 trac f0/10
int vlan 20
vrrp 20 ip 172.16.20.254
router ospf 100
net 10.1.13.1 0.0.0.0 area 0
net 172.16.10.254 0.0.0.0 area 1
net 172.16.20.254 0.0.0.0 area 1
exit
service dhcp
ip helper-dhcp 10.1.13.3
exit
S3760-2:
en
conf t
no ip do lo
ho S3760-2
lin con 0
no exex-t
logg sy
exit
int range f0/8 - 9
port-group 1
exit
int ag 1
sw mo tr
exit
int f0/10
no sw
ip add 10.1.13.1 255.255.255.0
no sh
int f0/1
sw mo tr
int lo0
ip add 172.16.254.2 255.255.255.0
int vlan 10
ip add 172.16.10.253 255.255.255.0
int vlan 20
ip add 172.16.20.253 255.255.255.0
spaning-tree mst confige
intance 1 vlan 10
intance 2 vlan 20
spaning-tree intance 0 pri 8192
spaning-tree intance 1 pri 8192
spaning-tree intance 2 pri 4096
exit
spaning-tree
int vlan 10
vrrp 10 ip 172.16.10.254
int vlan 20
vrrp 20 ip 172.16.20.254
vrrp 20 pri 105
router ospf 100
net 10.1.23.1 0.0.0.0 area 0
net 172.16.10.254 0.0.0.0 area 1
net 172.16.20.254 0.0.0.0 area 1
exit
service dhcp
ip helper-dhcp 10.1.23.3
exit
RSR-3:
en
conf t
no ip do lo
ho RSR-3
line con 0
no exec-t
logg sy
exit
int lo0
ip add 172.16.254.3 255.255.255.0
int f0/1
ip add 10.1.13.2 255.255.255.0
no sh
ip nat inside
int f0/2
ip add 10.1.23.3 255.255.255.0
no sh
ip nat inside
int f0/0
no sh
int f0/0.34
ip add 101.1.34.1 255.255.255.0
no sh
ip nat outside
int f0/0.43
ip add 201.1.43.1 255.255.255.0
no sh
ip nat outside
router ospf 100
net 10.1.13.3 0.0.0.0 area 0
net 10.1.23.3 0.0.0.0 area 0
default information orig
exit
ip route 0.0.0.0 0.0.0.0 200.1.1.2
service dhcp
ip dhcp exclu 172.16.10.252 172.16.10.254
ip dhcp exclu 172.16.20.252 172.26.20.254
ip dhcp pool vlan10
net 172.16.10.0 255.255.255.0
lease 1
default-router 172.16.10.254
exit
ip dhcp pool vlan20
net 172.16.20.0 255.255.255.0
default-touter 172.16.20.254
lease 1
exit
ip route 0.0.0.0 0.0.0.0 101.1.34.2
ip nat inside source 172.16.20.1 202.1.1.1
ip nat pool aaa 102.1.1.0 102.1.1.255 mask 255.255.255.0
ip nat inside sorce list 1 pool aaa overload
access-list 1 permit 172.16.0.0 0.0.255.255
ip nat pool bbb 202.1.1.0 202.1.1.255 mask 255.255.255.0
ip nat inside source list 101 pool bbb overload
access-list 101 permit ip any 200.1.1.0 0.0.0.255
exit
RSR-4:
en
conf t
no ip do lo
ho RSR-4
line con 0
no exec-t
logg sy
exit
int lo100
ip add 100.100.1.1 255.255.255.0
int lo101
ip add 200.1.1.1 255.255.255.0
no sh
int f0/0
no sh
int f0/0.34
ip add 101.1.34.2 255.255.255.0
no sh
int f0/0.43
ip add 201.1.43.2 255.255.255.0
no sh
exit
7. 急需如何配置銳捷交換機
聚合埠(Aggregate-port) ,是把交換機多個特性相同的埠物理連接並綁定為一個邏輯埠,將多條鏈路聚合成一條邏輯鏈路。
IEEE 802.3ad協議的標准
聚合方式
靜態聚合
動態聚合
聚合埠是邏輯埠,根據可以加入的以太口的類型
二層聚合口
三層聚合口
配置二層聚合埠
interface FastEthernet 0/23
port-group 1 !將F0/23加入聚合組1
interface FastEthernet 0/24
port-group 1 !F0/24加入聚合組1
配置三層聚合埠
Ruijie# configure terminal
Ruijie(config)# interface aggretegateport 1
Ruijie(config-if)# no switchport
Ruijie(config-if)# ip address 192.168.1.1 255.255.255.0
Ruijie(config-if)# end
注意事項
只有同類型埠且雙工速率一致才能聚合為一個AG埠。光口和電口不能綁定。
所有物理埠必須屬於同一個VLAN。
最多支持8個物理埠聚合為一個AG。
當一個埠加入AP後,不能在該埠上進行任何配置,直到該埠退出AP.
AP不能設置埠安全功能。
負載均衡
AP 可以根據報文的源 MAC 地址、目的 MAC 地址、源 MAC 地址+目的 MAC 地址、源 IP 地址,目的 IP 地址以及源 IP 地址+目的 IP 地址等特徵值把流量平均地分配到 AP 的成員鏈路中。
可以用 aggregateport load-balance設定流量分配方式。
生成樹協議原理與應用
三種生成樹(STP、RSTP、MSTP)協議的特性
生成樹協議的分類,按照產生的時間先後順序為STP、RSTP、MSTP
三種生成樹所遵循的IEEE標准分別為STP-IEEE 802.3d,RSTP-IEEE 802.3W,MSTP-IEEE 802.3S
STP是怎樣的一個協議呢?
通過阻斷冗餘鏈路將一個有環路的橋接網路修剪成一個無環路的樹型拓撲結構,這樣既解決了環路問題,又能在某條活動(active)的鏈路斷開時, 通過激活被阻斷的冗餘鏈路重新修剪拓撲結構以恢復網路的連通.
基本思想:在網橋之間傳遞配置消息(BPDU),網橋利用收到的配置消息做以下工作:
從網路中的所有網橋中,選出一個作為根網橋(root)
計算本網橋到根網橋的最短路徑
網橋選擇一個根埠,該埠給出的路徑是此網橋到根橋的最短路徑
選擇除根埠之外的轉發埠(指定埠)
配置消息介紹
配置消息也被稱做橋協議數據單元(BPDU)
主要內容包括:
根網橋的Identifier(RootID)
從本網橋到根網橋的最小路徑開銷(RootPathCost)
發送該配置消息的網橋的Identifier
發送該配置消息的網橋的指定埠的Identifier
即(RootID, RootPathCost, BridgeID, PortID)
配置消息的優先順序比較原則:
假定有兩條配置消息C1和C2,則:
如果C1的RootID小於C2的RootID,則C1優於C2
如果C1和C2的RootID相同,但C1的RootPathCost小於C2,則C1優於C2
如果C1和C2的RootID和RootPathCost相同,但C1的發送網橋ID小於C2,則C1優於C2
如果C1和C2的RootID、RootPathCost和發送網橋ID相同,但C1的發送網橋的PortID小於C2,則C1優於C2
RSTP相關配置-配置橋優先順序
如果網路中的所有交換機都保持默認配置,即所有的交換機都具有相同的優先順序,那麼MAC地址小的交換機將具有最小的BridgeID,將被選舉為根橋,但該交換機未必是理想的根橋,可以更改網橋的優先順序手動指定根橋:
配置方法為: Switch(config)#spanning-tree priority priority
RSTP相關配置-配置Hello Time
Hello Time的配置需要注意:
較長的Hello Time可以降低生成樹計算的消耗;較短的Hello Time可以在丟包率較高的時候,增強生成樹的健壯性。
但是,過長的Hello Time會導致鏈路故障的錯誤判斷;過短的Hello Time導致頻繁發送配置消息,增大交換機CPU和網路負擔。
配置方法為:Switch(config)#spanning-tree hello-time interval
RSTP相關配置-配置埠的Max Age
Max age的配置需要注意:
過長的Max Age會導致鏈路故障不能被及時發現;
過短的Max Age可能會在擁塞的時候使交換機錯誤認為鏈路故障,造成頻繁生成樹計算。
配置方法為:Switch(config)#spanning-tree max-age interval
RSTP相關配置-配置埠的Forward Delay
Forward Delay的配置需要注意:
過長的Forward Delay會導致生成樹的收斂太慢;
過短的Forward Delay可能會在拓撲發生改變的時候,引入暫時的環路。
配置方法為:Switch(config)#spanning-tree forward-time interval
TCP/UDP報文
IP報文
單臂路由實現VLAN間路由
步驟1:創建子介面
‒ Router(config)#interface interface.sub-port
步驟2:為子介面封裝802.1q協議,並指定介面所屬的VLAN
‒ Router(config-subif)#encapsulation dot1q vlan-id
步驟3:為子介面配置IP地址
‒ Router(config-subif)#ip address ip-address mask-address
管理距離
取值范圍 0-255
只在本地有效
廠商私有
可以根據需要人為修改管理距離,影響路由優選
取值范圍 0-255
只在本地有效
廠商私有
可以根據需要人為修改管理距離,影響路由優選
路由源 預設管理距離
直連 0
靜態 1
RIP 120
OSPF 110
IS-IS 115
EBGP 20
IBGP 200
路由協議分類
按管理范圍分
‒ IGP
− RIP OSPF EIGRP IS-IS
‒ EGP
− BGP
按演算法分
‒ 距離矢量
− RIP BGP
‒ 鏈路狀態
− OSPF IS-IS
RIPv2概述
RIP是距離矢量路由協議
管理距離120
使用跳數作為度量值來衡量路徑的優劣,取值范圍0-15,16跳錶示路由不可達。
定期更新、全路由表更新、協議收斂慢
RIPv2報文
組播報文,目標地址224.0.0.9
承載在UDP之上,埠號520
報文類型
Request
Response
RIPv2依賴三個計時器維護路由表
更新時間 30s
每隔30s定期向鄰居通告所有RIP已知的路由
失效時間 180s
路由條目進入路由表後啟動失效計時器
180s沒有再次收到該條目則宣布該條目失效
清除時間 120s
失效後120s仍沒有收到該條目則清除該條目
使用觸發更新為加快收斂
水平分割和無窮大計數
路由器記住每一條路由信息的來源,並且不在收到這條信息的埠上再次發送它
16跳錶示路由不可達
配置RIPv2
啟動RIP進程
Router(config)# router rip
定義RIP的版本
Router(config-router)# version 2
定義關聯網路
Router(config-router)# network 網路號
− 網路號指的是本路由器介面IP所在的網路
− RIP 對外通告本路由器關聯網路和通過RIP從鄰居學習的網路
− RIP 只向關聯網路所屬介面通告和接收路由信息
− 手工精確匯總
R2(config-if)# ip rip summary-address 172.16.0.0 255.255.252.0
關閉RIPv2自動匯總
Router(config-router)# no auto-summary
− RIP預設將進行路由自動匯總:當子網路由穿越有類網路邊界時,將自動匯總成有類網路路由
被動介面
Router(config-router)#passive-interface {default |interface-type interface-num}
− 某個介面僅僅學習RIP 路由,並不進行RIP 路由通告
− 連接用戶主機或者非RIP鄰居的介面
單播更新
Router(config-router)# neighbor ip-address
− RIP 路由信息需要通過非廣播網路傳輸,或需要限制一個介面通告廣播式的路由更新報文
− 不同路由協議之間無法相互學習路由信息
− 在協議邊界路由器通過重發布引入其他協議或者進程的路由
− 重發布時要指定引入路由的度量值
− R2(config-router)# redistribute static metric 2
OSPF綜述
Open Shortest Path First 開發最短路徑優先協議
‒ 鏈路狀態路由協議
‒ 全局拓撲、無路由環路
‒ 快速收斂
‒ 用鏈路開銷衡量路徑優劣
‒ 支持區域劃分
‒ 適應范圍廣,可適應大規模網路
‒ 版本
‒ V2 RFC2328
‒ V3 支持IPv6
Router-ID
‒ 在OSPF路由域內唯一標識一台路由器
‒ 一般通過設置Loopback介面指定
Neighbor 鄰居
‒ 在同一網路中都有介面的兩台路由器
‒ 通過Hello包建立和維護鄰居關系
Adjacency 鄰接
‒ 相互交換路由信息的鄰居
五種報文
‒ Hello、DBD、LSR、LSU、LSACK
‒ 通過Hello形成鄰居,鄰接路由器交換LSU通告路由
三個階段
‒ 鄰居發現、路由通告、路由計算
三張表
‒ 鄰居表、鏈路狀態資料庫、路由表
Hello
‒ 攜帶參數,建立和維持鄰居關系
‒ 在多路訪問網路中選舉DR、BDR
DBD
‒ 攜帶LSA頭部信息,向鄰居描述LSDB
LSR
‒ 向鄰居請求特定的LSA
LSU
‒ 攜帶LSA,向鄰居通告拓撲信息
LSAck
‒ 對LSU中的LSA進行確認
鄰居發現
‒ 通過Hello報文發現並形成鄰居關系
‒ 形成鄰居表
路由通告
‒ 鄰接路由器之間通過LSU洪泛LSA,通告拓撲信息,最終同一個區域內所有路由器LSDB完全相同-----同步
‒ 通過DBD、LSR、LSACK輔助LSA的同步
‒ 形成LSDB
路由選擇階段
‒ LSDB同步後,每台路由器獨立進行SPF運算,把最佳路由信息放進路由表。
‒ 形成路由表
鄰居表(neighbor table)
‒ 用鄰居機制來維持路由
‒ 通過Hello包形成鄰居,鄰居表存儲雙向通信的OSPF路由器列表信息
拓撲表(LSDB)
‒ 描述拓撲信息的LSA存儲在LSDB中
OSPF路由表
‒ 對LSA進行SPF計算,而得出的OSPF路由表
全局路由表
‒ 路由器的全局路由表,用於數據包轉發;
‒ OSPF把計算出來的路由,安裝到全局路由表。
啟動OSPF進程
ruijie(config)# router OSPF 1
指定 router id
ruijie(config-router)# router-id X.X.X.X
發布直連介面
ruijie(config-router)# network ip-address wildcard-mask area area-id
修改網路類型
點對點乙太網鏈路,DR選舉是沒有必要的
ruijie(config-if)#ip ospf network point-to-point
被動介面
ruijie(config-router)# passive-interface int vlan 10
或者
ruijie(config-router)# passive-interface default
ruijie(config-router)# no passive-interface int giga1/1
修改介面cost
ruijie(config-if)#ip ospf cost 開銷值
在ABR上進行路由匯總
Router(config-router)#area 區域號 range 子網號 子網掩碼
在ASBR上進行路由匯總
Router(config-router)# summary-address 子網號 子網掩碼
虛鏈路
Router(config-router)#area 區域號 virtual-link 對待router-id
標准IP ACL
‒ 編號 1~99和1300~1999
‒ 命名 standard
配置標准IP ACL
‒ 全局配置模式
‒ ruijie(config)#access-list access-list-number { permit | deny } { any | source source-wildcard } [ time-range time-range-name ]
‒ ACL配置模式
‒ ruijie(config)# ip access-list standard { name | access-list-number }
‒ Ruijie(config-std-nacl)#{ permit | deny } { any | source source-wildcard } [ time-range time-range-name ]
Ruijie(config)#ip access-list standard sample
Ruijie(config-std-nacl)#permit 172.16.1.0 0.0.0.255
擴展IP ACL
標識方法
‒ 編號 100~199和2000~2699
配置擴展IP ACL
‒ 全局配置模式
‒ ruijie(config)#access-list access-list-number { deny | permit } protocol { any | source source-wildcard } [ operator port ] { any | destination destination-wildcard } [ operator port ] [ precedence precedence ] [ tos tos ] [ time-range time-range-name ] [ dscp dscp ] [ fragment ]
‒ Ruijie(config)#access-list 101 deny ip 172.16.2.0 0.0.0.255 host 192.168.6.8
‒ Ruijie(config)#access-list 101 permit any any
配置擴展IP ACL
‒ ACL配置模式
‒ ruijie(config)# ip access-list extended { name | access-list-number }
‒ Ruijie(config-ext-nacl)#{ permit | deny } protocol { any | source source-wildcard } [ operator port ] { any | destination destination-wildcard } [ operator port ] [ time-range time-range-name ] [ dscp dscp ] [ fragment ]
‒ Ruijie(config)#ip access-list extended sample
‒ Ruijie(config-ext-nacl)#permit tcp 172.16.1.0 0.0.0.255 192.168.6.10 eq www
配置IPv6 ACL
‒ ACL配置模式
‒ Ruijie(config)#ipv6 access-list name
‒ Ruijie(config-ipv6-acl)#sn]{ permit | deny } protocol { source IPv6-prefix/prefix-len |host source-ipv6-address |any } [ operator port ] { any | destination IPv6-prefix/prefix-len |host source-ipv6-address |any } [flow-label ] [ time-range time-range-name ] [ dscp dscp ] [ fragment ]
‒ Ruijie(config)#ipv6 access-list sample
‒ Ruijie(config-ipv6-acl)#permit ipv6 2001::/64 any
配置MAC ACL
‒ 全局配置模式
‒ ruijie(config)#access-list access-list-number { permit | deny } { any | host source-mac-address } { any | host destination-mac-address } [ ethernet-type ] [ time-range time-range-name ]
‒ ACL配置模式
‒ Ruijie(config)#mac access-list extended { name | access-list-number }
‒ Ruijie(config-mac-nacl)# { permit | deny } { any | host source-mac-address } { any | host destination-mac-address } [ ethernet-type ] [ time-range time-range-name ]
專家ACL
‒ 編號:2700~2899
配置專家 ACL
全局配置模式
‒ ruijie(config)#access-list access-list-number { permit | deny } [ protocol | ethernet-type ] [ VID vid ] [ { any | source source-wildcard } ] { host source-mac-address | any } [ operator port ] [ { any | destination destination-wildcard } ] { host destination-mac-address | any } [ operator port ] [ precedence precedence ] [ tos tos ] [ time-range time-range-name ] [ dscp dscp ] [ fragment ]
ACL配置模式
‒ Ruijie(config)# expert access-list extended { name | access-list-number }
‒ Ruijie(config-exp-nacl)# 。。。。。。
‒ 配置時間段
‒ Ruijie(config)#time-range name
‒ 配置絕對時間
‒ Ruijie(config-time-range)# absolute { start time [ end time ]
‒ 配置周期時間
‒ Ruijie(config-time-range)# periodic time to time
8. 關於銳捷交換機配置
1、將USB轉串口網口數據線一頭插入交換機前面板的「consel」口。
注意事項:
四個網段也就是四個vlan的網關全部落在一台核心交換機上,就可以實現互通了,因為vlanif的地址在交換機里天生互通,然後核心交換機再以三層路由的方式到路由器出外網。最後的一台計算機或者設備可以通過外網訪問。
9. 銳捷的ospf怎麼配
銳捷是cisco的翻版和cisco的配置命令相同
router ospf 1
router-id 1.1.1.1
network 192.168.0.1 0.0.0.0 area 0
10. 銳捷ospf引入靜態路由命令
銳捷ospf引入靜態路由命令的方法如下:
可以配置地址前綴列表,然後綁定到路由策略中,最後在OSPF引入靜態路由時注意調用路由策略。假設有如下靜態路由,需要通過前綴列表、路由策略引入到OSPF。