1樓:手機使用者
你好!你可以參考我下面的:
inte***ce fa0/2
switchport port-security//開啟埠安全
switchport port-security maximum 1 //最大mac學習數為1
switchport port-security violation protect //開啟埠保護
switchport port-security mac-address sticky //開啟mac白名單地址地址貼上
switchport port-security mac-address sticky 000c.8543.0a81 //貼上mac地址
思科2960如何開啟埠 50
2樓:匿名使用者
1、思科2960的埠預設是開啟的
2、如果被關閉,可以進入埠模式後,開啟。
3、具體命令:(1)conf t (2)int f0/1 (3)no shut
3樓:色彩粒
conf t(進入配置模式)
inte***ce ethernet 0/0/1 (進入埠1)swichport mode route (設定埠模式)ip address 172.16.1.
0 255.255.255.
0(設定埠ip)
end (退出)
wri m(儲存)
傳統的交換技術是在osi網路參考模型中的第二層(即資料鏈路層)進行操作的,而三層交換技術是在網路模型中的第三層實現了資料包的高速**,利用第三層協議中的資訊來加強笫二層交換功能的機制。
4樓:匿名使用者
重啟下交換機可能就好了,遇到過同樣的情況
5樓:伍貳叄零
show inte***ce f/16看看是什麼原因down了
6樓:
physical down 還是 portocol down
如何檢視思科2960埠是否開啟 如何開啟 求詳細步驟
7樓:匿名使用者
檢視所有埠情況:
show ip int b
如果f0/1是down狀態,嘗試以下操作
conf t
int f0/1
no shutdown
注:如果沒連裝置,就算敲了no shutdown,也是down狀態。
請問cisco2960g如何配置埠速率呀?
8樓:網管愛好者
c2950(config-if)#
inte***ce fastethernet0/1 /進入介面f0/1子配置模式 inte***ce ethernet0 /進入乙太網口0子配置模式 no shutdown /啟用介面
speed ? /檢視speed命令的子命令speed 100 /設定該埠速率為100mb/sdulplex full/half/auto /設定該埠為全雙工description to_pc1 /設定該埠描述為to_pc1show inte***ce fastethernet 0/1 /檢視埠0/1的配置結果
show inte***ce fastethernet 0/1 status /檢視埠0/1的狀態
9樓:匿名使用者
1、在交換機上啟動qos
switch(config)#mls qos //在交換機上啟動qos
2、分別定義pc1(10.10.1.1)和pc2(10.10.2.1)訪問控制列表
switch(config)#access-list 10 permit 10.10.1.0 0.0.0.255 //控制pc1上行流量
switch(config)#access-list 100 permit any 10.10.1.0 0.0.0.255 //控制pc1下行流量
switch(config)#access-list 11 permit 10.10.2.0 0.0.0.255 //控制pc2上行流量
switch(config)#access-list 111 permit any 10.10.2.0 0.0.0.255 //控制pc2下行流量
3、定義類,並和上面定義的訪問控制列表繫結
switch(config)# class-map user1-up //定義pc1上行的類,並繫結訪問列表10
switch(config-cmap)# match access-group 10
switch(config-cmap)# exit
switch(config)# class-map user2-up
switch(config-cmap)# match access-group 11 //定義pc2上行的類,並繫結訪問列表10
switch(config-cmap)# exit
switch(config)# class-map user1-down
switch(config-cmap)# match access-group 100 //定義pc1下行的類,並繫結訪問列表100
switch(config-cmap)# exit
switch(config)# class-map user2-down
switch(config-cmap)# match access-group 111 //定義pc2下行的類,並繫結訪問列表111
switch(config-cmap)# exit
4、定義策略,把上面定義的類繫結到該策略
switch(config)# policy-map user1-up //定義pc1上行的速率為1m
switch(config-pmap)# class user1-up
switch(config-pmap-c)# trust dscp
switch(config-pmap-c)# police 1024000 1024000 exceed-action drop
switch(config)# policy-map user2-up //定義pc2上行的速率為2m
switch(config-pmap)# class user2-up
switch(config-pmap-c)# trust dscp
switch(config-pmap-c)# police 2048000 1024000 exceed-action drop
switch(config)# policy-map user-down
switch(config-pmap)# class user1-down
switch(config-pmap-c)# trust dscp
switch(config-pmap-c)# police 1024000 1024000 exceed-action drop
switch(config-pmap-c)# exit
switch(config-pmap)# class user2-down
switch(config-pmap-c)# trust dscp
switch(config-pmap-c)# police 2048000 1024000 exceed-action drop
switch(config-pmap-c)# exit
5、在介面上運用策略
switch(config)# inte***ce f0/1
switch(config-if)# service-policy input user1-up
switch(config)# inte***ce f0/2
switch(config-if)# service-policy input user2-up
switch(config)# inte***ce g0/1
switch(config-if)# service-policy input user-down
在路由器的配置介面裡,進入介面配置模式(config-if),裡面可以使用speed 100這樣的命令來指定介面速率
10樓:匿名使用者
在路由器的配置介面裡,進入介面配置模式(config-if),裡面可以使用speed 100這樣的命令來指定介面速率。
11樓:匿名使用者
2960 好像是新出的交換機 查命令上cisco**查 要啥有啥
cisco交換機2960配置先配置vlan後再能配置各個fa埠的ip地址麼 5
12樓:匿名使用者
你這臺copy
裝置的主機名已經提示了,這bai
是個switch,不是路du由器。
首先確認這是不是三層
zhi裝置,dao三層交換機首先要啟用它的路由功能,並且在埠上要關閉交換模式才能配置。當然你也可以在vlan下配置,這個看個人習慣和實際需求。
全域性配置 ip route 開啟路由
fa 0/1下打no switchport 關閉交換機埠再打ip add就可以了
思科2960的交換機怎麼檢視vlan的配置過程及vlan地址,用show run看不到啊。
13樓:匿名使用者
檢視vlan及其埠的命令是show vlan brief.
配置好了之後你再show run 就可以看到vlan 的詳細地址了我給你截個圖,簡單的配置了一下vlan 1,你還有什麼問題,可以追問如果建立多個vlan,可以進vlan database,如圖
14樓:匿名使用者
show vlan - =
思科2960如何開啟埠思科2960如何開啟埠
1 思科2960的埠預設是開啟的 2 如果被關閉,可以進入埠模式後,開啟。3 具體命令 1 conf t 2 int f0 1 3 no shut conf t 進入配置模式 inte ce ether 0 0 1 進入埠1 swichport mode route 設定埠模式 ip address...
思科Catalyst 2960交換機有沒有光口
對,樓上正解。思科catalyst 2960是一個系列,有很多型號的交換機,常用的有以下型號 cisco catalyst 2960pd 8tt l 8個乙太網 10 100 埠和1個10 100 1000 poe輸入埠 cisco catalyst 2960 8tc l 8個乙太網10 100埠和...
思科2960交換機如何備份系統到tftp上
備份交換機的配置 步驟 首先開啟tftp服務軟體,登入到交換機的特權模式。copy running config tftp 回車輸入開啟了tftp服務軟體的計算機ip如192.168.0.51 回車然後輸入儲存的名字 如xiaoshoubu 也可預設,一般預設的名字就是本身設定時所對應的 名字 回車...