思科模拟简单校园网

这篇具有很好参考价值的文章主要介绍了思科模拟简单校园网。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

模拟简单校园网络

思科模拟简单校园网

一、二层交换机配置,划分vlan

宿舍vlan10,教学楼vlan20,宿舍网为1.1.1.0/24网段,教学楼网段为2.2.2.0/24网段

1.DHCP服务器配置

桌面–>IP配置–>配置相关vlan网段的网关,子网掩码

DHCP(宿舍)

思科模拟简单校园网

2.宿舍交换机配置

fa0/2 vlan 10
fa0/1 trunk

Switch#config
Switch#configure t
Switch#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#hostname sw1
sw1(config)#vlan 10
sw1(config-vlan)#exit
sw1(config)#int
sw1(config)#interface f
sw1(config)#interface fastEthernet 0/2
sw1(config-if)#sw
sw1(config-if)#switchport a
sw1(config-if)#switchport access v
sw1(config-if)#switchport access vlan 10
sw1(config-if)#exit
sw1(config)#in
sw1(config)#interface f
sw1(config)#interface fastEthernet 0/1
sw1(config-if)#sw
sw1(config-if)#switchport m
sw1(config-if)#switchport mode t
sw1(config-if)#switchport mode trunk 

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up

sw1(config-if)#
sw1(config-if)#exit
sw1(config)#

同理配置两个教室交换机sw1、sw2,配置vlan 20

3.交换机sw0配置

分别给DHCP(宿舍)、DHCP(教学楼)划分vlan,用于各个网段的DHCP配置,其他接口设置为trunk模式

Switch>
Switch>
Switch>en
Switch#conf
Switch#configure t
Switch#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#
Switch(config)#h
Switch(config)#hostname sw0
sw0(config)#vlan 10
sw0(config-vlan)#vlan 20
sw0(config-vlan)#exit
sw0(config)#int
sw0(config)#interface f
sw0(config)#interface fastEthernet 0/1
sw0(config-if)#sw
sw0(config-if)#switchport m
sw0(config-if)#switchport mode t
sw0(config-if)#switchport mode trunk 
sw0(config-if)#exit
sw0(config)#int
sw0(config)#interface f
sw0(config)#interface fastEthernet 0/2
sw0(config-if)#sw
sw0(config-if)#switchport a
sw0(config-if)#switchport access v
sw0(config-if)#switchport access vlan 10
sw0(config-if)#exit
sw0(config)#int
sw0(config)#interface f
sw0(config)#interface fastEthernet 0/3
sw0(config-if)#sw
sw0(config-if)#switchport m
sw0(config-if)#switchport mode t
sw0(config-if)#switchport mode trunk 
sw0(config-if)#exit
sw0(config)#int
sw0(config)#interface f
sw0(config)#interface fastEthernet 0/4
sw0(config-if)#sw
sw0(config-if)#switchport m
sw0(config-if)#switchport mode t
sw0(config-if)#switchport mode trunk 
sw0(config-if)#exit
sw0(config)#
sw0(config)#int
sw0(config)#interface f
sw0(config)#interface fastEthernet 0/5
sw0(config-if)#sw
sw0(config-if)#switchport m
sw0(config-if)#switchport mode t
sw0(config-if)#switchport mode trunk 
sw0(config-if)#exit
sw0(config)#int
sw0(config)#interface f
sw0(config)#interface fastEthernet 0/6
sw0(config-if)#sw
sw0(config-if)#switchport a
sw0(config-if)#switchport access v
sw0(config-if)#switchport access vlan 20
sw0(config-if)#exit
sw0(config)#int
sw0(config)#interface f
sw0(config)#interface fastEthernet 0/7
sw0(config-if)#sw
sw0(config-if)#switchport m
sw0(config-if)#switchport mode t
sw0(config-if)#switchport mode trunk 

sw0(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/7, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/7, changed state to up

sw0(config-if)#exit
sw0(config)#

DHCP配置成功,终端自动获取ip信息
思科模拟简单校园网

此时相同vlan的设备可ping通,不同vlan设备不可通

4.三层交换机配置

首先配置设备4三层交换机的vlan功能,实现交换机的功能

Switch>
Switch>
Switch>en
Switch#conf
Switch#configure t
Switch#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#h
Switch(config)#hostname 4
4(config)#vlan 20
4(config-vlan)#exit
4(config)#int
4(config)#interface vl
4(config)#interface vlan 20

%LINK-5-CHANGED: Interface Vlan20, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan20, changed state to up
4(config-if)#ad
4(config-if)#ip
4(config-if)#ip ad
4(config-if)#ip address 2.2.2.254 255.255.255.0
4(config-if)#no sh
4(config-if)#no shutdown 
4(config-if)#exit

ping测试:此时相同vlan内的设备可以相互ping通

5.宿舍vlan的路由设置(内网2设置)

Router>
Router>en
Router#conf
Router#configure t
Router#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#h
Router(config)#hostname 2
2(config)#int
2(config)#interface f
2(config)#interface fastEthernet 0/0
2(config-if)#no sh
2(config-if)#no shutdown 

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

2(config-if)#exit
2(config)#int
2(config)#interface f
2(config)#interface fastEthernet 0/0.10

%LINK-5-CHANGED: Interface FastEthernet0/0.10, changed state to up
2(config-subif)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.10, changed state to up

2(config-subif)#e
2(config-subif)#e
2(config-subif)#e
2(config-subif)#en
2(config-subif)#encapsulation 
2(config-subif)#encapsulation dot1Q 10
2(config-subif)#ip ad
2(config-subif)#ip address 1.1.1.254 255.255.255.0
2(config-subif)#exit
2(config)#ro
2(config)#router r
2(config)#router rip 
2(config-router)#ne
2(config-router)#network 1.1.1.0
2(config-router)#exit

和终端宿舍1ping测试:可以通

二、路由ospf设置

内网1路由器设置

二层—>三层

Router>en
Router#conf
Router#configure t
Router#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#h
Router(config)#hostname 1
1(config)#int
1(config)#interface fa
1(config)#interface fastEthernet 0/0
1(config-if)#ip ad
1(config-if)#ip address 12.12.12.1 255.255.255.0
1(config-if)#no s
1(config-if)#no sh
1(config-if)#no shutdown 

1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

1(config-if)#fa
1(config-if)#int
1(config-if)#exit
1(config)#int
1(config)#interface f
1(config)#interface fastEthernet 0/1
1(config-if)#ip ad
1(config-if)#ip address 13.13.13.1 255.255.255.0
1(config-if)#no sh
1(config-if)#no shutdown 

1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

1(config-if)#exit
1(config)#int
1(config)#interface f
1(config)#interface e
1(config)#interface ethernet 0/1/0
1(config-if)#ip ad
1(config-if)#ip address 15.15.15.1 255.255.255.0
1(config-if)#no sh
1(config-if)#no shutdown 

1(config-if)#
%LINK-5-CHANGED: Interface Ethernet0/1/0, changed state to up
exit
1(config)#ro
1(config)#router o
1(config)#router ospf 1
1(config-router)#ro
1(config-router)#router-id 1.1.1.1
1(config-router)#network 12.12.12.0 0.0.0.255 area 1
1(config-router)#network 13.13.13.0 0.0.0.255 area 1
1(config-router)#ne
1(config-router)#network 15.15.15.0 0.0.0.255 a
1(config-router)#network 15.15.15.0 0.0.0.255 area 0
1(config-router)#exit

内网2路由设置

2>
2>en
2#conf
2#configure t
2#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
2(config)#int
2(config)#interface f
2(config)#interface fastEthernet 0/1
2(config-if)#ip ad
2(config-if)#ip address 12.12.12.2 255.255.255.0
2(config-if)#no sh
2(config-if)#no shutdown 

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up

2(config-if)#exit
2(config)#int
2(config)#interface e
2(config)#interface ethernet 0/1/0
2(config-if)#ip ad
2(config-if)#ip address 24.24.24.1 255.255.255.0
2(config-if)#no sh
2(config-if)#no shutdown 

%LINK-5-CHANGED: Interface Ethernet0/1/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0/1/0, changed state to up

2(config-if)#exit
2(config)#ro
2(config)#router o
2(config)#router ospf 1
2(config-router)#ro
2(config-router)#router-id 2.2.2.2
2(config-router)#do show ip osp
2(config-router)#do show ip osp
 Routing Process "ospf 1" with ID 2.2.2.2
 Supports only single TOS(TOS0) routes
 Supports opaque LSA
 SPF schedule delay 5 secs, Hold time between two SPFs 10 secs
 Minimum LSA interval 5 secs. Minimum LSA arrival 1 secs
 Number of external LSA 0. Checksum Sum 0x000000
 Number of opaque AS LSA 0. Checksum Sum 0x000000
 Number of DCbitless external and opaque AS LSA 0
 Number of DoNotAge external and opaque AS LSA 0
 Number of areas in this router is 0. 0 normal 0 stub 0 nssa
 External flood list length 0

2(config-router)#do show ip rou
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

     1.0.0.0/24 is subnetted, 1 subnets
C       1.1.1.0 is directly connected, FastEthernet0/0.10
     12.0.0.0/24 is subnetted, 1 subnets
C       12.12.12.0 is directly connected, FastEthernet0/1
     24.0.0.0/24 is subnetted, 1 subnets
C       24.24.24.0 is directly connected, Ethernet0/1/0
2(config-router)#ne
2(config-router)#network 1.1.1.0 0.0.0.255 a
2(config-router)#network 1.1.1.0 0.0.0.255 area 1
2(config-router)#ne
2(config-router)#network 12.12.12.0 0.0.0.255 a
2(config-router)#network 12.12.12.0 0.0.0.255 area 1
2(config-router)#ne
2(config-router)#network 24.24.24.0 00.
2(config-router)#network 24.24.24.0 0.0.0.255 a
2(config-router)#network 24.24.24.0 0.0.0.255 area 1
2(config-router)#exit
2(config)#

此时,从内网1路由器到宿舍可以ping通

内网3路由设置

Router>
Router>en
Router#conf
Router#configure t
Router#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#h
Router(config)#hostname 3
3(config)#int
3(config)#interface f
3(config)#interface fastEthernet 0/0
3(config-if)#ip a
3(config-if)#ip ad
3(config-if)#ip address 13.13.13.2 255.255.255.0
3(config-if)#no sh
3(config-if)#no shutdown 

3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
exit
3(config)#int
3(config)#interface f
3(config)#interface fastEthernet 0/1
3(config-if)#ip ad
3(config-if)#ip address 34.34.34.0 255.255.255.0
Bad mask /24 for address 34.34.34.0
3(config-if)#ip address 34.34.34.1 255.255.255.0
3(config-if)#no sh
3(config-if)#no shutdown 

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up

3(config-if)#exit
3(config)#int
3(config)#interface e
3(config)#interface ethernet 0/1/0
3(config-if)#ip ad
3(config-if)#ip address 3.3.3.254 255.255.255.0
3(config-if)#no sh
3(config-if)#no shutdown 

%LINK-5-CHANGED: Interface Ethernet0/1/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0/1/0, changed state to up

3(config-if)#exit
3(config)#rou
3(config)#router o
3(config)#router ospf 1
3(config-router)#ro
3(config-router)#router-id 3.3.3.3
3(config-router)#do show ip rou
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

     3.0.0.0/24 is subnetted, 1 subnets
C       3.3.3.0 is directly connected, Ethernet0/1/0
     13.0.0.0/24 is subnetted, 1 subnets
C       13.13.13.0 is directly connected, FastEthernet0/0
     34.0.0.0/24 is subnetted, 1 subnets
C       34.34.34.0 is directly connected, FastEthernet0/1
3(config-router)#ne
3(config-router)#network 3.3.3.3 0.0.0.255 a
3(config-router)#network 3.3.3.3 0.0.0.255 area 1
3(config-router)#ne
3(config-router)#network 13.13.13.0 0.0.0.255 a
3(config-router)#network 13.13.13.0 0.0.0.255 area 1
3(config-router)#n
3(config-router)#ne
3(config-router)#network 34.34.34
01:18:03: %OSPF-5-ADJCHG: Process 1, Nbr 1.1.1.1 on FastEthernet0/0 from LOADING to FULL, Loading Done
.0
3(config-router)#network 34.34.34.0 0.0.0.255 a
3(config-router)#network 34.34.34.0 0.0.0.255 area 1
3(config-router)#exit
3(config)#

三层交换机路由配置

4>en
4#conf
4#configure t
4#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
4(config)#int
4(config)#interface f
4(config)#interface fastEthernet 0/2
4(config-if)#ip ad
4(config-if)#ip ad
4(config-if)#ip ad
4(config-if)#no sw
4(config-if)#no switchport 

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to up
4(config-if)#ip ad
4(config-if)#ip address 24.24.24.2 255.255.255.0
4(config-if)#no sh
4(config-if)#no shutdown 
4(config-if)#exit
4(config)#int
4(config)#interface f
4(config)#interface fastEthernet 0/3
4(config-if)#no s
4(config-if)#no sw
4(config-if)#no switchport 
4(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to up

4(config-if)#ip ad
4(config-if)#ip address 34.34.34.2 255.255.255.0
4(config-if)#no sh
4(config-if)#no shutdown 
4(config-if)#exit
4(config)#rou
4(config)#router o
4(config)#router ospf 1
4(config-router)#rou
4(config-router)#router-id 4.4.4.4
4(config-router)#net
4(config-router)#do show ip rou
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

     2.0.0.0/24 is subnetted, 1 subnets
C       2.2.2.0 is directly connected, Vlan20
     24.0.0.0/24 is subnetted, 1 subnets
C       24.24.24.0 is directly connected, FastEthernet0/2
     34.0.0.0/24 is subnetted, 1 subnets
C       34.34.34.0 is directly connected, FastEthernet0/3
4(config-router)#net
4(config-router)#network 2.2.2.0 0.0.0.255 a
4(config-router)#network 2.2.2.0 0.0.0.255 area 1
4(config-router)#ne
4(config-router)#network 24.24.24.0 0.0.0.255 a
4(config-router)#network 24.24.24.0 0.0.0.255 area 1
4(config-router)#ne
4(config-router)#network 34.34.34.0
00:46:31: %OSPF-5-ADJCHG: Process 1, Nbr 2.2.2.2 on FastEthernet0/2 from LOADING to FULL, Loading Done
4(config-router)#network 34.34.34.0 0.0.0.255 a
4(config-router)#network 34.34.34.0 0.0.0.255 area 1
4(config-router)#exit
4(config)#
00:46:53: %OSPF-5-ADJCHG: Process 1, Nbr 3.3.3.3 on FastEthernet0/3 from EXCHANGE to FULL, Exchange Done
^Z
4#
%SYS-5-CONFIG_I: Configured from console by console

4#w
4#write 
Building configuration...
[OK]

此时左边都能ping通

校区2路由设置


Router>
Router>en
Router#conf
Router#configure t
Router#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#h
Router(config)#hostname 5
5(config)#int
5(config)#interface f
5(config)#interface fastEthernet 0/0
5(config-if)#ip ad
5(config-if)#ip address 15.15.15.2 255.255.255.0
5(config-if)#no sh
5(config-if)#no shutdown 

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

5(config-if)#exit
5(config)#rou
5(config)#router o
5(config)#router ospf 1
5(config-router)#rou
5(config-router)#router-id 5.5.5.5
5(config-router)#ne
5(config-router)#network 15.15.15.0 0.0.0.255 a
5(config-router)#network 15.15.15.0 0.0.0.255 area 0
5(config-router)#^Z
5#
%SYS-5-CONFIG_I: Configured from console by console
w
5#write 
Building configuration...
[OK]

此时所有终端都能通

三、DNS、HTTP设置

DNS服务器设置

设置静态IP

在配置界面添加HTTP服务器的域名和地址

路由器设置

2>en
2#conf
2#configure t
2#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
2(config)#int
2(config)#interface e
2(config)#interface ethernet 0/0/0
2(config-if)#ip ad
2(config-if)#ip address 100.100.100.254 255.255.255.0
2(config-if)#no sh
2(config-if)#no shutdown 

%LINK-5-CHANGED: Interface Ethernet0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0/0/0, changed state to up

2(config-if)#^Z
2#
%SYS-5-CONFIG_I: Configured from console by console


2#w
2#write 
Building configuration...
[OK]

HTTP设置

设置静态路由3.3.3.254

思科模拟简单校园网

四、测试

1.ping测试

宿舍–教室

思科模拟简单校园网

宿舍----图书馆

思科模拟简单校园网

内网5–宿舍

思科模拟简单校园网

内网5–教室1

思科模拟简单校园网

内网5–图书馆

思科模拟简单校园网

2.DNS测试

思科模拟简单校园网

思科模拟简单校园网文章来源地址https://www.toymoban.com/news/detail-498594.html

到了这里,关于思科模拟简单校园网的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 【华东交大】网络拓扑实验之校园网的构建

    华东交通大学计算机网络 最终实验六:校园网 实验指导书给出的拓扑图: 如下图: 由于网络结构过于复杂,为了便于读者阅读,我把各区域的拓扑图分开截取: 【教学区】 【宿舍区】 【骨干网络区】 【外网出口】 【DMZ数据机房区】 PC1(静态IP主机以此类推,DHCP协议主机例

    2024年02月09日
    浏览(15)
  • vmware校园网虚拟机无法连接网络解决方法

    可能导致虚拟机网络问题的几个可能: (1)首先确认vmware相关服务是否打开。详细方法右键此电脑--打开管理--服务和应用程序--服务--慢慢下拉到vmware相关服务右键启动服务。 (2)虚拟机防火墙关闭,win7为例:控制面板--查看(检查)防火墙状态--打开或关闭防火墙--关闭防

    2024年02月02日
    浏览(16)
  • 网络工程毕设-----基于华为ensp搭建校园网

    本实验用华为模拟器ensp搭建简单的校园网络,其中用到的技术有动态路由协议OSPF,静态路由配置,HTTP、DNS以及FTP服务器的配置,PNAT端口地址转换协议,MSTP多生成树协议,VLAN划分及配置IP地址划分及配置等! 选取设备型号如下: 1.AR1220 2.S5700 3.S3700 操作步骤如下: Core-SW1

    2024年02月11日
    浏览(16)
  • 基于华为eNSP的多结构企业网/校园网网络设计综合组网配置/作品演示

    XX中学校园的主干层次结构采用核心,汇聚,接入的三层模型。核心层处理整体网络的数据流动,实现各节点间数据的高速处理,增加安全措施和访问权限等等。汇聚夹于两层之间,任务包括线路的整合汇聚,向信息点传递流量数据和策略协议的流动实施。接入层分配带宽,

    2024年02月09日
    浏览(21)
  • 基于华为eNSP的双核心企业网/校园网网络设计综合组网配置/作品演示【网络工程毕业设计】

    XX中学校园 的主干层次结构采用核心,汇聚,接入的三层模型。核心层处理整体网络的数据流动,实现各节点间数据的高速处理,增加安全措施和访问权限等等。汇聚夹于两层之间,任务包括线路的整合汇聚,向信息点传递流量数据和策略协议的流动实施。接入层分配带宽,

    2024年02月08日
    浏览(20)
  • Cisco Packet Trancer中小型校园网/企业网/园区网网络设计规划/无线网络

     有需求,见评论私信交流!!! 项目演示视频: Cisco PT软件模拟实现双核心中型企业/校园网 网络架构拓扑设计、论文,毕设_哔哩哔哩_bilibili 例1:       目录 摘要 一、 绪论 (一)项目背景分析 (二) 企业园区网发展现状 二、系统需求分析 (一)项目背景分析 (二)

    2024年02月09日
    浏览(18)
  • 基于Cisco packet tracer的双核心多结构企业网/校园网网络设计综合组网配置/作品演示【网络工程毕业设计】

    划分区域:主公司,分公司,外网,服务器,无线 设计技术动态 vlan ,nat,ospf ACL访问控制列表,HSRP备份冗余,服务器配置,动态主机配置协议(DHCP),FTP,email,IPhone,生成树协议(STP),链路聚合。 本视频的配置文件适用于多数毕业设计和课程设计!!! 网络拓扑结构

    2024年02月07日
    浏览(25)
  • 校园网\中心机房\拓扑图 思科模拟器(cisco)

    路由交换技术: 端口聚合SPF 动态RIP 单臂路由配置 生成树协议 ACL访问控制 数据冗余 功能实现: 校园内网可访问外网  外网无法访问内网 校园内pc机可访问校园服务器       I P 地址规划表 源设备 源接口 I P 地址 I P 网关 ISP Se0/0/1 181.0.0.1//24 Fa0/0 14.145.117.1/24 出口路由器

    2024年02月02日
    浏览(23)
  • 校园网ensp模拟搭建

    文章目录 前言 目录 一、校园网拓扑图 二、地址规划  三、配置命令 1、二层配置 2、三层配置  3、AC配置重头戏来啦 配置设备的国家码 查看AP的MAC地址 方法一 方法二  配置AP鉴别模式  创建安全模板 创建SSID模板 创建VAP模板 为射频引用VAP模板 总结 学校最近在安装校园网,

    2023年04月09日
    浏览(23)
  • 用ENSP华为模拟器组建一个完整的校园网

    先来看一下我设计的拓扑图: 这个是我的设计总图  下面来看一下我的设计总思路和配置: Sw1: Sw2: [sw2]: Sw3: Huaweisys Sw5: The device is running!: Sw6: The device is running! Huawei Sw7: The device is running!: Sw8: The device is running! AC1: The device is running! R1: R2: 防火墙的配置: FW1: USG6000V1 R3: Huawei

    2024年02月11日
    浏览(21)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包