在思科模拟器上怎么进行交换机的基本配置

在思科模拟器上怎么进行交换机的基本配置,第1张

 当创建vlan时,必须要决定是否使用VTP,使用VTP,能使配置在一个或多个交换机上被改变时,那些改变会自动传送给在同一个VTP域中的其他交换机。VTP 被组织成管理域(VTP Domain),相同域中的交换机能共享VLAN 信息。根据交换机在VTP 域中的作用不同,VTP 可以分为三种模式:服务器模式(Server),客户机模式(Client),透明模式。。。

 1、首先,打开思科模拟器软件,连接三台交换机的连接线,将所有交换机互相连接起来,一台当服务器,一台当客户机,另外一台当透明模式。

 2、把三台交换机的配置清除干净,重启交换机,配置命令为:

 复制内容到剪贴板 S1#flash:vlandat S1#erasestartup-config S1#reload

 配置S1 为VTP server,配置命令为:

 复制内容到剪贴板 S1(config)#vtpmodeserver

 3、配置S3 为VTP transparent,配置命令是:

 复制内容到剪贴板 S3#vlandatabase S3(vlan)#vtptransparent S3(vlan)#vtppasswordcisco(配置交换机的密码) SettingdeviceVLANdatabasepasswordtocisco

 4、配置S2 为VTP client,配置命令是:

 复制内容到剪贴板 S2(config)#vtpmodeclient SettingdevicetoVTPCLIENTmode S2(config)#vtpdomainVTP-TEST DomainnamealreadysettoVTP-TEST S2(config)#vtppasswordcisco

 5、在S1 上创建VLAN,检查S2、S3 上的VLAN 信息,配置命令是:

 复制内容到剪贴板 S1(config)#vlan2 S1(config)#vlan3

 查看s1,s2,s3的`VLAN配置信息。命令是:

 复制内容到剪贴板 S1#showvlan S2#showvlan S3#showvlan

 6、查看VTP 信息,查看交换机的vtp详细信息和版本等信息:

 复制内容到剪贴板 S1#showvtpstatus

  注意事项:

 1、要成功配置vtp服务器,应确认 配置的所有交换机都已设置为默认设置。

 2、在网络中配置至少两台vtp服务器交换机。

 3、确保所有的交换机都配置相同的vtp协议版本。

 4、配置交换机的vtp模式一定要在交换机的特权配置模式下配置。

如果是思科的Packet

Tracer,直接在服务器上配置--DNS--输入IP和域名新增即可。

如果是命令行,服务器段配置:

switch(config)#ip

domain-nane

ciscocom

switch(config)#ip

name-server

1011209

1011210

switch(config)#ip

domain-lookup

客户端:(config)#ip

name-server

1011209

ip dhcp excluded-address 19216811 设置dhcp排除地址(一般是接口IP,不能再分配给计算机)

ip dhcp pool a 创建地址池

network 19216810 2552552550 指定要分配的地址范围。

default-router 19216811 指定给客户端分配的网关地址(一般是接口IP)

dns-server XXXX 指定给客户机使用的dns服务器地址。

按照上面配置完成后,给接口配置ip为19216811 ,连接在该接口下的计算机都可以自动获取到IP地址。

如果是使用服务器做DHCP,那么DHCP和路由器接口可能不在同一网段,这个时候就需要在路由器接口下面使用ip helper-address XXXX的方式指定DHCP服务器的IP。

1、DNS是用来把网址解析到公网IP地址的,如果你有一个网站的话,首先要去申请一个网站域名比如wwwxxcom,然后解析到您网站服务器所在网络的公网地址,然后你把网站服务器挂在公网上或者nat映射到公网上就可以了

2、所有配置如下

拓扑图如下

Router0

cisco0(config)#do sh run

Building configuration

Current configuration : 797 bytes

!

version 124

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname cisco0

!

!

!

enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0

!

!

!

!

!

!

username cisco password 0 cisco

!

!

!

!

!

!

!

spanning-tree mode pvst

!

!

!

!

interface FastEthernet0/0

 ip address 1921681254 2552552550

 duplex auto

 speed auto

!

interface FastEthernet0/1

 ip address 10001 2552552550

 duplex auto

 speed auto

!

interface Serial0/0/0

 ip address 1721631 2552552550

!

interface Serial0/0/1

 no ip address

!

interface Vlan1

 no ip address

 shutdown

!

router rip

 version 2

 network 10000

 network 1721600

 network 19216810

 no auto-summary

!

ip classless

!

!

!

!

!

!

!

line con 0

!

line aux 0

!

line vty 0 4

 login

!

!

!

end

Router1

cisco1(config)#do sh run

Building configuration

Current configuration : 797 bytes

!

version 124

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname cisco1

!

!

!

enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0

!

!

!

!

!

!

username cisco password 0 cisco

!

!

!

!

!

!

!

spanning-tree mode pvst

!

!

!

!

interface FastEthernet0/0

 ip address 1921683254 2552552550

 duplex auto

 speed auto

!

interface FastEthernet0/1

 no ip address

 duplex auto

 speed auto

 shutdown

!

interface Serial0/0/0

 ip address 1721632 2552552550

 clock rate 64000

!

interface Serial0/0/1

 no ip address

 shutdown

!

interface Vlan1

 no ip address

 shutdown

!

router rip

 version 2

 network 1721600

 network 19216830

 no auto-summary

!

ip classless

!

!

!

!

!

!

!

line con 0

!

line aux 0

!

line vty 0 4

 login

!

!

!

end

Router2

cisco2(config)#do sh run

Building configuration

Current configuration : 677 bytes

!

version 124

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname cisco2

!

!

!

enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0

!

!

!

!

!

!

username cisco password 0 cisco

!

!

!

!

!

!

!

spanning-tree mode pvst

!

!

!

!

interface FastEthernet0/0

 ip address 10002 2552552550

 duplex auto

 speed auto

!

interface FastEthernet0/1

 ip address 1921682254 2552552550

 duplex auto

 speed auto

!

interface Vlan1

 no ip address

 shutdown

!

router rip

 version 2

 network 10000

 network 19216820

 no auto-summary

!

ip classless

!

!

!

!

!

!

!

line con 0

!

line aux 0

!

line vty 0 4

 login

!

!

!

end

PC0配置

PC1配置

DNS配置

PC0到PC1测试

PC0-DNS

DABAN RP主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
网站模板库 » 在思科模拟器上怎么进行交换机的基本配置

0条评论

发表评论

提供最优质的资源集合

立即查看 了解详情