今天給大家帶來如何使用H3C交換機給station分配一個固定的IP,使用H3C交換機給station分配一個固定的IP的方法有哪些,讓您輕鬆解決問題。
現在是互聯網時代,在大型工廠,我們會使用交換機分配IP地址,一般給車間工位分配的是一個固定的IP地址,即使更換電腦,也能使用此IP地址訪問。具體方法如下:
1連接好交換機與電腦的console線
2選擇電腦/程序/通訊,使用通訊助手來配置交換機。然後開啟交換機電源,會看到如下指令並編輯:
3<4500>system-view
System View: return to User View with Ctrl+Z.
[4500]vlan 10
[4500-vlan10]port Ethernet 1/0/1 to Ethernet 1/0/24
[4500-vlan10]quit
[4500]interface Vlan-interface 10
[4500-Vlan-interface10]ip address 10.1.1.1 255.255.255.0
[4500-Vlan-interface10]quit
[4500]acl number 3001
[4500-acl-adv-3001]rule 0 deny ip
[4500-acl-adv-3001]rule 1 permit ip source 10.1.1.75 0
[4500-acl-adv-3001]quit
[4500]interface Ethernet 1/0/1
[4500-Ethernet1/0/1]packet-filter inbound ip-group 3001
[4500-Ethernet1/0/1]quit
[4500]acl number 3002
[4500-acl-adv-3002]rule 0 deny ip
[4500-acl-adv-3002]rule 2 permit ip source 10.1.1.76 0
[4500-acl-adv-3002]quit
[4500]interface Ethernet 1/0/2
[4500-Ethernet1/0/2]packet-filter inbound ip-group 3002
[4500-Ethernet1/0/2]quit
.
.
.
以上就是如何使用H3C交換機給station分配一個固定的IP,使用H3C交換機給station分配一個固定的IP的方法有哪些教程,希望本文中能幫您解決問題。
電腦軟件相關教程