Home  >  Article  >  Database  >  BAS给指定vlan分配静态IP

BAS给指定vlan分配静态IP

WBOY
WBOYOriginal
2016-06-07 15:04:321696browse

///查看地址池 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
 
 
//保存即可
 
 
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn