prefix length

简介:
本文出自Simmy的个人blog:西米在线  http://simmyonline.com/archives/288.html
 
EIGRP advertises a  prefix length for each destination network.
 
Prefix Length:前缀长度,mask长度,即子网掩码为1的位数。
 
Sample:
ip address 172.16.1.1 255.255.255.0
it will advertise 172.16.1.0 with a prefix length of 24.
 
Likewise, if the router is configured as follows:
ip address 172.16.250.1 255.255.255.252
it will advertise 172.16.250.0 with a prefix length of 30.




















本文转simmy51CTO博客,原文链接:http://blog.51cto.com/helpdesk/161851 ,如需转载请自行联系原作者
相关文章
遍历字符串,String line = xxx for(int i = 0;i<line.length();i++){system.out.println(line.chartAt(i)); 单个
遍历字符串,String line = xxx for(int i = 0;i<line.length();i++){system.out.println(line.chartAt(i)); 单个
|
9月前
channelSftp.put(InputStream src, String dst, int mode);里的mode都是什么类型的
【5月更文挑战第15天】channelSftp.put(InputStream src, String dst, int mode);里的mode都是什么类型的
264 2
|
应用服务中间件 nginx Windows
1113: No mapping for the Unicode character exists in the target multi-byte code page
1113: No mapping for the Unicode character exists in the target multi-byte code page
816 0
1113: No mapping for the Unicode character exists in the target multi-byte code page
|
网络协议
IP-Prefix List
IP-Prefix List:能够同时匹配网络号和前缀长度 性能及可控性比ACL强(ACL无法匹配掩码/前缀长度) 前缀列表不能用于数据包的过滤
416 0
IP-Prefix List
成功解决absl.flags._exceptions.IllegalFlagValueError: flag --train_size=inf: Expect argument to be a str
成功解决absl.flags._exceptions.IllegalFlagValueError: flag --train_size=inf: Expect argument to be a str
|
网络协议 网络架构

热门文章

最新文章