首頁  >  文章  >  資料庫  >  BAS给指定vlan分配静态IP

BAS给指定vlan分配静态IP

WBOY
WBOY原創
2016-06-07 15:04:321761瀏覽

///查看地址池 ip poolAAA local gateway ***.***.135.1 255.255.255.192 section 0 ***.***.135.2 ***.***.135.62 excluded-ip-address ***.***.135.2 ***.***.135.62 //配置IP portvlan ethernet 24 vlan 100 1 access-type layer2-subscriber default-dom

///查看地址池
ip pool AAA local
 gateway ***.***.135.1 255.255.255.192
 section 0 ***.***.135.2 ***.***.135.62
 excluded-ip-address  ***.***.135.2  ***.***.135.62
 
//配置IP
portvlan ethernet 24 vlan 100 1
 access-type layer2-subscriber           
 default-domain  authentication force static
 authentication-method bind
 static-user ***.***.135.17 ***.***.135.17 detect
 
//把IP下发
 
#
local-aaa-server

batch-user ethernet 14 163 1 domain static
 batch-user ethernet 14 163 1 domain static authentication-type B
 batch-user ethernet 24 100 1 domain static
 batch-user ethernet 24 100 1 domain static authentication-type B
 
 
//保存即可
 
 
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn