使用小凡模拟器模拟配置交换机路由器网络互通

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

使用小凡模拟器模拟配置交换机路由器网络互通

用小黄帽软件模拟完成实验,用路由器代替PC机

PC 1配置:

R1#

R1#sh run

Building configuration...

Current configuration : 616 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname R1

!

boot-start-marker

boot-end-marker

!

no aaa new-model

memory-size iomem 5

no ip routing

!

!

no ip cef

no ip domain lookup

!

!

interface FastEthernet0/0

ip address 192.168.1.1 255.255.255.0 no ip route-cache

duplex auto

speed auto

!

ip default-gateway 192.168.1.3

ip http server

no ip http secure-server

!

!

!

!

!

control-plane

!

!

!

!

line con 0

exec-timeout 0 0

logging synchronous

line aux 0

line vty 0 4

!

!

end

R1#

R1#

SW 1配置:

SW1#

SW1#sh run

Building configuration...

Current configuration : 1036 bytes

!

version 12.4

service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption

!

hostname SW1

!

boot-start-marker

boot-end-marker

!

!

no aaa new-model

memory-size iomem 5

no ip routing

!

!

no ip cef

no ip domain lookup

!

!

!

!

interface FastEthernet0/0

!

interface FastEthernet0/1

!

interface FastEthernet0/2

!

interface FastEthernet0/3

!

interface FastEthernet0/4

!

interface FastEthernet0/5

!

interface FastEthernet0/6

!

interface FastEthernet0/7

!

interface FastEthernet0/8

!

interface FastEthernet0/9

!

interface FastEthernet0/10

!

interface FastEthernet0/11

!

interface FastEthernet0/12

!

interface FastEthernet0/13

!

interface FastEthernet0/14

!

interface FastEthernet0/15

!

interface Vlan1

ip address 192.168.1.2 255.255.255.0 no ip route-cache

!

ip default-gateway 192.168.1.3

ip http server

no ip http secure-server

!

!

!

control-plane

!

!

!

!

line con 0

exec-timeout 0 0

logging synchronous

line aux 0

line vty 0 4

!

!

end

SW1#

R 1配置:

R1#sh run

Building configuration...

Current configuration : 691 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname R1

!

boot-start-marker

boot-end-marker

!

!

no aaa new-model

memory-size iomem 5

!

!

ip cef

no ip domain lookup

!

interface FastEthernet0/0

ip address 192.168.1.3 255.255.255.0

duplex auto

speed auto

!

interface FastEthernet1/0

ip address 192.168.10.1 255.255.255.0

duplex auto

speed auto

!

ip http server

no ip http secure-server

!

ip route 192.168.100.0 255.255.255.0 192.168.10.2 !

!

!

!

control-plane

相关文档
最新文档