云南建设厅官方网站,建设部网站核对编号,云开发收费,在北京注册公司流程及费用一.200.1.1.0/24子网划分
1.划分八个子网
2.选用前5个#xff0c;第五个子网再划分4个子网作为骨干
二.规划路由
三.配置#xff08;下一跳#xff09;
1.先依次实现四个路由器之间全网可通
2.为路由器配置地址池#xff0c;使用全局模式获取dhcp#xff0c;指定网关…一.200.1.1.0/24子网划分
1.划分八个子网
2.选用前5个第五个子网再划分4个子网作为骨干
二.规划路由
三.配置下一跳
1.先依次实现四个路由器之间全网可通
2.为路由器配置地址池使用全局模式获取dhcp指定网关和dns
3.PC测试 一.200.1.1.0/24子网划分
1.划分八个子网
200.1.1.0/27
200.1.1.32/27
200.1.1.64/27
200.1.1.96/27
200.1.1.128/27
200.1.1.160/27
200.1.1.192/27
200.1.1..224/27
2.选用前5个第五个子网再划分4个子网作为骨干
200.1.1.128/29
200.1.1.136/29
200.1.1.144/29
200.1.1.152/29
二.规划路由
AR1
到达200.1.1.0/27一条
到达200.1.1.64/27一条
到达200.1.1.96/27两条
到达200.1.1.144/29一条
到达200.1.1.152/29一条
AR2
到达200.1.1.0/27两条
到达200.1.1.32/27一条
到达200.1.1.96/27一条
到达200.1.1.128/29一条
到达200.1.1.152/29一条
AR3
到达200.1.1.32/27两条
到达200.1.1.64/27一条
到达200.1.1.0/27一条
到达200.1.1.128/29一条
到达200.1.1.136/29一条
AR4:
到达200.1.1.64/27两条
到达200.1.1.32/27一条
到达200.1.1.64/27一条
到达200.1.1.136/29一条
到达200.1.1.144/29一条
三.配置下一跳
1.先依次实现四个路由器之间全网可通
[Huawei]ip route-static 200.1.1.136 29 200.1.1.130
#根据规划路由依次写静态路由实现通信
AR1
[r1]display ip routing-table protocol static
Route Flags: R - relay, D - download to fib
------------------------------------------------------------------------------
Public routing table : StaticDestinations : 5 Routes : 6 Configured Routes : 6Static routing table status : ActiveDestinations : 5 Routes : 6Destination/Mask Proto Pre Cost Flags NextHop Interface200.1.1.0/27 Static 60 0 RD 200.1.1.129 GigabitEthernet
0/0/1200.1.1.64/27 Static 60 0 RD 200.1.1.138 GigabitEthernet
0/0/0200.1.1.96/27 Static 60 0 RD 200.1.1.129 GigabitEthernet
0/0/1Static 60 0 RD 200.1.1.138 GigabitEthernet
0/0/0200.1.1.144/29 Static 60 0 RD 200.1.1.138 GigabitEthernet
0/0/0200.1.1.152/29 Static 60 0 RD 200.1.1.129 GigabitEthernet
0/0/1Static routing table status : InactiveDestinations : 0 Routes : 0AR2
[r2]display ip routing-table protocol static
Route Flags: R - relay, D - download to fib
------------------------------------------------------------------------------
Public routing table : StaticDestinations : 5 Routes : 6 Configured Routes : 6Static routing table status : ActiveDestinations : 5 Routes : 6Destination/Mask Proto Pre Cost Flags NextHop Interface200.1.1.0/27 Static 60 0 RD 200.1.1.146 GigabitEthernet
0/0/0Static 60 0 RD 200.1.1.137 GigabitEthernet
0/0/1200.1.1.32/27 Static 60 0 RD 200.1.1.137 GigabitEthernet
0/0/1200.1.1.96/27 Static 60 0 RD 200.1.1.146 GigabitEthernet
0/0/0200.1.1.128/29 Static 60 0 RD 200.1.1.137 GigabitEthernet
0/0/1200.1.1.152/29 Static 60 0 RD 200.1.1.146 GigabitEthernet
0/0/0Static routing table status : InactiveDestinations : 0 Routes : 0AR3
[r3]display ip routing-table protocol static
Route Flags: R - relay, D - download to fib
------------------------------------------------------------------------------
Public routing table : StaticDestinations : 5 Routes : 6 Configured Routes : 6Static routing table status : ActiveDestinations : 5 Routes : 6Destination/Mask Proto Pre Cost Flags NextHop Interface200.1.1.0/27 Static 60 0 RD 200.1.1.154 GigabitEthernet
0/0/0200.1.1.32/27 Static 60 0 RD 200.1.1.154 GigabitEthernet
0/0/0Static 60 0 RD 200.1.1.145 GigabitEthernet
0/0/1200.1.1.64/27 Static 60 0 RD 200.1.1.145 GigabitEthernet
0/0/1200.1.1.128/29 Static 60 0 RD 200.1.1.154 GigabitEthernet
0/0/0200.1.1.136/29 Static 60 0 RD 200.1.1.145 GigabitEthernet
0/0/1Static routing table status : InactiveDestinations : 0 Routes : 0AR4
[r4]display ip routing-table protocol static
Route Flags: R - relay, D - download to fib
------------------------------------------------------------------------------
Public routing table : StaticDestinations : 5 Routes : 6 Configured Routes : 6Static routing table status : ActiveDestinations : 5 Routes : 6Destination/Mask Proto Pre Cost Flags NextHop Interface200.1.1.32/27 Static 60 0 RD 200.1.1.130 GigabitEthernet
0/0/0200.1.1.64/27 Static 60 0 RD 200.1.1.130 GigabitEthernet
0/0/0Static 60 0 RD 200.1.1.153 GigabitEthernet
0/0/1200.1.1.96/27 Static 60 0 RD 200.1.1.153 GigabitEthernet
0/0/1200.1.1.136/29 Static 60 0 RD 200.1.1.130 GigabitEthernet
0/0/0200.1.1.144/29 Static 60 0 RD 200.1.1.153 GigabitEthernet
0/0/1Static routing table status : InactiveDestinations : 0 Routes : 0
2.为路由器配置地址池使用全局模式获取dhcp指定网关和dns
[r1]dhcp enable
[r1]ip pool s1
[r1-ip-pool-s1]network 200.1.1.32 mask 27
[r1-ip-pool-s1]dns-list 114.114.114.114 8.8.8.8
[r1-ip-pool-s1]gateway-list 200.1.1.33
[r1]interface GigabitEthernet 0/0/2
[r1-GigabitEthernet0/0/2]dhcp select global
#四个路由器同样做此配置
AR1
[r1]ip pool s1
[r1-ip-pool-s1]display this
[V200R003C00]
#
ip pool s1gateway-list 200.1.1.33 network 200.1.1.32 mask 255.255.255.224 dns-list 114.114.114.114 8.8.8.8
#
returnAR2
[r2]ip pool S2
[r2-ip-pool-s2]display this
[V200R003C00]
#
ip pool s2gateway-list 200.1.1.65 network 200.1.1.64 mask 255.255.255.224 dns-list 114.114.114.114 8.8.8.8
#
returnAR3
[r3]ip pool s3
[r3-ip-pool-s3]display this
[V200R003C00]
#
ip pool s3gateway-list 200.1.1.97 network 200.1.1.96 mask 255.255.255.224 dns-list 114.114.114.114 8.8.8.8
#
returnAR4
[r4]ip pool s4
[r4-ip-pool-s4]dis
[r4-ip-pool-s4]display th
[r4-ip-pool-s4]display this
[V200R003C00]
#
ip pool s4gateway-list 200.1.1.1 network 200.1.1.0 mask 255.255.255.224 dns-list 114.114.114.114 8.8.8.8
#
return3.PC测试
PCipconfig #PC8Link local IPv6 address...........: fe80::5689:98ff:fe61:7b69
IPv6 address......................: :: / 128
IPv6 gateway......................: ::
IPv4 address......................: 200.1.1.29
Subnet mask.......................: 255.255.255.224
Gateway...........................: 200.1.1.1
Physical address..................: 54-89-98-61-7B-69
DNS server........................: 114.114.114.1148.8.8.8PCping 200.1.1.62Ping 200.1.1.62: 32 data bytes, Press Ctrl_C to break
Request timeout!
Request timeout!
From 200.1.1.62: bytes32 seq3 ttl126 time78 ms
From 200.1.1.62: bytes32 seq4 ttl126 time78 ms
From 200.1.1.62: bytes32 seq5 ttl126 time94 ms--- 200.1.1.62 ping statistics ---5 packet(s) transmitted3 packet(s) received40.00% packet lossround-trip min/avg/max 0/83/94 msPCping 200.1.1.61Ping 200.1.1.61: 32 data bytes, Press Ctrl_C to break
Request timeout!
From 200.1.1.61: bytes32 seq2 ttl126 time62 ms
From 200.1.1.61: bytes32 seq3 ttl126 time79 ms
From 200.1.1.61: bytes32 seq4 ttl126 time93 ms
From 200.1.1.61: bytes32 seq5 ttl126 time78 ms--- 200.1.1.61 ping statistics ---5 packet(s) transmitted4 packet(s) received20.00% packet lossround-trip min/avg/max 0/78/93 msPCping 200.1.1.94Ping 200.1.1.94: 32 data bytes, Press Ctrl_C to break
Request timeout!
Request timeout!
Request timeout!
Request timeout!
From 200.1.1.94: bytes32 seq5 ttl125 time78 ms--- 200.1.1.94 ping statistics ---5 packet(s) transmitted1 packet(s) received80.00% packet lossround-trip min/avg/max 0/78/78 msPCping 200.1.1.93Ping 200.1.1.93: 32 data bytes, Press Ctrl_C to break
Request timeout!
From 200.1.1.93: bytes32 seq2 ttl125 time94 ms
From 200.1.1.93: bytes32 seq3 ttl125 time46 ms
From 200.1.1.93: bytes32 seq4 ttl125 time79 ms
From 200.1.1.93: bytes32 seq5 ttl125 time78 ms--- 200.1.1.93 ping statistics ---5 packet(s) transmitted4 packet(s) received20.00% packet lossround-trip min/avg/max 0/74/94 msPCping 200.1.1.125Ping 200.1.1.125: 32 data bytes, Press Ctrl_C to break
Request timeout!
From 200.1.1.125: bytes32 seq2 ttl126 time78 ms
From 200.1.1.125: bytes32 seq3 ttl126 time78 ms
From 200.1.1.125: bytes32 seq4 ttl126 time47 ms
From 200.1.1.125: bytes32 seq5 ttl126 time62 ms--- 200.1.1.125 ping statistics ---5 packet(s) transmitted4 packet(s) received20.00% packet lossround-trip min/avg/max 0/66/78 msPCping 200.1.1.126Ping 200.1.1.126: 32 data bytes, Press Ctrl_C to break
Request timeout!
From 200.1.1.126: bytes32 seq2 ttl126 time62 ms
From 200.1.1.126: bytes32 seq3 ttl126 time78 ms
From 200.1.1.126: bytes32 seq4 ttl126 time63 ms
From 200.1.1.126: bytes32 seq5 ttl126 time62 ms--- 200.1.1.126 ping statistics ---5 packet(s) transmitted4 packet(s) received20.00% packet lossround-trip min/avg/max 0/66/78 ms 文章转载自: http://www.morning.pcngq.cn.gov.cn.pcngq.cn http://www.morning.pqnkg.cn.gov.cn.pqnkg.cn http://www.morning.wwjft.cn.gov.cn.wwjft.cn http://www.morning.sjwqr.cn.gov.cn.sjwqr.cn http://www.morning.hlnrj.cn.gov.cn.hlnrj.cn http://www.morning.trjp.cn.gov.cn.trjp.cn http://www.morning.ryxyz.cn.gov.cn.ryxyz.cn http://www.morning.ujianji.com.gov.cn.ujianji.com http://www.morning.zpyxl.cn.gov.cn.zpyxl.cn http://www.morning.pycpt.cn.gov.cn.pycpt.cn http://www.morning.xgbq.cn.gov.cn.xgbq.cn http://www.morning.dzrcj.cn.gov.cn.dzrcj.cn http://www.morning.brwnd.cn.gov.cn.brwnd.cn http://www.morning.pfcrq.cn.gov.cn.pfcrq.cn http://www.morning.hxbjt.cn.gov.cn.hxbjt.cn http://www.morning.rkrl.cn.gov.cn.rkrl.cn http://www.morning.qypjk.cn.gov.cn.qypjk.cn http://www.morning.tzkrh.cn.gov.cn.tzkrh.cn http://www.morning.rfyk.cn.gov.cn.rfyk.cn http://www.morning.hnzrl.cn.gov.cn.hnzrl.cn http://www.morning.khpx.cn.gov.cn.khpx.cn http://www.morning.gsjw.cn.gov.cn.gsjw.cn http://www.morning.mhmcr.cn.gov.cn.mhmcr.cn http://www.morning.rykn.cn.gov.cn.rykn.cn http://www.morning.fwzjs.cn.gov.cn.fwzjs.cn http://www.morning.fyglg.cn.gov.cn.fyglg.cn http://www.morning.qstkk.cn.gov.cn.qstkk.cn http://www.morning.yslfn.cn.gov.cn.yslfn.cn http://www.morning.pcgmw.cn.gov.cn.pcgmw.cn http://www.morning.wwthz.cn.gov.cn.wwthz.cn http://www.morning.mprtj.cn.gov.cn.mprtj.cn http://www.morning.hmxb.cn.gov.cn.hmxb.cn http://www.morning.ghxsn.cn.gov.cn.ghxsn.cn http://www.morning.cltrx.cn.gov.cn.cltrx.cn http://www.morning.zqdzg.cn.gov.cn.zqdzg.cn http://www.morning.mygbt.cn.gov.cn.mygbt.cn http://www.morning.tcpnp.cn.gov.cn.tcpnp.cn http://www.morning.pgmbl.cn.gov.cn.pgmbl.cn http://www.morning.mehrim.com.gov.cn.mehrim.com http://www.morning.chxsn.cn.gov.cn.chxsn.cn http://www.morning.hwtb.cn.gov.cn.hwtb.cn http://www.morning.yrkdq.cn.gov.cn.yrkdq.cn http://www.morning.ndcf.cn.gov.cn.ndcf.cn http://www.morning.tpyjr.cn.gov.cn.tpyjr.cn http://www.morning.thpns.cn.gov.cn.thpns.cn http://www.morning.mhlkc.cn.gov.cn.mhlkc.cn http://www.morning.fxkgp.cn.gov.cn.fxkgp.cn http://www.morning.rnqrl.cn.gov.cn.rnqrl.cn http://www.morning.ldmtq.cn.gov.cn.ldmtq.cn http://www.morning.sqyjh.cn.gov.cn.sqyjh.cn http://www.morning.zljqb.cn.gov.cn.zljqb.cn http://www.morning.drcnn.cn.gov.cn.drcnn.cn http://www.morning.ykmg.cn.gov.cn.ykmg.cn http://www.morning.gyzfp.cn.gov.cn.gyzfp.cn http://www.morning.rnlx.cn.gov.cn.rnlx.cn http://www.morning.dysgr.cn.gov.cn.dysgr.cn http://www.morning.mmtjk.cn.gov.cn.mmtjk.cn http://www.morning.bpmtl.cn.gov.cn.bpmtl.cn http://www.morning.rzmzm.cn.gov.cn.rzmzm.cn http://www.morning.rfwkn.cn.gov.cn.rfwkn.cn http://www.morning.zwmjq.cn.gov.cn.zwmjq.cn http://www.morning.rgsgk.cn.gov.cn.rgsgk.cn http://www.morning.bdkhl.cn.gov.cn.bdkhl.cn http://www.morning.jcfg.cn.gov.cn.jcfg.cn http://www.morning.clpkp.cn.gov.cn.clpkp.cn http://www.morning.lokext.com.gov.cn.lokext.com http://www.morning.ggxbyhk.cn.gov.cn.ggxbyhk.cn http://www.morning.gbpanel.com.gov.cn.gbpanel.com http://www.morning.bpmth.cn.gov.cn.bpmth.cn http://www.morning.wbnsf.cn.gov.cn.wbnsf.cn http://www.morning.hkpn.cn.gov.cn.hkpn.cn http://www.morning.mqmmc.cn.gov.cn.mqmmc.cn http://www.morning.wxlzr.cn.gov.cn.wxlzr.cn http://www.morning.msbpb.cn.gov.cn.msbpb.cn http://www.morning.gyzfp.cn.gov.cn.gyzfp.cn http://www.morning.jjhng.cn.gov.cn.jjhng.cn http://www.morning.wbns.cn.gov.cn.wbns.cn http://www.morning.psyrz.cn.gov.cn.psyrz.cn http://www.morning.xbzfz.cn.gov.cn.xbzfz.cn http://www.morning.rtspr.cn.gov.cn.rtspr.cn