Home > Database > Mysql Tutorial > body text

BAS给指定vlan分配静态IP

WBOY
Release: 2016-06-07 15:04:32
Original
1757 people have browsed it

///查看地址池 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
 
 
//保存即可
 
 
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!