<4D F736F F D FD6B0D2B5BCBCC4DCB4F3C8FCB8B4CFB0D7CAC1CF5FB9E3D3F2CDF8B2BFB7D65F5FD5D4B6ABEABF2E646F63>

Size: px
Start display at page:

Download "<4D F736F F D FD6B0D2B5BCBCC4DCB4F3C8FCB8B4CFB0D7CAC1CF5FB9E3D3F2CDF8B2BFB7D65F5FD5D4B6ABEABF2E646F63>"

Transcription

1 职业技能大赛复习资料 有效期至 : 年月日

2 目录 职业技能大赛知识点 - 广域网技术... 3 职业技能大赛复习资料 - 广域网技术... 4 网络基础及网络管理... 4 知识点 : 网管型交换机 路由器管理... 4 交换技术类... 7 知识点 : 跨交换机实现互通... 7 知识点 :802.3ad 链路聚合概念与配置 知识点 :STP/RSTP 技术 路由技术类 知识点 : 三层交换机路由功能配置 知识点 :SVI 实现 VLAN 间路由 知识点 : 静态路由应用 知识点 :RIP 路由协议应用 知识点 :OSPF 路由协议应用 知识点 : 路由重分布 知识点 : 策略路由 局域网安全 知识点 : 交换机端口安全 知识点 : 基于 IP 的 ACL 应用 广域网协议 知识点 :PAP 及 CHAP 的区别及配置 其他及应用 知识点 :NAT( 网络地址转换 ) 技术的应用 综合实验题 实验题目... 错误 未定义书签 2

3 职业技能大赛知识点 - 广域网技术 知识点类别 知识点 掌握程度 重难点 双绞线序, 制作双绞线 掌握 网络基础及网络管理 网管型交换机 路由器管理 掌握 交换机路由器远程登录配置 掌握 跨交换机实现 VLAN 互通 掌握 Trunk 口的运行 VLAN 列表 了解 Native VLAN 的概念与配置 了解 802.3ad 链路聚合概念与配置 掌握 交换技术 STP( 生成树协议 ) 技术 熟悉 难点 RSTP( 快速生成树协议 ) 技术 熟悉 难点 MSTP( 多生成树协议 ) 技术 了解 难点 三层交换机路由功能配置 掌握 重点 SVI 实现 VLAN 间路由 掌握 单臂路由实现 VLAN 间路由 了解 静态路由应用 掌握 重点 路由技术 默认路由应用 掌握 重点 RIP 路由协议应用 熟悉 重点 OSPF 路由协议应用 了解 难点 路由重发布 了解 策略路由 了解 难点 局域网安全 交换机端口安全 掌握 基于 IP 的 ACL 应用 熟悉 重点 难点 广域网协议 PPP( 点对点协议 ) 协议的启用 掌握 重点 PAP 及 CHAP 的区别及配置 HDLC 协议的启用 熟悉 NAT( 网络地址转换 ) 技术的应用 熟悉 重点 难点 其他及应用 网页 网站制作 ( 职业技能大赛考查范围内, 但与网络无关 ) 掌握 重点 3

4 职业技能大赛复习资料 - 广域网技术 网络基础及网络管理 知识点 : 网管型交换机 路由器管理 交换机路由器远程登录配置实验一 实验名称 使用命令行界面 实验目的 掌握交换机命令行各种操作模式的区别, 以及模式之间的切换 背景描述 你是某公司新进的网管, 公司要求你熟悉网络产品, 公司采用全系列锐捷网络产品, 首先要求你登录交换机, 了解 掌握交换机的命令行操作 实现功能 熟练掌握交换机的命令行操作模式 实验设备 S2126G(1 台 ) 实验拓扑 SwitchA C l 图 1 实验步骤 交换机命令行操作模式的进入 switch>enable switch# switch#configure terminal switch(config)# switch(config)#interface fastethernet 0/5 switch(config-if) switch(config-if)#exit switch(config)# switch(config-if)#end switch# 交换机命令行基本功能 帮助信息 进入特权模式 进入全局配置模式 进入交换机 F0/5 的接口模式 退回到上一级操作模式 直接退回到特权模式 4

5 switch>? 显示当前模式下所有可执行的命令 disable Turn off privileged commands enable Turn on privileged commands exit Exit from the EXEC help Description of the interactive help system ping Send echo messages rcommand Run command on remote switch show Show running system information telnet Open a telnet connection traceroute Trace route to destination switch#co? 显示当前模式下所有以 co 开头的命令 configure copy switch#copy? 显示 copy 命令后可执行的参数 flash: Copy from flash: file system running-config Copy from current system configuration startup-config Copy from startup configuration tftp: Copy from tftp: file system xmodem Copy from xmodem file syste 命令的简写 switch#conf ter 交换机命令行支持命令的简写, 该命令代表 configure terminal switch(config)# 命令的自动补齐 switch#con ( 按键盘的 TAB 键自动补齐 configure) 交换机支持命令的自动补齐 switch#configure 命令的快捷键功能 switch(config-if)# ^Z Ctrl+Z 退回到特权模式 switch# switch#ping sending 5, 100-byte ICMP Echos to , timeout is 2000 milliseconds.. switch# 例如上文中在交换机特权模式下执行 ping 命令, 发现不能 ping 通目标地址, 交换机默认情况下需要发送 5 个数据包, 如不想等到 5 个数据包均不能 ping 通目标地址的反馈出现, 可在数据包未发出 5 个之前通过执行 Ctrl+C 终止当前操作 实验二 实验名称 使用命令行界面 实验目的 5

6 掌握路由器命令行各种操作模式的区别, 以及模式之间的切换 背景描述 你是某公司新进的网管, 公司要求你熟悉网络产品, 公司采用全系列锐捷网络产品, 首先要求你登录路由器, 了解 掌握路由器的命令行操作 实现功能 熟练掌握路由器的命令行操作模式 实验设备 R1762 路由器 (1 台 ) 实验拓扑 RouterA 图 2 实验步骤 路由器命令行操作模式的进入 Red-Giant>enable 进入特权模式 Red-Giant# Red-Giant#configure terminal 进入全局配置模式 Red-Giant(config)# Red-Giant(config)#interface fastethernet 1/0 进入路由器 F1/0 的接口模式 Red-Giant(config-if) Red-Giant(config-if)#exit 退回到上一级操作模式 Red-Giant(config)# Red-Giant(config-if)#end 直接退回到特权模式 Red-Giant# 路由器命令行基本功能 帮助信息 Red-Giant>? 显示当前模式下所有可执行的命令 Exec commands: <1-99> Session number to resume disable Turn off privileged commands disconnect Disconnect an existing network connection enable Turn on privileged commands exit Exit from the EXEC help Description of the interactive help system ping Send echo messages show Show running system information start-terminal-service Start terminal service telnet Open a telnet connection traceroute Trace route to destination Red-Giant#co? 显示当前模式下所有以 co 开头的命令 configure copy Red-Giant#copy? 显示 copy 命令后可执行的参数 6

7 flash: Copy from flash: file system running-config Copy from current system configuration startup-config Copy from startup configuration tftp: Copy from tftp: file system xmodem Copy from xmodem file syste 命令的简写 Red-Giant#conf ter 路由器命令行支持命令的简写, 该命令代表 configure terminal Red-Giant(config)# 命令的自动补齐 Red-Giant#con ( 按键盘的 Tab 键自动补齐 configure), 路由器支持命令的自动补齐 Red-Giant#configure 命令的快捷键功能 Red-Giant(config-if)# ^Z ctrl+z 退回到特权模式 Red-Giant# Red-Giant#ping ping 一个不存在的地址, 命令完成需要一定的时间, 利用 ctrl+c 终止未执行完成的命令 Sending 5, 100-byte ICMP Echos to , timeout is 2000 milliseconds.. Red-Giant# 例如上文中在交换机特权模式下执行 ping 命令, 发现不能 ping 通目标地址, 交换机默认情况下需要发送 5 个数据包, 若不想等到 5 个数据包均不能 ping 通目标地址的反馈出现, 可在数据包未发出 5 个之前通过执行 Ctrl+C 终止当前操作 交换技术类 知识点 : 跨交换机实现互通 实验名称 跨交换机实现 VLAN 实验目的 理解跨交换机之间 VLAN 的特点 背景描述 假设某企业有两个主要部门 : 销售部和技术部, 其中销售部门的个人计算机系统分散连接, 他们之间需要相互进行通信, 但为了数据安全起见, 销售部和技术部需要进行相互隔离, 现要在交换机上做适当配置来实现这一目标 实现功能 使在同一 VLAN 里的计算机系统能跨交换机进行相互通信, 而在不同 VLAN 里的计算机系统不能进行相互通信 实验设备 7

8 S2126G( 两台 ) 主机(3 台 ) 直连线(4 条 ) 实验拓扑 图 3 实验时, 按照拓扑图进行网络的连接, 注意主机和交换机连接的端口 实验步骤 在交换机 SwitchA 上创建 Vlan 10, 并将 0/5 端口划分到 Vlan 10 中 SwitchA#configure terminal SwitchA(config)# vlan 10 SwitchA(config-vlan)# name sales SwitchA(config-vlan)#exit SwitchA(config)#interface fastethernet0/5 SwitchA(config-if)#switchport access vlan 10 验证测试 : 验证已创建了 Vlan 10, 并将 0/5 端口已划分到 Vlan 10 中 SwitchA#show vlan id 10 查看某一个 VLAN 的信息 VLAN Name Status Ports sales active Fa0/5 在交换机 switcha 上创建 Vlan 20, 并将 0/15 端口划分到 Vlan 20 中 SwitchA(config)# vlan 20 SwitchA(config-vlan)# name technical SwitchA(config-vlan)#exit SwitchA(config)#interface fastethernet0/15 SwitchA(config-if)#switchport access vlan 20 验证测试 : 验证已创建了 Vlan 20, 并将 0/15 端口已划分到 Vlan 20 中 SwitchA#show vlan id 20 VLAN Name Status Ports technical active Fa0/15 把交换机 SwitchA 与交换机 SwitchB 相连的端口 ( 假设为 0/24 端口 ) 定义为 tag vlan 模式 SwitchA(config)#interface fastethernet0/24 SwitchA(config-if)#switchport mode trunk 将 fastethernet 0/24 端口设为 tag vlan 模式验证测试 : 验证 fastethernet 0/24 端口已被设置为 tag vlan 模式 SwitchA#show interfaces fastethernet0/24 switchport Interface Switchport Mode Access Native Protected VLAN lists

9 Fa0/24 Enabled Trunk 1 1 Disabled All 注 : 交换机的 Trunk 接口默认情况下支持所有 VLAN 在交换机 SwitchB 上创建 Vlan 10, 并将 0/5 端口划分到 Vlan 10 中 SwitchB # configure terminal SwitchB(config)# vlan 10 SwitchB(config-vlan)# name sales SwitchB(config-vlan)#exit SwitchB(config)#interface fastethernet0/5 SwitchB(config-if)#switchport access vlan 10 验证测试 : 验证已在 SwitchB 上创建了 Vlan 10, 并将 0/5 端口已划分到 Vlan 10 中 SwitchB#show vlan id 10 VLAN Name Status Ports sales active Fa0/5 把交换机 SwitchB 与交换机 SwitchA 相连的端口 ( 假设为 0/24 端口 ) 定义为 tag vlan 模式 SwitchB(config)#interface fastethernet0/24 SwitchB(config-if)#switchport mode trunk 验证测试 : 验证 fastethernet 0/24 端口已被设置为 tag vlan 模式 SwitchB#show interfaces fastethernet 0/24 switchport Interface Switchport Mode Access Native Protected VLAN lists Fa0/24 Enabled Trunk 1 1 Disabled All 验证 PC1 与 PC3 能互相通信, 但 PC2 与 PC3 不能互相通信 C:\>ping 在 PC1 的命令行方式下验证能 Ping 通 PC3 Pinging with 32 bytes of data: Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Ping statistics for : Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms C:\>ping 在 PC2 的命令行方式下验证不能 Ping 通 PC3 Pinging with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for : Packets: Sent = 4, Received = 0, Lost = 4 (100% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms 9

10 知识点 :802.3ad 链路聚合概念与配置 实验名称 端口聚合提供冗余备份链路 实验目的 理解链路聚合的配置及原理 背景描述 假设某企业采用两台交换机组成一个局域网, 由于很多数据流量是跨过交换机进行转发的, 因此需要提高交换机之间的传输带宽, 并实现链路冗余备份, 为此网络管理员在两台交换机之间采用两根网线互连, 并将相应的两个端口聚合为一个逻辑端口, 现要在交换机上做适当配置来实现这一目标 实现功能 增加交换机之间的传输带宽, 并实现链路冗余备份 实验设备 S2126G( 两台 ) PC( 两台 ) 直连线(4 条 ) 实验拓扑 图 4 按照拓扑图连接网络时注意, 两台交换机都配置完端口聚合后, 再将两台交换机连接起来 如果先连线再配置会造成广播风暴, 影响交换机的正常工作 实验步骤 交换机 A 的基本配置 SwitchA # configure terminal SwitchA(config)# vlan 10 SwitchA(config-vlan)# name sales SwitchA(config-vlan)#exit SwitchA(config)#interface fastethernet0/5 SwitchA(config-if)#switchport access vlan 10 验证测试 : 验证已创建了 Vlan 10, 并将 0/5 端口已划分到 Vlan 10 中 SwitchA#show vlan id 10 VLAN Name Status Ports sales active Fa0/5 在交换机 SwitchA 上配置聚合端口 SwitchA(config)#interface aggregateport 1 创建聚合接口 AG1 SwitchA(config-if)#switchport mode trunk 配置 AG 模式为 trunk SwitchA(config-if)#exit 10

11 SwitchA(config)#interface range fastethernet 0/1-2 进入接口 0/1 和 0/2 SwitchA(config-if-range)#port-group 1 配置接口 0/1 和 0/2 属于 AG1 验证测试 : 验证接口 fastethernet 0/1 和 0/2 属于 AG1 SwitchA#show aggregateport 1 summary 查看端口聚合组 1 的信息 AggregatePort MaxPorts SwitchPort Mode Ports Ag1 8 Enabled Trunk Fa0/1, Fa0/2 注 :AG1, 最大支持端口数为 8 个, 当前 VLAN 模式为 Trunk, 组成员有 F0/1 F0/2 交换机 B 的基本配置 SwitchB#configure terminal SwitchB(config)# vlan 10 SwitchB(config-vlan)# name sales SwitchB(config-vlan)#exit SwitchB(config)#interface fastethernet0/5 SwitchB(config-if)#switchport access vlan 10 验证测试 : 验证已在 SwitchB 上创建了 Vlan 10, 并将 0/5 端口已划分到 Vlan 10 中 SwitchB#show vlan id 10 VLAN Name Status Ports sales active Fa0/5 在交换机 SwitchB 上配置聚合端口 SwitchB(config)#interface aggregateport 1 创建聚合接口 AG1 SwitchB(config-if)#switchport mode trunk 配置 AG 模式为 trunk SwitchB(config-if)#exit SwitchB(config)#interface range fastethernet 0/1-2 进入接口 0/1 和 0/2 SwitchB(config-if-range)#port-group 1 配置接口 0/1 和 0/2 属于 AG1 验证测试 : 验证接口 fastethernet 0/1 和 0/2 属于 AG1 SwitchB#show aggregateport 1 summary AggregatePort MaxPorts SwitchPort Mode Ports Ag1 8 Enabled Trunk Fa0/1, Fa0/2 验证当交换机之间的一条链路断开时,PC1 与 PC2 仍能互相通信 C:\>ping t 在 PC1 的命令行方式下验证能 Ping 通 PC3 Pinging with 32 bytes of data: Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 11

12 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 知识点 :STP/RSTP 技术 实验名称 快速生成树协议 RSTP 的配置 实验目的 理解快速生成树协议 RSTP 的配置及原理 背景描述 某学校为了开展计算机教学和网络办公, 建立了一个计算机教室和一个校办公区, 这两处的计算机网络通过两台交换机互连组成内部校园网, 为了提高网络的可靠性, 网络管理员用 2 条链路将交换机互连, 现要在交换机上做适当配置, 使网络避免环路 本实验以两台 S2126G 交换机为例, 两台交换机分别命名为 SwitchA SwitchB PC1 与 PC2 在同一个网段, 假设 IP 地址分别为 , , 网络掩码为 实现功能 使网络在有冗余链路的情况下避免环路的产生, 避免广播风暴等 实验设备 S2126G( 两台 ) 主机( 两台 ) 直连线(4 条 ) 实验拓扑 SwitchA SwitchB F0/1 F0/1 F0/3 F0/2 F0/2 F0/3 PC1 PC2 图 5 按照拓扑图连接网络时注意, 两台交换机都配置快速生成树协议后, 再将两台交换机连接起来 如果先连线再配置会造成广播风暴, 影响交换机的正常工作 实验步骤 交换机 A 的基本配置 12

13 Switch#configure terminal Switch(config)#hostname switcha switcha(config)#vlan 10 switcha(config-vlan)#name slaes switcha(config-vlan)#exit switcha(config)#interface fastethernet0/3 switcha(config-if)#switchport access vlan 10 switcha(config-if)#exit switcha(config)#interface range fastethernet 0/1-2 switcha(config-if-range)#switchport mode trunk 交换机 B 上的基本配置 Switch#configure terminal Switch(config)#hostname switchb switchb(config)#vlan 10 switchb(config-vlan)#name slaes switchb(config-vlan)#exit switchb(config)#interface fastethernet0/3 switchb(config-if)#switchport access vlan 10 switchb(config-if)#exit switchb(config)#interface range fastethernet 0/1-2 switchb(config-if-range)#switchport mode trunk 配置快速生成树协议 SwitchA#configure terminal 进入全局配置模式 SwitchA(config)#spanning-tree 开启生成树协议 SwitchA(config)#spanning-tree mode rstp 指定生成树协议的类型为 RSTP SwitchB#configure terminal 进入全局配置模式 SwitchB(config)#spanning-tree 开启生成树协议 SwitchB(config)#spanning-tree mode rstp 指定生成树协议的类型为 RSTP 验证测试 : 验证快速生成树协议已经开启 SwitchA#show spanning-tree 查看生成树的配置信息 StpVersion : RSTP SysStpStatus : Enabled BaseNumPorts : 24 MaxAge : 20 HelloTime : 2 ForwardDelay : 15 BridgeMaxAge : 20 BridgeHelloTime : 2 BridgeForwardDelay : 15 MaxHops : 20 TxHoldCount : 3 PathCostMethod : Long BPDUGuard : Disabled BPDUFilter : Disabled 生成树协议的版本 生成树协议运行状态,disable 为关闭状态 13

14 BridgeAddr : 00d0.f8ef.9e89 Priority : 查看交换机的优先级 TimeSinceTopologyChange : 0d:0h:11m:39s TopologyChanges : 0 DesignatedRoot : D0F8EF9E89 RootCost : 交换机到达根交换机的开销 RootPort : Fa0/1 查看交换机上的根端口 SwitchB#show spanning-tree 查看交换机 B 生成树的配置信息 StpVersion : RSTP 生成树协议的版本 SysStpStatus : Enabled 生成树协议运行状态,disable 为关闭状态 BaseNumPorts : 24 MaxAge : 20 HelloTime : 2 ForwardDelay : 15 BridgeMaxAge : 20 BridgeHelloTime : 2 BridgeForwardDelay : 15 MaxHops : 20 TxHoldCount : 3 PathCostMethod : Long BPDUGuard : Disabled BPDUFilter : Disabled BridgeAddr : 00d0.f8e0.9c81 Priority : 查看交换机的优先级 TimeSinceTopologyChange : 0d:0h:11m:39s TopologyChanges : 0 DesignatedRoot : D0F8EF9E89 RootCost: 0 交换机到达根交换机的开销,0 代表本交换机为根 RootPort: 0 查看交换机上的根端口,0 代表本交换机为根注 : 通过查看两台交换机的生成树信息发现,switchB 为根交换机,switchA Fa0/1 为根端口 设置交换机的优先级, 指定 switcha 为根交换机 SwitchA(config)#spanning-tree priority 4096 设置交换机 SwithA 的优先级为 4096 验证测试 : 验证交换机 SwithA 的优先级 SwitchA#show spanning-tree StpVersion : RSTP SysStpStatus : Enabled BaseNumPorts : 24 MaxAge : 20 HelloTime : 2 ForwardDelay : 15 BridgeMaxAge : 20 BridgeHelloTime : 2 14

15 BridgeForwardDelay : 15 MaxHops : 20 TxHoldCount : 3 PathCostMethod : Long BPDUGuard : Disabled BPDUFilter : Disabled BridgeAddr : 00d0.f8ef.9e89 Priority : 4096 查看交换机的优先级 TimeSinceTopologyChange : 0d:0h:13m:43s TopologyChanges : 0 DesignatedRoot : D0F8EF9E89 RootCost : 0 RootPort : 0 SwitchB#show spanning-tree 查看交换机 B 生成树的配置信息 StpVersion : RSTP 生成树协议的版本 SysStpStatus : Enabled 生成树协议的运行状态,disable 为关闭状态 BaseNumPorts : 24 MaxAge : 20 HelloTime : 2 ForwardDelay : 15 BridgeMaxAge : 20 BridgeHelloTime : 2 BridgeForwardDelay : 15 MaxHops : 20 TxHoldCount : 3 PathCostMethod : Long BPDUGuard : Disabled BPDUFilter : Disabled BridgeAddr : 00d0.f8e0.9c81 Priority : 查看交换机的优先级 TimeSinceTopologyChange : 0d:0h:11m:39s TopologyChanges : 0 DesignatedRoot : D0F8EF9E89 RootCost : 交换机到达根交换机的开销,0 代表本交换机为根 RootPort : Fa0/1 查看交换机上的根端口,0 代表本交换机为根验证测试 :A. 验证交换机 SwitchB 的端口 1 和端口 2 的状态 SwitchB#show spanning-tree interface fastethernet 0/1 显示 SwitchB 端口 fastthernet 0/1 的状态 PortAdminPortfast : Disabled PortOperPortfast : Disabled PortAdminLinkType : auto PortOperLinkType : point-to-point PortBPDUGuard: Disabled 15

16 PortBPDUFilter: Disabled PortState : forwarding SwitchB 的端口 fastthernet 0/1 处于转发 (forwarding) 状态 PortPriority : 128 PortDesignatedRoot : D0F8EF9E89 PortDesignatedCost : 0 PortDesignatedBridge : D0F8EF9E89 PortDesignatedPort : 8001 PortForwardTransitions : 3 PortAdminPathCost : 0 PortOperPathCost : PortRole : rootport 查看端口角色为根端口 SwitchB#show spanning-tree interface fastethernet 0/2 显示 SwitchB 的端口 fastthernet 0/2 的状态 PortAdminPortfast : Disabled PortOperPortfast : Disabled PortAdminLinkType : auto PortOperLinkType : point-to-point PortBPDUGuard: Disabled PortBPDUFilter: Disabled PortState : discarding SwitchB 的端口 fastthernet 0/2 处于阻塞 (discarding) 状态 PortPriority : 128 PortDesignatedRoot : D0F8EF9E89 PortDesignatedCost : PortDesignatedBridge : D0F8EF9D09 PortDesignatedPort : 8002 PortForwardTransitions : 3 PortAdminPathCost : 0 PortOperPathCost : PortRole : alternateport switchb 的 F0/2 端口为根端口的替换端口验证测试 :B. 如果 SwitchA 与 SwitchB 的端口 F0/1 之间的链路 down 掉, 验证交换机 SwitchB 的端口 2 的状态, 并观察状态转换时间 SwitchB#show spanning-tree interface fastethernet 0/2 PortAdminPortfast : Disabled PortOperPortfast : Disabled PortAdminLinkType : auto PortOperLinkType : point-to-point PortBPDUGuard: Disabled PortBPDUFilter: Disabled PortState : forwarding SwitchB 的端口 fastthernet 0/2 从阻塞 (discarding) 状态转换到转发 (forwarding) 状态, 这说明生成树协议此时启用了原先处于阻塞状态的冗余链路 状态转换时间大约 2 秒 16

17 PortPriority : 128 PortDesignatedRoot : D0F8EF9E89 PortDesignatedCost : PortDesignatedBridge : D0F8FE1E49 PortDesignatedPort : 8002 PortForwardTransitions : 8 PortAdminPathCost : 0 PortOperPathCost : PortRole : rootport 验证测试 :C. 如果 SwitchA 与 SwitchB 之间的一条链路 down 掉 ( 如拔掉网线 ), 验证交换机 PC1 与 PC2 仍能互相 ping 通, 并观察 ping 的丢包情况 以下为从 PC1 ping PC2 的结果 ( 注 :PC1 的 IP 地址为 ,PC2 的 IP 地址为 ) 图 6 C:\>ping t 从主机 PC1 ping PC2( 用连续 ping), 然后拔掉 SwitchA 与 SwitchB 的端口 F0/1 之间的连线, 观察丢包情况 显示结果如图 图 7 以上结果显示丢包数为一个 17

18 路由技术类 知识点 : 三层交换机路由功能配置 实验名称 三层交换机端口配置 实验目的 配置开启三层交换机的三层功能, 实现路由作用 背景描述 公司现有 1 台三层交换机, 要求你进行测试, 该交换机的三层功能是否工作正常 实现功能 开启三层交换机物理端口的路由功能 实验设备 S 或 S (1 台 ), 直连线 (1 条 ) 实验拓扑 S /24 F0/ /24 NIC console PCA 图 8 实验步骤 开启三层交换机的路由功能 Switch>enable Switch#configure terminal Switch(config)#hostname S S (config)#ip routing 开启三层交换机的路由功能配置三层交换机端口的路由功能 S (config)#interface fastethernet 0/5 S (config-if)#no switchport 开启端口的三层路由功能 S (config-if)#ip address 给端口配置 IP 地址 S (config-if)#no shutdown S (config-if)#end 验证 测试配置 18

19 S3550#show ip interface 查看接口状态信息 Interface : Fa0/5 Description : FastEthernet100BaseTX 0/5 OperStatus : up 接口状态是 UP ManagementStatus : Enabled Primary Internet address: /24 Broadcast address : PhysAddress : 00d0.f8ff.bd43 S3550#show interfaces f0/5 查看接口状态信息 Interface : FastEthernet100BaseTX 0/5 Description : AdminStatus : up 接口状态是 UP OperStatus : up Medium-type : copper Hardware : 10/100BaseTX Mtu : 1500 LastChange : 0d:0h:32m:49s AdminDuplex : Auto OperDuplex : Unknown AdminSpeed : Auto OperSpeed : Unknown FlowControlAdminStatus : Off FlowControlOperStatus : Off Priority : 0 Broadcast blocked :DISABLE Unknown multicast blocked :DISABLE Unknown unicast blocked :DISABLE ARP Timeout : 3600 sec Primary Internet address: /24 PhysAddress : 00d0.f8ff.bd43 ManagementStatus:Enabled Broadcast address : 主机测试 : 将 PC1 的 IP 地址设为 /24, 在 PC1 上 ping ping Pinging with 32 bytes of data: Reply from : bytes=32 time<1ms TTL=64 Reply from : bytes=32 time<1ms TTL=64 Reply from : bytes=32 time<1ms TTL=64 Reply from : bytes=32 time<1ms TTL=64 Ping statistics for : Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms 19

20 知识点 :SVI 实现 VLAN 间路由 实验名称 VLAN/802.1Q-VLAN 间通信 实验目的 通过三层交换机实现 VLAN 间互相通信 背景描述 假设某企业有两个主要部门 : 销售部和技术部, 其中销售部门的个人计算机系统分散连接在两台交换机上, 他们之间需要相互进行通信, 销售部和技术部也需要进行相互通信, 现要在交换机上做适当配置来实现这一目标 实现功能 使在同一 VLAN 里的计算机系统能跨交换机进行相互通信, 而在不同 VLAN 里的计算机系统也能进行相互通信 实验设备 S2126G(1 台 ) S (1 台 ) 直连线(3 条 ) 实验拓扑 图 9 注 : 先连接线缆, 再进行配置, 注意连接线缆的接口编号 SwitchA 为三层交换机 实验步骤 在交换机 SwitchA 上创建 Vlan 10, 并将 0/5 端口划分到 Vlan 10 中 SwitchA # configure terminal SwitchA(config)# vlan 10 SwitchA(config-vlan)# name sales SwitchA(config-vlan)#exit SwitchA(config)#interface fastethernet 0/5 SwitchA(config-if)#switchport access vlan 10 switcha(config-if)#exit SwitchA(config)# vlan 20 SwitchA(config-vlan)# name technical SwitchA(config-vlan)#exit SwitchA(config)#interface fastethernet 0/15 SwitchA(config-if)#switchport access vlan 20 把交换机 SwitchA 与 SwitchB 相连端口 ( 假设为 0/24 端口 ) 定义为 tag vlan 模式 SwitchA(config)#interface fastethernet 0/24 进入接口配置模式 20

21 SwitchA(config-if)#switchport mode trunk 将 fastethernet 0/24 端口设为 tag vlan 模式验证测试 : 验证 fastethernet 0/24 端口已被设置为 tag vlan 模式 SwitchA#show interfaces fastethernet 0/24 switchport Interface Switchport Mode Access Native Protected VLAN lists Fa0/24 Enabled Trunk 1 1 Disabled All 在交换机 SwitchB 上创建 Vlan 10, 并将 0/5 端口划分到 Vlan 10 中 SwitchB # configure terminal SwitchB(config)# vlan 10 SwitchB(config-vlan)# name sales SwitchB(config-vlan)#exit SwitchB(config)#interface fastethernet 0/5 SwitchB(config-if)#switchport access vlan 10 把交换机 SwitchB 与 SwitchA 相连端口 ( 假设为 0/24 端口 ) 定义为 tag vlan 模式 SwitchB(config)#interface fastethernet 0/24 SwitchB(config-if)#switchport mode trunk 验证测试 : 验证 fastethernet 0/24 端口已被设置为 tag vlan 模式 SwitchB#show interfaces fastethernet 0/24 switchport Interface Switchport Mode Access Native Protected VLAN lists Fa0/24 Enabled Trunk 1 1 Disabled All 验证 PC1 与 PC3 能互相通信, 但 PC2 与 PC3 不能互相通信 C:\>ping 在 PC1 的命令行方式下验证能 Ping 通 PC3 Pinging with 32 bytes of data: Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Reply from : bytes=32 time<10ms TTL=128 Ping statistics for : Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms C:\>ping 在 PC2 的命令行方式下验证不能 Ping 通 PC3 Pinging with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for : Packets: Sent = 4, Received = 0, Lost = 4 (100% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms 设置三层交换机 VLAN 间通信 21

22 SwitchA(config)# interface vlan 10 创建虚拟接口 vlan 10 SwitchA(config-if)#ip address 配置虚拟接口 vlan 10 的地址为 SwitchA(config-if)#no shutdown 开启端口 SwitchA(config-if)#exit SwitchA(config)# int vlan 20 创建虚拟接口 vlan 20 SwitchA(config-if)#ip address SwitchA(config-if)#no shutdown 开启端口 配置虚拟接口 vlan 20 的地址为 验证测试 : 查看 S3550 路由接口的状态 switcha#show ip interface 查看 IP 接口的状态 Interface : VL10 Description : Vlan 10 OperStatus : UP ManagementStatus : Enabled Primary Internet address: /24 Broadcast address : PhysAddress : 00d0.f8ff.8ab5 Interface : VL20 Description : Vlan 20 OperStatus : UP ManagementStatus : Enabled Primary Internet address: /24 Broadcast address : PhysAddress : 00d0.f8ff.8ab6 将 PC1 和 PC3 的默认网关设置为 , 将 PC2 的默认网关设置为 测试结果 : 不同 VLAN 内的主机可以互相 PING 通 知识点 : 静态路由应用 实验名称 静态路由 实验目的 掌握通过静态路由方式实现网络的连通性 背景描述 假设校园网通过 1 台路由器连接到校园外的另 1 台路由器上, 现要在路由器上做适当配置, 实现校园网内部主机与校园网外部主机的相互通信 实现功能 实现网络的互连互通, 从而实现信息的共享和传递 实验设备 R1762( 两台 ) V35 线缆 (1 条 ) PC( 两台 ) 直连线或交叉线(2 条 ) 实验拓扑 22

23 图 10 注 : 普通路由器和主机直连时, 需要使用交叉线, 在 R1762 的以太网接口支持 MDI/MDIX, 使用直连线也可以连通 实验步骤 在路由器 Router1 上配置接口的 IP 地址和串口上的时钟频率 Router1(config)# interface fastethernet 1/0 Router1(config-if)# ip address Router1(config-if)# no shutdown Router1(config)# interface serial 1/2 Router1(config-if)# ip address Router1(config-if)#clock rate 配置 Router1 的时钟频率 (DCE) Router1(config)# no shutdown 验证测试 : 验证路由器接口的配置 Router1#show ip interface brief Interface IP-Address(Pri) OK? Status serial 1/ /24 YES UP serial 1/3 no address YES DOWN FastEthernet 1/ /24 YES UP FastEthernet 1/1 no address YES DOWN Null 0 no address YES UP 注意 : 查看接口的状态 Router1#show interface serial 1/2 serial 1/2 is UP, line protocol is UP 查看端口状态 Hardware is PQ2 SCC HDLC CONTROLLER serial Interface address is: /24 端口 ip 地址 MTU 1500 bytes, BW 2000 Kbit Encapsulation protocol is HDLC, loopback not set Keepalive interval is 10 sec, set Carrier delay is 2 sec RXload is 1,Txload is 1 Queueing strategy: WFQ 5 minutes input rate 17 bits/sec, 0 packets/sec 5 minutes output rate 17 bits/sec, 0 packets/sec 85 packets input, 1870 bytes, 0 no buffer Received 85 broadcasts, 0 runts, 0 giants 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 abort 84 packets output, 1848 bytes, 0 underruns 0 output errors, 0 collisions, 3 interface resets 1 carrier transitions V35 DCE cable 该端口为 DCE 端口 23

24 DCD=up DSR=up DTR=up RTS=up CTS=up 在路由器 Router1 上配置静态路由 Router1(config)#ip route 或 : Router1(config)#ip route serial 1/2 验证测试 : 验证 Router1 上的静态路由配置 Router1#show ip route Codes: C - connected, S - static, R - RIP 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 * - candidate default Gateway of last resort is no set C /24 is directly connected, FastEthernet 1/0 C /32 is local host. C /24 is directly connected, serial 1/2 C /32 is local host. S /24 [1/0] via 在路由器 Router2 上配置接口的 IP 地址和串口上的时钟频率 Router2(config)# interface fastethernet 1/0 Router2(config-if)# ip address Router2(config-if)# no shutdown Router2(config)# interface serial 1/2 Router2(config-if)# ip address Router2(config-if)# no shutdown 验证测试 : 验证路由器接口的配置 Router2#show ip interface brief Interface IP-Address(Pri) OK? Status serial 1/ /24 YES UP serial 1/3 no address YES DOWN FastEthernet 1/ /24 YES UP FastEthernet 1/1 no address YES DOWN Null 0 no address YES UP Router2# show interface serial 1/2 serial 1/2 is UP, line protocol is UP Hardware is PQ2 SCC HDLC CONTROLLER serial Interface address is: /24 MTU 1500 bytes, BW 2000 Kbit Encapsulation protocol is HDLC, loopback not set Keepalive interval is 10 sec, set Carrier delay is 2 sec RXload is 1,Txload is 1 Queueing strategy: WFQ 24

25 5 minutes input rate 53 bits/sec, 0 packets/sec 5 minutes output rate 53 bits/sec, 0 packets/sec 110 packets input, 2970 bytes, 0 no buffer Received 105 broadcasts, 0 runts, 0 giants 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 abort 111 packets output, 2992 bytes, 0 underruns 0 output errors, 0 collisions, 3 interface resets 1 carrier transitions V35 DTE cable DCD=up DSR=up DTR=up RTS=up CTS=up 在路由器 Router2 上配置静态路由 Router2(config)#ip route 或 : Router2(config)#ip route serial 1/2 验证测试 : 验证 Router2 上的静态路由配置 Router2#show ip route Codes: C - connected, S - static, R - RIP 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 * - candidate default Gateway of last resort is no set S /24 [1/0] via 配置的静态路由 C /24 is directly connected, serial 1/2 C /32 is local host. C /24 is directly connected, FastEthernet 1/0 C /32 is local host. 测试网络的互连互通性 C:\>ping 从 PC1 ping PC2 Pinging with 32 bytes of data: Reply from : bytes=32 time<10ms TTL=126 Reply from : bytes=32 time<10ms TTL=126 Reply from : bytes=32 time<10ms TTL=126 Reply from : bytes=32 time<10ms TTL=126 C:\>ping 从 PC2 ping PC1 Pinging with 32 bytes of data: Reply from : bytes=32 time<10ms TTL=126 Reply from : bytes=32 time<10ms TTL=126 Reply from : bytes=32 time<10ms TTL=126 Reply from : bytes=32 time<10ms TTL=126 25

26 知识点 :RIP 路由协议应用 实验名称 RIP V2 配置 实验目的 掌握在路由器上配置 RIP V2 背景描述 假设校园网通过 1 台三层交换机连到校园网出口路由器, 路由器再和校园外的另 1 台路由器连接, 现做适当配置, 实现校园网内部主机与校园网外部主机的相互通信 本实验以两台 R1762 路由器 1 台三层交换机为例 S3550 上划分有 VLAN10 和 VLAN50, 其中 VLAN10 用于连接 Router1,VLAN50 用于连接校园网主机 路由器分别命名为 Router1 和 Router2, 路由器之间通过串口采用 V35 DCE/DTE 电缆连接, DCE 端连接到 Router1(R1762) 上 PC1 的 IP 地址和缺省网关分别为 和 ,PC2 的 IP 地址和缺省网关分别为 和 , 网络掩码都是 实现功能 实现网络的互连互通, 从而实现信息的共享和传递 实验设备 S3550 交换机 (1 台 ) R1762 路由器 ( 两台 ) V35 线缆 (1 根 ) 直连线或交叉线(1 条 ) 实验拓扑 图 11 注 : 路由器和主机直连时, 需要使用交叉线, 在 R1762 的以太网接口支持 MDI/MDIX, 使用直连线也可以连通 R1 的 S1/2 为 DCE 接口 实验步骤 基本配置 三层交换机基本配置 switch#configure terminal switch(config)#hostname S3550 S3550(config)#vlan 10 S3550(config-vlan)#exit S3550(config)#vlan 50 S3550(config-vlan)#exit S3550(config)#interface f0/1 S3550(config-if)#switchport access vlan 10 26

27 S3550(config-if)#exit S3550(config)#interface f0/5 S3550(config-if)#switchport access vlan 50 S3550(config-if)#exit S3550(config)#interface vlan 10 创建 VLAN 虚接口, 并配置 IP S3550(config-if)#ip address S3550(config-if)#no shutdown S3550(config-if)#exit S3550(config)#interface vlan 50 创建 VLAN 虚接口, 并配置 IP S3550(config-if)#ip address S3550(config-if)#no shutdown S3550(config-if)#exit 验证测试 : S3550#show vlan VLAN Name Status Ports default active Fa0/2,Fa0/3 Fa0/4,Fa0/6,Fa0/7 Fa0/8,Fa0/9,Fa0/10 Fa0/11,Fa0/12,Fa0/13 Fa0/14,Fa0/15,Fa0/16 Fa0/17,Fa0/18,Fa0/19 Fa0/20,Fa0/21,Fa0/22 Fa0/23,Fa0/24 10 vlan10 active Fa0/1 50 vlan50 active Fa0/5 S3550#show ip interface Interface : VL10 Description : Vlan 10 OperStatus : UP ManagementStatus : Enabled Primary Internet address: /24 Broadcast address : PhysAddress : 00d0.f8ff.8ab5 Interface : VL50 Description : Vlan 50 OperStatus : UP ManagementStatus : Enabled Primary Internet address: /24 Broadcast address : PhysAddress : 00d0.f8ff.8ab6 路由器基本配置 Router1(config)# interface fastethernet 1/0 Router1(config-if)# ip address

28 Router1(config-if)# no shutdown Router1(config-if)#exit Router1(config)# interface serial 1/2 Router1(config-if)# ip address Router1(config-if)#clock rate Router1(config-if)# no shutdown Router2(config)# interface fastethernet 1/0 Router2(config-if)# ip address Router2(config-if)# no shutdown Router2(config-if)#exit Router2(config)# interface serial 1/2 Router2(config-if)# ip address Router2(config-if)# no shutdown 验证测试 : 验证路由器接口的配置和状态 Router1#show ip interface brief Interface IP-Address(Pri) OK? Status serial 1/ /24 YES UP serial 1/3 no address YES DOWN FastEthernet 1/ /24 YES UP FastEthernet 1/1 no address YES DOWN Null 0 no address YES UP Router2#show ip interface brief Interface IP-Address(Pri) OK? Status serial 1/ /24 YES UP serial 1/3 no address YES DOWN FastEthernet 1/ /24 YES UP FastEthernet 1/1 no address YES DOWN Null 0 no address YES UP 配置 RIP v2 路由协议 S3550 配置 RIP 协议 S3550(config)#router rip 开启 RIP 协议进程 S3550(config-router)#network 申明本设备的直连网段 S3550(config-router)#network S3550(config-router)#version 2 Router1 配置 RIPv2 协议 Router1(config)# router rip Router1(config-router)#network Router1(config-router)#network Router1(config-router)#version2 定义 RIP 协议 v2 Router1(config-router)#no auto-summary 关闭路由信息的自动汇总功能 Router2 配置 RIP 协议 Router2(config)# router rip Router2(config-router)#network Router2(config-router)#network

29 Router2(config-router)#version2 Router2(config-router)#no auto-summary 验证三台路由设备的路由表, 查看是否自动学习了其他网段的路由信息 S3550#show ip route Type: C - connected, S - static, R - RIP, 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 Type Destination IP Next hop Interface Distance Metric Status C / VL Active R / VL Active R / VL Active C / VL Active Router1#show ip route Codes: C - connected, S - static, R - RIP 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 * - candidate default Gateway of last resort is no set C /32 is directly connected, serial 1/2 C /24 is directly connected, FastEthernet 1/0 C /32 is local host. C /24 is directly connected, serial 1/2 C /32 is local host. R /24 [120/1] via , 00:00:01, FastEthernet 1/0 R /24 [120/1] via , 00:00:21, serial 1/2 Router2#show ip route Codes: C - connected, S - static, R - RIP 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 * - candidate default Gateway of last resort is no set C /32 is directly connected, serial 1/2 R /24 [120/1] via , 00:00:03, serial 1/2 C /24 is directly connected, serial 1/2 C /32 is local host. R /24 [120/2] via , 00:00:03, serial 1/2 测试网络的连通性 C:\>ping 从 PC1 ping PC2 29

30 图 12 知识点 :OSPF 路由协议应用 实验名称 OSPF 单区域基本配置 实验目的 掌握在路由器上配置 OSPF 单区域 背景描述 假设校园网通过 1 台三层交换机连到校园网出口路由器, 路由器再和校园外的另 1 台路由器连接, 现做适当配置, 实现校园网内部主机与校园网外部主机的相互通信 本实验以两台 R1762 路由器 1 台三层交换机为例 S3550 上划分有 VLAN10 和 VLAN50, 其中 VLAN10 用于连接 Router1,VLAN50 用于连接校园网主机 路由器分别命名为 Router1 和 Router2, 路由器之间通过串口采用 V35 DCE/DTE 电缆连接, DCE 端连接到 Router1(R1762) 上 PC1 的 IP 地址和缺省网关分别为 和 ,PC2 的 IP 地址和缺省网关分别为 和 , 网络掩码都是 实现功能 实现网络的互连互通, 从而实现信息的共享和传递 实验设备 S3550(1 台 ) R1762 路由器 ( 两台 ) V35 线缆 (1 根 ) 交叉线或直连线(1 条 ) 实验拓扑 30

31 图 13 注 : 路由器和主机直连时, 需要使用交叉线, 在 R1762 的以太网接口支持 MDI/MDIX, 使 用直连线也可以连通 R1 的 S1/2 为 DCE 接口 实验步骤 基本配置 三层交换机基本配置 switch#configure terminal switch(config)#hostname s3550 S3550(config)#vlan 10 S3550(config-vlan)#exit S3550(config)#vlan 50 S3550(config-vlan)#exit S3550(config)#interface f0/1 S3550(config-if)#switchport access vlan 10 S3550(config-if)#exit S3550(config)#interface f0/5 S3550(config-if)#switchport access vlan 50 S3550(config-if)#exit S3550(config)#interface vlan 10 创建 VLAN 虚接口, 并配置 IP S3550(config-if)#ip address S3550(config-if)#no shutdown S3550(config-if)#exit S3550(config)#interface vlan 50 创建 VLAN 虚接口, 并配置 IP S3550(config-if)#ip address S3550(config-if)#no shutdown S3550(config-if)#exit 验证测试 : S3550#show vlan VLAN Name Status Ports default active Fa0/2,Fa0/3 Fa0/4,Fa0/6,Fa0/7 Fa0/8,Fa0/9,Fa0/10 Fa0/11,Fa0/12,Fa0/13 Fa0/14,Fa0/15,Fa0/16 Fa0/17,Fa0/18,Fa0/19 Fa0/20,Fa0/21,Fa0/22 Fa0/23,Fa0/24 10 vlan10 active Fa0/1 50 vlan50 active Fa0/5 S3550#show ip interface Interface : VL10 Description : Vlan 10 OperStatus : UP 31

32 ManagementStatus : Enabled Primary Internet address: /24 Broadcast address : PhysAddress : 00d0.f8ff.8ab5 Interface : VL50 Description : Vlan 50 OperStatus : UP ManagementStatus : Enabled Primary Internet address: /24 Broadcast address : PhysAddress : 00d0.f8ff.8ab6 路由器基本配置 Router1(config)# interface fastethernet 1/0 Router1(config-if)# ip address Router1(config-if)# no shutdown Router1(config-if)#exit Router1(config)# interface serial 1/2 Router1(config-if)# ip address Router1(config-if)# clock rate Router1(config-if)# no shutdown Router2(config)# interface fastethernet 1/0 Router2(config-if)# ip address Router2(config-if)# no shutdown Router2(config-if)#exit Router2(config)# interface serial 1/2 Router2(config-if)# ip address Router2(config-if)# no shutdown 验证测试 : 验证路由器接口的配置和状态 Router1#show ip interface brief Interface IP-Address(Pri) OK? Status serial 1/ /24 YES UP serial 1/3 no address YES DOWN FastEthernet 1/ /24 YES UP FastEthernet 1/1 no address YES DOWN Null 0 no address YES UP Router2#show ip interface brief Interface IP-Address(Pri) OK? Status serial 1/ /24 YES UP serial 1/3 no address YES DOWN FastEthernet 1/ /24 YES UP FastEthernet 1/1 no address YES DOWN Null 0 no address YES UP 配置 OSPF 路由协议 S3550 配置 OSPF 32

33 S3550(config)#router ospf 开启 OSPF 路由协议进程 S3550(config-router)#network area 0 申请直连网段信息, 并分配区域号 S3550(config-router)#network area 0 S3550(config-router)#end Router1 配置 OSPF Router1(config)# router ospf Router1(config-router)#network area 0 Router1(config-router)#network area 0 Router1(config-router)#end Router2 配置 OSPF Router2(config)#router ospf Router2(config-router)#network area 0 Router2(config-router)#network area 0 Router2(config-router)#end 查看验证三台路由设备的路由表, 查看是否自动学习了其他网段的路由信息 S3550#show ip route Type: C - connected, S - static, R - RIP, 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 Type Destination IP Next hop Interface Distance Metric Status C / VL Active O / VL Active O / VL Active C / VL Active Router1#show ip route Codes: C - connected, S - static, R - RIP 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 * - candidate default Gateway of last resort is no set C /32 is directly connected, serial 1/2 C /24 is directly connected, FastEthernet 1/0 C /32 is local host. C /24 is directly connected, serial 1/2 C /32 is local host. O /24 [110/51] via , 00:00:01, FastEthernet 1/0 O /24 [110/51] via , 00:00:21, serial 1/2 Router2# show ip route Codes: C - connected, S - static, R - RIP O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 33

34 E1 - OSPF external type 1, E2 - OSPF external type 2 * - candidate default Gateway of last resort is no set C /32 is directly connected, serial 1/2 O /24 [110/51] via , 00:00:03, serial 1/2 C /24 is directly connected, serial 1/2 C /32 is local host. O /24 [110/52] via , 00:00:03, serial 1/2 测试网络的连通性 C:\>ping 从 PC1 ping PC2 知识点 : 路由重分布 实验名称 配置 RIP 与 OSPF 路由重发布实验 实验目的 通过路由重发实验, 实现在不同路由协议之间发布路由的要点 背景描述 某 IT 企业拥有 4 台路由器, 并在企业网内部采用两个路由协议 :OSPF 和 RIP, 本网络中有去往 /24 网段的静态路由 去住 ISP 的默认路由 需求分析 使用路由重发布, 使用内部网络的每台设备通信 实验拓扑 34

35 实验设备 路由器 4 台 预备知识 路由器基本配置知识 IP 路由知识 RIP 路由协议 OSPF 路由协议 实验步骤 第一步 : 在路由器上配置 IP 路由选择和 IP 地址 RA#config t RA(config)# interface FastEthernet 0/0 RA(config-if)#ip address RA(config)# interface Loopback 0 RA(config-if)#ip address RA(config)#interface Loopback 1 RA(config-if)#ip address RB(config)#interface FastEthernet 0/0 RB(config-if)#ip address RB(config)#interface FastEthernet 0/1 RB(config-if)#ip address RC(config)# interface FastEthernet 0/0 35

36 RC(config-if)# ip address RC(config)# interface FastEthernet 0/1 RC(config-if)#ip address RC(config)#interface Loopback 0 RC(config-if)#ip address RD(config)#interface FastEthernet 0/0 RD(config-if)#ip address RD(config)#interface Loopback 0 RD(config-if)#i p address RD(config)#interface Loopback 1 RD(config-if)#ip address RD(config)#interface Loopback 2 RD(config-if)#ip address 第二步 : 配置 RIP 和 OSPF RA(config)# router ospf 10 RA(config-router)#network area 1 RA(config-router)#network area 1 RA(config-router)#network area 1 RB(config)#router ospf 10 RB(config-router)#network area 0 RB(config)#router rip RB(config-router)#version 2 RB(config-router)#network RB(config-router)#no auto-summary RC(config)#router ospf 10 RC(config-router)#network area 0 RC(config-router)#network area 1 RC(config-router)#network area 0 RD(config)#router ospf 10 RD(config-router)#network area 1 RD(config-router)#network area 1 RD(config-router)#network area 1 第三步 : 配置重发布 RA(config)# router rip RA(config-router)# default-information originate RB(config)# router ospf 10 RB(config-router)#redistribute rip metric 50 subnets 36

37 RB(config-router)#default-information originate RB(config)# router rip RB(config-router)#redistribute ospf metric 1 RD(config)#router ospf 10 RD(config-router)#redistribute static subnets 第四步 : 验证测试用 show ip route 命令测试 RA#show ip route Codes: C - connected, S - static, R - RIP B - BGP 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 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default Gateway of last resort is to network S* /0 is directly connected, Loopback 0 R /32 [120/1] via , 00:00:23, FastEthernet 0/0 R /32 [120/1] via , 00:00:23, FastEthernet 0/0 R /30 [120/1] via , 00:00:23, FastEthernet 0/0 C /30 is directly connected, FastEthernet 0/0 C /32 is local host. R /30 [120/1] via , 00:00:23, FastEthernet 0/0 R /32 [120/1] via , 00:00:23, FastEthernet 0/0 C /30 is directly connected, Loopback 0 C /32 is local host. C /24 is directly connected, Loopback 1 C /32 is local host. R /24 [120/1] via , 00:00:23, FastEthernet 0/0 RD#show ip route Codes: C - connected, S - static, R - RIP B - BGP 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 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default Gateway of last resort is to network

38 O*E /0 [110/10] via , 00:27:21, FastEthernet 0/0 C /24 is directly connected, Loopback 0 C /32 is local host. C /24 is directly connected, Loopback 1 C /32 is local host. C /24 is directly connected, Loopback 2 C /32 is local host. O IA /30 [110/2] via , 00:29:50, FastEthernet 0/0 C /30 is directly connected, FastEthernet 0/0 C /32 is local host. O IA /24 [110/1] via , 00:29:50, FastEthernet 0/0 S /24 is directly connected, Loopback 2 RB#show ip route Codes: C - connected, S - static, R - RIP B - BGP 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 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default Gateway of last resort is to network R* /0 [120/1] via , 00:00:02, FastEthernet 0/0 O IA /32 [110/2] via , 00:30:14, FastEthernet 0/1 O IA /32 [110/2] via , 00:30:04, FastEthernet 0/1 C /30 is directly connected, FastEthernet 0/1 C /32 is local host. C /30 is directly connected, FastEthernet 0/0 C /32 is local host. O IA /30 [110/2] via , 00:30:57, FastEthernet 0/1 O /32 [110/1] via , 00:30:57, FastEthernet 0/1 O E /24 [110/20] via , 00:26:31, FastEthernet 0/1 知识点 : 策略路由 实验名称 配置策略路由 实验目的 利用策略路由实现两家 ISP 提供商线路的负载均衡, 38

39 背景描述 公司希望 ISP A 和 ISP B 收到大致相同的流量, 在路由器 A 上实现了策略路由, 以便前往两家 ISP 的连接之间均衡负载 需求分析 公司的内网为 和 两个网段, 所以公司需要只有两段地址去访问 internet, 除此之外其它是不能访问互联网, 并且要求两条线路负载平衡 实验拓扑 实验设备 路由器 3 台 交换机 1 台 PC 机 2 台 预备知识 路由器基本配置知识 IP 路由知识 实验步骤 第一步 : 在路由器上配置 IP 路由选择和 IP 地址 RG(config)#interface serial 1/3 RG(config-if) #ip address RG(config-if) # clock rate RG(config)#interface FastEthernet 1/0 RG(config-if) #ip address RG(config)#interface FastEthernet 1/1 RG(config-if) #ip address RG(config)# ip route FastEthernet 1/1 RG(config)#ip route serial 1/3 39

40 RG(config)#ip route FastEthernet 1/0 第二步 : 定义访问列表 RG(config)# access-list 10 permit RG(config)# access-list 20 permit 第三步 : 配置路由映射表 RG(config)#route-map ruijie permit 10 RG(config-route-map)#match ip address 10 RG(config-route-map)#set ip default next-hop RG(config)#route-map ruijie permit 20 RG(config-route-map)#match ip address 20 RG(config-route-map)#set ip default next-hop RG(config)#route-map ruijie permit 30 RG(config-route-map)#set interface Null 0 第四步 : 在接口上应用路由策略 RG(config)# interface FastEthernet 1/0 RG(config-if)#ip policy route-map ruijie 第五步 : 验证测试在 HOST A 上用 PING 命令来测试路由映射 C:\>ping Pinging with 32 bytes of data: Reply from : bytes=32 time<1ms TTL=64 Reply from : bytes=32 time<1ms TTL=64 Reply from : bytes=32 time<1ms TTL=64 Reply from : bytes=32 time<1ms TTL=64 Ping statistics for : Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms RG#sh route-map route-map ruijie, permit, sequence 10 Match clauses: ip address 10 Set clauses: ip default next-hop

41 Policy routing matches: 21 packets, 2304 bytes route-map ruijie, permit, sequence 20 Match clauses: ip address 20 Set clauses: ip default next-hop Policy routing matches: 0 packets, 0 bytes route-map ruijie, permit, sequence 30 Match clauses: Set clauses: interface Null 0 Policy routing matches: 0 packets, 0 bytes 在 HOST B 上用 PING 命令来测试路由映射 C:\>ping Pinging with 32 bytes of data: Reply from : bytes=32 time<1ms TTL=64 Reply from : bytes=32 time<1ms TTL=64 Reply from : bytes=32 time<1ms TTL=64 Reply from : bytes=32 time<1ms TTL=64 Ping statistics for : Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms RG#sh route-map route-map ruijie, permit, sequence 10 Match clauses: ip address 10 Set clauses: ip default next-hop Policy routing matches: 21 packets, 2304 bytes route-map ruijie, permit, sequence 20 Match clauses: ip address 20 Set clauses: ip default next-hop Policy routing matches: 9 packets, 576 bytes route-map ruijie, permit, sequence 30 Match clauses: Set clauses: 41

42 interface Null 0 Policy routing matches: 0 packets, 0 bytes 把 HOST B 的 IP 地址改为 , 用 PING 命令来测试路由映射 C:\>ping Pinging with 32 bytes of data: Pinging with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. RG#sh iroute-map route-map ruijie, permit, sequence 10 Match clauses: ip address 10 Set clauses: ip default next-hop Policy routing matches: 21 packets, 2304 bytes route-map ruijie, permit, sequence 20 Match clauses: ip address 20 Set clauses: ip default next-hop Policy routing matches: 9 packets, 576 bytes route-map ruijie, permit, sequence 30 Match clauses: Set clauses: interface Null 0 Policy routing matches: 27 packets, 1728 bytes 局域网安全 知识点 : 交换机端口安全 实验名称 交换机的端口安全配置 实验目的 掌握交换机的端口安全功能, 控制用户的安全接入 背景描述 你是一个公司的网络管理员, 公司要求对网络进行严格控制 为了防止公司内部用户的 IP 地址冲突, 防止公司内部的网络攻击和破坏行为 为每一位员工分配了固定的 IP 地址, 并 42

43 且限制只允许公司员工主机可以使用网络, 不得随意连接其他主机 例如 : 某员工分配的 IP 地址是 /24, 主机 MAC 地址是 B-DE-13-B4 该主机连接在 1 台 2126G 上边 实现功能 针对交换机的所有端口, 配置最大连接数为 1, 针对 PC1 主机的接口进行 IP+MAC 地址绑定 实验设备 S2126G 交换机 (1 台 ),PC(1 台 ) 直连网线(1 条 ) 实验拓扑 图 14 实验步骤 配置交换机端口的最大连接数限制 Switch#configure terminal Switch(config)#interface range fastethernet 0/1-23 进行一组端口的配置模式 Switch(config-if-range)#switchport port-security 开启交换机的端口安全功能 Switch(config-if-range)#switchport port-secruity maximum 1 配置端口的最大连接数为 1 Switch(config-if-range)#switchport port-secruity violation shutdown 配置安全违例的处理方式为 shutdown 验证测试 : 查看交换机的端口安全配置 Switch#show port-security Secure Port MaxSecureAddr(count) CurrentAddr(count) Security Action Fa0/1 1 0 Shutdown Fa0/2 1 0 Shutdown Fa0/3 1 0 Shutdown Fa0/4 1 0 Shutdown Fa0/5 1 0 Shutdown Fa0/6 1 0 Shutdown Fa0/7 1 0 Shutdown Fa0/8 1 0 Shutdown Fa0/9 1 0 Shutdown 43

44 Fa0/ Shutdown Fa0/ Shutdown Fa0/ Shutdown Fa0/ Shutdown Fa0/ Shutdown Fa0/ Shutdown Fa0/ Shutdown Fa0/ Shutdown Fa0/ Shutdown Fa0/ Shutdown Fa0/ Shutdown Fa0/ Shutdown Fa0/ Shutdown Fa0/ Shutdown 配置交换机端口的地址绑定 查看主机的 IP 和 MAC 地址信息 在主机上打开 CMD 命令提示符窗口, 执行 ipconfig /all 命令 图 15 配置交换机端口的地址绑定 Switch#configure terminal Switch(config)#interface fastethernet 0/3 Switch(config-if)#switchport port-security Switch(config-if)#switchport port-security mac-address bde.13b4 ip-address 配置 IP 地址和 MAC 地址的绑定验证测试 : 查看地址安全绑定配置 Switch#show port-security address Vlan Mac Address IP Address Type Port Remaining Age(mins) bde.13b Configured Fa0/3 44

45 知识点 : 基于 IP 的 ACL 应用 实验名称 编号的标准 IP 访问列表 实验目的 掌握路由器上编号的标准 IP 访问列表规则及配置 背景描述 你是一个公司的网络管理员, 公司的经理部 财务部门和销售部门分属不同的 3 个网段, 三部门之间用路由器进行信息传递, 为了安全起见, 公司领导要求销售部门不能对财务部门进行访问, 但经理部可以对财务部门进行访问 PC1 代表经理部的主机,PC2 代表销售部门的主机 PC3 代表财务部门的主机 实现功能 实现网段间互相访问的安全控制 实验设备 R1762 路由器 ( 两台 ) V.35 线缆 (1 条 ) 直连线或交叉线(3 条 ) 实验拓扑 图 16 实验步骤 基本配置 Router1 基本配置 Red-Giant>enable Red-Giant#configure terminal Red-Giant(config)#hostname Router1 Router1(config)# interface fastethernet 1/0 Router1(config-if)#ip add Router1(config-if)#no shutdown Router1(config-if)# interface fastethernet 1/1 Router1(config-if)#ip add Router1(config-if)#no shutdown Router1(config-if)#interface serial 1/2 Router1(config-if)#ip add Router1(config-if)#clock rate

46 Router1(config-if)#no shutdown Router1(config-if)#end 测试命令 :show ip interface brief Router1#show ip int brief 观察接口状态 Interface IP-Address(Pri) OK? Status serial 1/ /24 YES UP serial 1/3 no address YES DOWN FastEthernet 1/ /24 YES UP FastEthernet 1/ /24 YES UP Null 0 no address YES UP Router2 基本配置 Red-Giant>enable Red-Giant#configure terminal Red-Giant(config)#hostname Router2 Router2(config)# interface fastethernet 1/0 Router2(config-if)#ip add Router2(config-if)#no shutdown Router2(config-if)#exit Router2(config-if)#interface serial 1/2 Router2(config-if)#ip add Router2(config-if)#no shutdown Router2(config-if)#end 测试命令 :show ip interface brief Router2#show ip int brief 观察接口状态 Interface IP-Address(Pri) OK? Status serial 1/ /24 YES UP serial 1/3 no address YES DOWN FastEthernet 1/ /24 YES UP FastEthernet 1/1 no address YES DOWN Null 0 no address YES UP 配置静态路由 Router1(config)#ip route serial 1/2 Router2(config)#ip route serial 1/2 Router2(config)#ip route serial 1/2 测试命令 :show ip route Router1#show ip route 查看路由表信息 Codes: C - connected, S - static, R - RIP 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 * - candidate default Gateway of last resort is no set C /24 is directly connected, FastEthernet 1/0 C /32 is local host. 46

47 C /24 is directly connected, FastEthernet 1/1 C /32 is local host. C /24 is directly connected, serial 1/2 C /32 is local host. S /24 is directly connected, serial 1/2 Router2#show ip route Codes: C - connected, S - static, R - RIP 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 * - candidate default Gateway of last resort is no set S /24 is directly connected, serial 1/2 S /24 is directly connected, serial 1/2 C /24 is directly connected, serial 1/2 C /32 is local host. C /24 is directly connected, FastEthernet 1/0 C /32 is local host. 配置标准 IP 访问控制列表 Router2(config)#access-list 1 deny 拒绝来自 网段的流量通过 Router2(config)#access-list 1 permit 允许来自 网段的流量通过验证测试 : Router2#show access-lists 1 Standard IP access list 1 includes 2 items: deny , wildcard bits permit , wildcard bits 把访问控制列表在接口下应用 Router2(config)# interface fastethernet 1/0 Router2(config-if)#ip access-group 1 out 在接口下访问控制列表出栈流量调用验证测试 : Router2#show ip interface fastethernet 1/0 FastEthernet 1/0 IP interface state is: UP IP interface type is: BROADCAST IP interface MTU is: 1500 IP address is: /24 (primary) IP address negotiate is: OFF Forward direct-boardcast is: ON ICMP mask reply is: ON Send ICMP redirect is: ON Send ICMP unreachabled is: ON 47

48 DHCP relay is: OFF Fast switch is: ON Route horizontal-split is: ON Help address is: Proxy ARP is: ON Outgoing access list is 1. 查看访问列表在接口上的应用 Inbound access list is not set. 验证测试 ping( 网段的主机不能 ping 通 网段的主机 ; 网段的主机能 ping 通 网段的主机 ) 实验名称 命名的扩展 IP 访问列表 实验目的 掌握在交换机上命名的扩展 IP 访问列表规则及配置 背景描述 你是学校的网络管理员, 在 交换机上连着学校的提供 WWW 和 FTP 的服务器, 另外还连接着学生宿舍楼和教工宿舍楼, 学校规定学生只能对服务器进行 FTP 访问, 不能进行 WWW 访问, 教工则没有此限制 实现功能 实现网段间互相访问的安全控制 实验设备 S3550 交换机 (1 台 ) PC(3 台 ) 直连线(3 条 ) 实验拓扑 图 17 实验步骤 基本配置 (config)#vlan (config-vlan)#name server (config)#vlan (config-vlan)#name teachers (config)#vlan (config-vlan)#name students (config)#interface f0/ (config-if)#switchport mode access (config-if)#switchport access vlan (config)#interface f0/10 48

49 (config-if)#switchport mode access (config-if)#switchport access vlan (config)#interface f0/ (config-if)#switchport mode access (config-if)#switchport access vlan (config)#int vlan (config-if)#ip add (config-if)#no shutdown (config-if)#int vlan (config-if)#ip add (config-if)#no shutdown (config-if)#int vlan (config-if)#ip add (config-if)#no shutdown 配置命名扩展 IP 访问控制列表 (config)#ip access-list extended denystudentwww 定义命名扩展访问列表 (config-ext-nacl)# deny tcp eq www 禁止 WWW 服务 (config-ext-nacl)# permit ip any any 允许其他服务验证命令 : #sh ip access-lists denystudentwww Extended IP access list: denystudentwww deny tcp eq www permit ip any any 把访问控制列表在接口下应用 (config)#int vlan (config-if)#ip access-group denystudentwww in 配置 Web 服务器 ( 详见选学实验内容 ) 验证测试 分别在学生网段和教师宿舍网段使用 1 台主机, 访问 Web 服务器 测试发现学生网段不能访问网页, 教学宿舍网段可以访问网页 广域网协议 知识点 :PAP 及 CHAP 的区别及配置 实验一 实验名称 PPP PAP 认证 49

50 实验目的 掌握 PPP PAP 认证的过程及配置 背景描述 你是公司的网络管理员, 公司为了满足不断增长的业务需求, 申请了专线接入, 你的客户端路由器与 ISP 进行链路协商时要验证身份, 配置路由器保证链路建立, 并考虑其安全性 实现功能 在链路协商时保证安全验证 链路协商时用户名 密码以明文的方式传输 实验设备 R1762( 两台 ) V.35 线缆 (1 条 ) 实验拓扑 图 18 注 :RB 为 DCE 端口 实验步骤 基本配置 Red-Giant(config)#hostname Ra Ra(config)# interface serial 1/2 Ra(config-if)#ip address Ra(config-if)#no shutdown Red-Giant(config)#hostname Rb Rb(config)# interface serial 1/2 Rb(config-if)#ip address Rb(config-if)#clock rate Rb(config-if)#no shutdown 验证测试 : ( 以 Ra 为例 ) Ra#show interface serial 1/2 serial 1/2 is UP, line protocol is UP Hardware is PQ2 SCC HDLC CONTROLLER serial Interface address is: /24 MTU 1500 bytes, BW 2000 Kbit Encapsulation protocol is HDLC, loopback not set Keepalive interval is 10 sec, set Carrier delay is 2 sec RXload is 1,Txload is 1 Queueing strategy: WFQ 5 minutes input rate 11 bits/sec, 0 packets/sec 5 minutes output rate 11 bits/sec, 0 packets/sec 33 packets input, 726 bytes, 0 no buffer Received 33 broadcasts, 0 runts, 0 giants 50

51 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 abort 32 packets output, 704 bytes, 0 underruns 0 output errors, 0 collisions, 6 interface resets 3 carrier transitions V.35 DTE cable DCD=up DSR=up DTR=up RTS=up CTS=up 配置 PPP PAP 认证 被验证方的配置 Ra(config)# interface serial 1/2 Ra(config-if)# encapsulation ppp 接口下封装 PPP 协议 Ra(config-if)#ppp pap sent-username Ra password 0 star PAP 认证的用户名 密码验证方的配置 Rb(config)#username Ra password 0 star 验证方配置被验证方用户名 密码 Rb(config-if)# encapsulation ppp Rb(config-if)#ppp authentication pap PPP 启用 PAP 认证方式验证测试 : Ra#debug ppp authentication 观察 PAP 验证过程 %LINK CHANGED: Interface serial 1/2, changed state to down %LINE PROTOCOL CHANGE: Interface serial 1/2, changed state to DOWN PPP: ppp_clear_author(), protocol %LINK CHANGED: Interface serial 1/2, changed state to up PPP: serial 1/2 PAP ACK received PPP: serial 1/2 Passed PAP authentication with remote PPP: serial 1/2 lcp authentication OK PPP: ppp_clear_author(), protocol = TYPE_IPCP = TYPE_LCP %LINE PROTOCOL CHANGE: Interface serial 1/2, changed state to UP. 注意事项 1 在 DCE 端要配置时钟 ; 2 Rb(config)#username Ra password 0 star username 后面的参数是对方的主机名 ; 3 在接口下封装 ppp; 4 debug ppp authentication 在路由器物理层 up, 链路尚未建立的情况下打开才有信息输出, 本实验的实质是链路层协商建立的安全性, 该信息出现在链路协商的过程中 参考配置 Ra#show running-config 路由器 Ra 配置 Building configuration... Current configuration : 483 bytes version 8.32(building 53) hostname Ra interface serial 1/2 encapsulation PPP 51

52 ppp pap sent-username Ra password 7 072d172e07 ip address interface serial 1/3 clock rate interface FastEthernet 1/0 duplex auto speed auto interface FastEthernet 1/1 duplex auto speed auto interface Null 0 line con 0 line aux 0 line vty 0 4 login end Rb#show running-config Building configuration... Current configuration : 469 bytes version 8.32(building 53) hostname Rb username Ra password 0 star interface serial 1/2 encapsulation PPP ppp authentication pap ip address clock rate interface serial 1/3 interface FastEthernet 1/0 duplex auto speed auto interface FastEthernet 1/1 路由器 Rb 配置 52

53 duplex auto speed auto interface Null 0 line con 0 line aux 0 line vty 0 4 login end 实验二 实验名称 PPP CHAP 认证 实验目的 掌握 PPP CHAP 认证的过程及配置 背景描述 你是公司的网络管理员, 公司为了满足不断增长的业务需求, 申请了专线接入, 你的客户端路由器与 ISP 进行链路协商时要验证身份, 配置路由器保证链路建立并考虑其安全性 技术原理 PPP 协议位于 OSI 七层模型的数据链路层,PPP 协议按照功能划分为两个子层 :LCP NCP LCP 主要负责链路的协商 建立 回拨 认证 数据的压缩 多链路捆绑等功能 NCP 主要负责和上层的协议进行协商, 为网络层协议提供服务 PPP 的认证功能是指在建立 PPP 链路的过程中进行密码的验证, 验证通过建立连接, 验证不通过拆除链路 CHAP(Challenge Handshake Authentication Protocol, 挑战式握手验证协议 ) 是指验证双方通过三次握手完成验证过程, 比 PAP 更安全 由验证方主动发出挑战报文, 由被验证方应答 在整个验证过程中, 链路上传递的信息都进行了加密处理 实现功能 在链路协商时保证安全验证 链路协商时密码以密文的方式传输, 更安全 实验设备 R1762( 两台 ) V.35 线缆 (1 条 ) 实验拓扑 图 19 实验步骤 基本配置 53

54 Red-Giant(config)#hostname Ra Ra(config)# interface serial 1/2 Ra(config-if)#ip address Ra(config-if)#no shutdown Red-Giant(config)#hostname Rb Rb(config)# interface serial 1/2 Rb(config-if)#ip address Rb(config-if)#clock rate Rb(config-if)#no shutdown 验证测试 : ( 以 Ra 为例 ) Ra#show interface serial 1/2 serial 1/2 is UP, line protocol is UP Hardware is PQ2 SCC HDLC CONTROLLER serial Interface address is: /24 MTU 1500 bytes, BW 2000 Kbit Encapsulation protocol is HDLC, loopback not set Keepalive interval is 10 sec, set Carrier delay is 2 sec RXload is 1,Txload is 1 Queueing strategy: WFQ 5 minutes input rate 11 bits/sec, 0 packets/sec 5 minutes output rate 11 bits/sec, 0 packets/sec 33 packets input, 726 bytes, 0 no buffer Received 33 broadcasts, 0 runts, 0 giants 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 abort 32 packets output, 704 bytes, 0 underruns 0 output errors, 0 collisions, 6 interface resets 3 carrier transitions V35 DTE cable DCD=up DSR=up DTR=up RTS=up CTS=up 配置 PPP CHAP 认证 Ra(config)#username Rb password 0 star 以对方的主机名作为用户名, 密码和对方的路由器一致 Ra(config)#interface serial 1/2 Ra(config-if)#encapsulation ppp Ra(config-if)#ppp authentication chap PPP 启用 CHAP 方式验证 Rb(config)#username Ra password 0 star 以对方的主机名作为用户名, 密码和对方的路由器一致 Rb(config)#interface serial 1/2 Rb(config-if)# encapsulation ppp 验证测试 : Ra#debug ppp authentication 观察 CHAP 验证过程 %LINK CHANGED: Interface serial 1/2, changed state to down %LINE PROTOCOL CHANGE: Interface serial 1/2, changed state to DOWN 54

55 PPP: ppp_clear_author(), protocol = TYPE_LCP %LINK CHANGED: Interface serial 1/2, changed state to up PPP: serial 1/2 Send CHAP challenge id=29 to remote host PPP: serial 1/2 authentication event enqueue,message type = [RECV_CHAP_RESPONSE] PPP: dispose authentication message [RECV_CHAP_RESPONSE] PPP: serial 1/2 CHAP response id=29,received from Rb PPP: serial 1/2 Send CHAP success id=29 to remote PPP: serial 1/2 remote router passed CHAP authentication. PPP: serial 1/2 lcp authentication OK PPP: ppp_clear_author(), protocol = TYPE_IPCP %LINE PROTOCOL CHANGE: Interface serial 1/2, changed state to UP 注意事项 1 在 DCE 端要配置时钟 ; 2 Ra(config)#username Rb password 0 star username 后面的参数是对方的主机名 ; 3 Rb(config)#username Ra password 0 star username 后面的参数是对方的主机名 ; 4 在接口下封装 ppp; 5 debug ppp authentication 在路由器物理层 up, 链路尚未建立的情况下打开才有信息输出, 本实验的实质是链路层协商建立的安全性, 该信息出现在链路协商的过程中 参考配置 Ra#show running-config 路由器 Ra 配置 Building configuration... Current configuration : 489 bytes version 8.32(building 53) hostname Ra username Rb password 0 star interface serial 1/2 encapsulation PPP ppp authentication chap ip address clock rate interface serial 1/3 clock rate interface FastEthernet 1/0 duplex auto speed auto interface FastEthernet 1/1 duplex auto speed auto 55

56 interface Null 0 line con 0 line aux 0 line vty 0 4 login end Rb#show running-config Building configuration... Current configuration : 444 bytes version 8.32(building 53) hostname Rb username Ra password 0 star interface serial 1/2 encapsulation PPP ip address interface serial 1/3 clock rate interface FastEthernet 1/0 duplex auto speed auto interface FastEthernet 1/1 duplex auto speed auto interface Null 0 line con 0 line aux 0 line vty 0 4 login end 路由器 Rb 配置 56

57 其他及应用 知识点 :NAT( 网络地址转换 ) 技术的应用 实验名称 利用动态 NAPT 实现局域网访问互联网 实验目的 掌握内网中所有主机连接到 Internet 网时, 通过端口号区分的复用内部全局地址转换 背景描述 你是某公司的网络管理员, 公司只向 ISP 申请了一个公网 IP 地址, 希望全公司的主机都能访问外网, 请你实现 实现功能 允许内部所有主机在公网地址缺乏的情况下可以访问外部网络 实验设备 R1762 路由器 ( 两台 ) V.35 线缆 (1 条 ) PC( 两台 ) 直连线或交叉线(2 条 ) 实验拓扑 图 20 实验步骤 基本配置 局域网路由器配置 Red-Giant(config)#hostname lan-router lan-router(config)#interface fastethernet 1/0 lan-router(config-if)#ip address lan-router(config-if)#no shutdown lan-router(config-if)#exit lan-router(config)#interface serial 1/2 lan-router(config-if)#ip address lan-router(config-if)#no shutdown lan-router(config-if)#exit 互联网路由器配置 internet-router(config)#interface fastethernet 1/0 internet-router(config-if)#ip address internet-router(config-if)#no shutdown internet-router(config-if)#exit internet-router(config)#interface serial 1/2 57

58 internet-router(config-if)#ip address internet-router(config-if)#clock rate internet-router(config-if)#no sh internet-router(config-if)#end 在 lan-router 上配置缺省路由 lan-router(config)#ip route serial 1/2 验证测试 : Internet-router#ping Type escape sequence to abort. Sending 5, 100-byte ICMP Echoes to , timeout is 2 seconds: 配置动态 NAPT 映射 lan-router(config)#interface fastethernet 1/0 lan-router(config-if)#ip nat inside 定义 F1/0 为内网接口 lan-router(config-if)#exit lan-router(config)#interface serial 1/2 lan-router(config-if)#ip nat outside 定义 S1/2 为外网接口 lan-router(config-if)#exit lan-router(config)#ip nat pool to_internet netmask 定义内部全局地址池 lan-router(config)#access-list 10 permit 定义允许转换的地址 lan-router(config)#ip nat inside source list 10 pool to_internet overload 为内部本地调用转换地址池验证测试 1 在服务器 上配置 Web 服务 ( 配置方法详见选修实验 ) 2 在 PC 机测试访问 的网页 3 在路由器 lan-router 查看 NAPT 映射关系 lan-router#show ip nat translations 查看 NAPT 的动态映射表 Pro Inside global Inside local Outside local Outside global tcp : : : :80 实验名称 利用 NAT 实现外网主机访问内网服务器 实验目的 掌握 NAT 源地址转换和目的地址转换的区别, 掌握如何向外网发布内网的服务器 背景描述 你是某公司的网络管理员, 公司只向 ISP 申请了一个公网 IP 地址, 现公司的网站在内网, 要求在互联网也可以访问公司网站, 请你实现 是 Web 服务器的 IP 地址 实现功能 内网服务器能够转换成外网公网 IP, 被互联网访问 实验设备 R1762 路由器 ( 两台 ) V.35 线缆 (1 条 ) PC(1 台 ) 直连线(1 条 ) 实验拓扑 58

59 图 21 实验步骤 基本配置 Red-Giant(config)#hostname lan-router lan-router(config)#interface fastethernet 1/0 lan-router(config-if)#ip address lan-router(config-if)#no shutdown lan-router(config-if)#exit lan-router(config)#interface serial 1/2 lan-router(config-if)#ip address lan-router(config-if)#no shutdown lan-router(config-if)#exit internet-router(config)#interface fastethernet 1/0 internet-router(config-if)#ip address internet-router(config-if)#no shutdown internet-router(config-if)#exit internet-router(config)#interface serial 1/2 internet-router(config-if)#ip address internet-router(config-if)#clock rate internet-router(config-if)#no sh internet-router(config-if)#end 在 lan-router 上配置缺省路由 lan-router(config)#ip route serial 1/2 验证测试 : Internet-router#ping Type escape sequence to abort. Sending 5, 100-byte ICMP Echoes to , timeout is 2 seconds: 配置反向 NAT 映射 lan-router(config)#interface fastethernet 1/0 lan-router(config-if)#ip nat inside lan-router(config-if)#exit lan-router(config)#interface serial 1/2 lan-router(config-if)#ip nat outside lan-router(config-if)#exit lan-router(config)#ip nat pool web_server netmask 定义内网服务器地址池 lan-router(config)#access-list 3 permit host 定义外网的公网 IP 地址 59

通过动态路由协议实现链路备份

通过动态路由协议实现链路备份 通过动态路由协议实现链路备份 实验名称 通过动态路由协议实现链路备份 实验目的 掌握通过在不同链路上配置不同的路由协议实现链路备份 背景描述 你是公司高级网络管理员, 公司内部有一个很重要的服务器所在网段为 192.168.12.0/24, 平常访问通过 R1,R3 的 OSPF 路由协议, 为了保证该网段随时能够访问, 不能因为链路故障出问题, 要求你实现一个备份冗余的功能, 请给予支持 实现功能

More information

路由器基本配置

路由器基本配置 路由器基本配置 本章内容 路由器的基本操作 实验练习 常用的路由器配置方法 TFTP Console MODEM AUX telnet web 任何 Interface AUX 备份接口, 一般用于路由器的管理备份接口 路由器的操作模式 : 配置模式 1. 线路配置模式 Router(config-line)# 配置路由器的线路参数 2. 路由协议配置模式 Router(config-router)#

More information

D. 192.168.5.32 E. 192.168.5.14 答 案 :C 3. 工 作 站 A 配 置 的 IP 地 址 为 192.0.2.24/28. 工 作 站 B 配 置 的 IP 地 址 为 192.0.2.100/28. 两 个 工 作 站 之 间 有 直 通 线 连 接, 两 台

D. 192.168.5.32 E. 192.168.5.14 答 案 :C 3. 工 作 站 A 配 置 的 IP 地 址 为 192.0.2.24/28. 工 作 站 B 配 置 的 IP 地 址 为 192.0.2.100/28. 两 个 工 作 站 之 间 有 直 通 线 连 接, 两 台 CCNP 学 前 测 试 题 都 选 自 官 方 的 全 真 考 试 题, 共 100 道 题 实 际 测 试 选 60 道 题, 同 官 方 正 式 考 题 数 目 基 本 一 致, 因 此 等 于 是 模 拟 考 试, 采 用 网 上 形 式 进 行 测 评 学 前 测 评 目 的 是 为 了 检 验 大 家 对 CCNA 阶 段 知 识 掌 握 的 程 度, 同 时 对 CCNA 最 核 心

More information

mppp-ddr.pdf

mppp-ddr.pdf DDR 多 链 路 PPP - 基 本 配 置 和 验 证 目 录 简 介 开 始 使 用 前 规 则 先 决 条 件 使 用 的 组 件 多 链 路 PPP 干 什 么 配 置 多 链 路 PPP 命 令 传 统 DDR 拨 号 原 型 (Dialer Profile) 验 证 MPPP 操 作 相 关 信 息 简 介 多 链 路 PPP ( 也 指 MP MPPP MLP 或 多 链 路 ) 提

More information

Cisco Cisco Cisco (ROM) (FLASH) (RAM) RAM(NVRAM) Cisco

Cisco Cisco Cisco (ROM) (FLASH) (RAM) RAM(NVRAM) Cisco Ch2 Cisco IOS Cisco Cisco Cisco (ROM) (FLASH) (RAM) RAM(NVRAM) Cisco Cisco ROM ROM Cisco ROM(BIOS) ROM 1. POST Cisco 2. BootStrap Cisco IOS 3. IOS IOS IOS Cisco ROM ROM Cisco Flash Flash Flash IOS Cisco

More information

版权声明

版权声明 SG3124 http://www.utt.com.cn 2000-2008 URL Internet Web EULA EULA UTT HiPER PN 0901-0003-001 DN PR-PMMU-1180.03-PPR-CN-1.0A ...1 1...2 1.1...2 1.2...2 1.3...3 1.4...3 2 1.4.1...3 1.4.2...4...5 2.1...5

More information

Simulator By SunLingxi 2003

Simulator By SunLingxi 2003 Simulator By SunLingxi sunlingxi@sina.com 2003 windows 2000 Tornado ping ping 1. Tornado Full Simulator...3 2....3 3. ping...6 4. Tornado Simulator BSP...6 5. VxWorks simpc...7 6. simulator...7 7. simulator

More information

02.实验二:虚拟局域网与VLAN间通信

02.实验二:虚拟局域网与VLAN间通信 计算机网络 实验指导 实验二 : 虚拟局域网与 VLAN 间通信 一 实验目的 1 理解交换机的工作原理; 2 掌握交换机的带外管理和带内管理的基本方法; 3 理解虚拟局域网(VLAN) 的基本概念和原理 ; 4 掌握在多台二层交换机间划分虚拟局域网的详细内容和操作命令; 5 掌握 VLAN 间通信的基本原理与配置方法 二 实验学时 2 学时 三 实验类型 综合性 四 实验需求 1 硬件每人配备计算机

More information

¶C¶L§§¬_™¨ A.PDF

¶C¶L§§¬_™¨ A.PDF 1 9 3 1 9 4 / 7.1 / 1 9 5 7.2 % netstat -rn Routing tables Destination Gateway Flags Refcnt Use Interface 127.0.0.1 127.0.0.1 UH 1 132 lo0 172.16.12.0 172.16.12.2 U 26 49041 le0 1 9 6 / % ping -s almond

More information

ch08.PDF

ch08.PDF 8-1 CCNA 8.1 CLI 8.1.1 8-2 8-3 8.1.21600 2500 1600 2500 / IOS 8-4 8.2 8.2.1 A 5 IP CLI 1600 2500 8-5 8.1.2-15 Windows 9598NT 2000 HyperTerminal Hilgraeve Microsoft Cisco HyperTerminal Private Edition (PE)

More information

active phisical rp address: backup phisical rp address: 截取部分 TOPO 图说明到 不通的问题 : internet internet tengige 0/0/0/0 tengige

active phisical rp address: backup phisical rp address: 截取部分 TOPO 图说明到 不通的问题 : internet internet tengige 0/0/0/0 tengige ASR9000 ping 丢包 troubleshooting 目录 硬件平台软件版本案例介绍问题分析思路问题总结经验总结相关命令 硬件平台 ASR9000 软件版本 4.2.0 案例介绍 拓扑示例 : 问题, 客户从外网 internet ping 3 个 vrrp subnet 的地址时候始终只能通一个 IP 地址 : vrrp virtual IP :2.2.2.129 其他不能 ping 通的

More information

ebook20-8

ebook20-8 8 Catalyst 5000 7 V L A N C a t a l y s t V L A N V L A N 8.1 VLAN VTP V L A N A VLAN VLAN 10 VLAN 20 VLAN 10 VLAN 20 B VLAN VLAN 10 VLAN 20 VLAN 10 C VLAN VLAN 10 VLAN 20 VLAN 10 VLAN 20 8-1 VLAN 8 Catalyst

More information

Microsoft Word - chp20路由重分布.doc

Microsoft Word - chp20路由重分布.doc 第 20 章路由重分布 当许多运行多路由的网络要集成到一起时, 必须在这些不同的路由选择协议之间共享路由信息 在路由选择协议之间交换路由信息的过程被称为路由重分布 (Route Redistribution) 20.1 路由重分布概述 路由重分布为在同一个互联网络中高效地支持多种路由协议提供了可能, 执行路由重分布的路由器被称为边界路由器, 因为它们位于两个或多个自治系统的边界上 路由重分布时计量单位和管理距离是必须要考虑的

More information

IP505SM_manual_cn.doc

IP505SM_manual_cn.doc IP505SM 1 Introduction 1...4...4...4...5 LAN...5...5...6...6...7 LED...7...7 2...9...9...9 3...11...11...12...12...12...14...18 LAN...19 DHCP...20...21 4 PC...22...22 Windows...22 TCP/IP -...22 TCP/IP

More information

计算机网络概论

计算机网络概论 1 repeater bridge router gateway V.S OSI Repeater(Hub) 1 Repeater 2 3 ( Hub 4 Bridge 1 Bridge 2 N N DL1 DL1 DL2 DL2 Ph1 Ph1 Ph2 Ph2 1 2 Bridge 3 MAC Ethernet FDDI MAC MAC Bridge 4 5 6 7 50873EA6, 00123456

More information

IP-Routing-05.pdf

IP-Routing-05.pdf RI P R I P - 2 RIP -1 R I P - 2 DV RIP -1 RIP-2 16... RIP-2 RIP-2 RIP -1 R I P - 2 RIP-2 RIP-2 RIP-2 V L S M disc ontiguous addr ess sp ace C I D R Cla ssless In ter -Dom ain Routing 121 1 2 2 IP RIP-2

More information

一、选择题

一、选择题 计 算 机 网 络 基 础 第 7 章 练 习 思 考 与 认 识 活 动 一 选 择 题 1. 下 面 命 令 中, 用 于 检 查 WINDOWS2000 下 TCP/IP 配 置 信 息 的 是 ( ) A. cmd B. nslookup C. ipconfig D. ping 2. 内 部 网 关 协 议 RIP 是 一 种 广 泛 使 用 的 基 于 距 离 矢 量 算 法 的 协 议

More information

<4D F736F F D FB6E0B8F6BDBBBBBBBBFABBA5C1AACAB5D1E92E646F63>

<4D F736F F D FB6E0B8F6BDBBBBBBBBFABBA5C1AACAB5D1E92E646F63> 本科实验报告 课程名称 : 网络系统设计与工程 姓名 : 米楠 学院 : 计算机学院与软件学院 系 : 软将工程 专业 : 软件工程 学号 : 3042211077 指导教师 : 邱劲松 2005 年 5 月 29 日 浙江大学实验报告 课程名称 : 网络系统设计与工程 实验类型 : 设计性实验 实验项目名称 : 多个交换机互联实验 学生姓名 : 米楠 专业 : 软件工程 学号 : 3042211077

More information

GPRS IP MODEM快速安装说明

GPRS IP MODEM快速安装说明 GF-3026D CDMA 无 线 路 由 器 用 户 手 册 北 京 嘉 复 欣 科 技 有 限 公 司 地 址 : 北 京 市 海 淀 区 阜 成 路 115 号 北 京 印 象 2 号 楼 213 室 电 话 :86-10-88122130 88153193 88153197 传 真 :86-10-88122129 网 站 :http://www.garefowl.com/ 目 录 一 产 品

More information

局域网技术课程设计报告.doc

局域网技术课程设计报告.doc 湖 南 第 一 师 范 学 院 信 息 科 学 与 工 程 学 院 局 域 网 络 设 计 方 案 1 目 录 一 系 统 概 述...6 1 课 程 设 计 目 的 :...6 2 课 程 设 计 要 求 :...6 3 需 求 分 析 :...6 二 系 统 分 析 与 设 计...7 1 拓 扑 图 设 计...7 2 ip, 掩 码 及 vlan 规 划...7 3 物 理 布 线 设 计...8

More information

Session Dan Gill 2 IP WAN WAN? Networker NSC-114 RST-271 NSC-211 : MTBF: MTTR: MTBF MTTR : MTBF? MTTR? MTTR MTTR MTTR MTBF MTTR Mom-and-apple-pie MTBF MTBF (UPS, ) Mom-and-apple-pie Increase MTBF MTBF?

More information

工程师培训

工程师培训 .1 TCP/IP TCP/IP 1 .2.2.1 Host 1960 S 1970 S Host Low Speed Lines 1970 S 1980 S pc Server Local Interneting 1980 S 1990 S Branch. pc Branch. WAN Branch. pc pc IBM SNA IBM X.25 2 .2.2 OSI OSI Application

More information

12.pdf

12.pdf 对 帧 中 继 配 置 与 故 障 排 除 的 全 面 的 指 南 交 互 : 本 文 档 对 您 的 Cisco 设 备 进 行 自 定 义 分 析 目 录 简 介 开 始 使 用 前 规 则 先 决 条 件 使 用 的 组 件 背 景 理 论 配 置 基 本 的 帧 中 继 网 络 图 配 置 debug 和 show 命 令 配 置 星 形 帧 中 继 网 络 图 配 置 显 示 命 令 分

More information

Microsoft Word - chp21路由优化.doc

Microsoft Word - chp21路由优化.doc 第 21 章路由优化 在当今高性能的网络中, 为了保证网络的伸缩性 稳定性 安全性和快速收敛, 必须对网络进行优化 路由过滤和策略路由是路由优化的常用方法 21.1 路由优化概述 路由过滤是指在路由更新中抑制某些路由不被发送和接收, 被动接口 分布控制列表 重分布结合路由策略等都可以实现路由过滤 策略路由提供了根据网络管理者制定的标准来进行数据包转发的一种机制 基于策略的路由比传统路由能力更强, 使用更灵活,

More information

《网络应用技术与实践》/ 实验06:使用GNS3构建企业

《网络应用技术与实践》/ 实验06:使用GNS3构建企业 网络应用技术与实践 / 实验 06: 使用 GNS3 构建企业 1 实验 6: 使用 GNS3 构建企业网 一 实验目的 1 掌握局域网的特点和功能, 了解局域网的基本分类 ; 2 了解局域网内的主要设备及组网过程; 3 掌握 GNS3 的基础操作 ; 4 掌握使用 GNS3 建设局域网的基本方法 二 实验学时 2 学时 三 实验类型 验证性 四 实验需求 1 硬件 每人配备计算机 1 台 2 软件

More information

实验二、路由器的基本配置

实验二、路由器的基本配置 实验十三 路由器广域网 PPP 封装 CHAP 验证配置 一 实验目的 1. 掌握 CHAP 验证配置 2. 理解验证过程 二 应用环境 基于安全的考虑, 需要路由器双方经过验证后才能建立连接 三 实验设备 1. DCR-1751 两台 2. CR-V35MT 一条 3. CR-V35FC 一条 四 实验拓扑 五 实验要求 Router-A Router-B 接口 IP 地址 接口 IP 地址 S1/1

More information

飞鱼星多WAN防火墙路由器用户手册

飞鱼星多WAN防火墙路由器用户手册 WAN VER: 20110218 Copyright 2002-2011 VOLANS WAN VR4600 VR4900 VR7200 VR7500 VR7600 1.1 1.2 IP 1.3 2.1 2.2 2.2.1 2.2.2 3.1 3.2 3.2.1 3.2.2 3.2.3 4.1 4.2 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.3 4.3.1 4.3.2

More information

FortiGate-v5.2-PPPOE 拨号协商时的 AC-name 和 Service-name 版本 1.0 时间 2015 年 3 月 支持的版本 FortiOS v5.2.x 作者 黄豪赫 状态 已审核 反馈

FortiGate-v5.2-PPPOE 拨号协商时的 AC-name 和 Service-name 版本 1.0 时间 2015 年 3 月 支持的版本 FortiOS v5.2.x 作者 黄豪赫 状态 已审核 反馈 FortiGate-v5.2-PPPOE 拨号协商时的 AC-name 和 Service-name 版本 1.0 时间 2015 年 3 月 支持的版本 FortiOS v5.2.x 作者 黄豪赫 状态 已审核 反馈 support_cn@fortinet.com 1 目 录 简介...3 PPPoE 发现阶段简介...3 相关组件...4 参考文档...4 FortiGate 相关命令介绍...

More information

1 1 2 OSPF RIP 2

1 1 2 OSPF RIP 2 MPLS VPN 1. TCP/IP IP IP IP IP 1 1 2 OSPF RIP 2 2 RIP OSPF BGP DVMRP IS- IS IP 1. Unicast Routing Protocol Multicast Routing Protocol RIP OSPF BGP IS-IS DVMRP PIM-SM PIM-DM 2. IGP EGP IGPRIP OSPF IS-ISEGP

More information

09.实验九:内部网关协议RIP与OSPF

09.实验九:内部网关协议RIP与OSPF 计算机网络 实验指导 实验九 : 内部网关协议 RIP 与 OSPF 一 实验目的 1 进一步理解路由器的工作原理; 2 掌握 RIP 的基本原理和概念 ; 3 掌握 OSPF 的基本原理和概念 ; 4 掌握基于 GNS3 仿真平台进行网络实验的方法 二 实验学时 2 学时 三 实验类型 综合性 四 实验需求 1 硬件每人配备计算机 1 台, 计算机接入实验室局域网, 每小组配备交换机 2 台, 路由器

More information

Chapter #

Chapter # 第三章 TCP/IP 协议栈 本章目标 通过本章的学习, 您应该掌握以下内容 : 掌握 TCP/IP 分层模型 掌握 IP 协议原理 理解 OSI 和 TCP/IP 模型的区别和联系 TCP/IP 介绍 主机 主机 Internet TCP/IP 早期的协议族 全球范围 TCP/IP 协议栈 7 6 5 4 3 应用层表示层会话层传输层网络层 应用层 主机到主机层 Internet 层 2 1 数据链路层

More information

Microsoft Word - vlsm and ip unnumbered.doc

Microsoft Word - vlsm and ip unnumbered.doc Part1:VLSM VLSM AND IP unnumbered 实验讲义 实验目的 : 使用两种不同的路由选择协议,IPv1 和 IPv2 来配置 VLSM, 并测试其功能 实验拓扑 : HUB2 department2 192.168.1.128/26 1602 1601 192.168.1.192/26 192.168.1.64/26 1720 2514/1703 192.168.1.0/26

More information

epub

epub 3 Cisco 3.1 S e t u p C i s c o C i s c o Cisco IOS C i s c o 3.2 Te l n e t T F T P 3-1 3-1 configure terminal configure memory Configure network t e l n e t < C t r l - Z > conf t N V R A M T F T P I

More information

目录 目录... I BOSON NETSIM 入门进阶 实战 BOSON NETSIM 基本实验 路由器基本实验 - 静态路由 缺省路由配置 交换机基本实验 -VLAN VTP TRUNK 远程访问基本实验 -PPP CHAP...11

目录 目录... I BOSON NETSIM 入门进阶 实战 BOSON NETSIM 基本实验 路由器基本实验 - 静态路由 缺省路由配置 交换机基本实验 -VLAN VTP TRUNK 远程访问基本实验 -PPP CHAP...11 目录 目录... I BOSON NETSIM 入门进阶 实战...1 1 BOSON NETSIM 基本实验...1 1.1 路由器基本实验 - 静态路由 缺省路由配置...1 1.2 交换机基本实验 -VLAN VTP TRUNK...7 1.3 远程访问基本实验 -PPP CHAP...11 2 BOSON NETSIM 进阶实验...15 2.1 ISDN 传统 DDR 配置 (Legacy

More information

財金資訊-80期.indd

財金資訊-80期.indd IPv6 / LINE YouTube TCP/IP TCP (Transmission Control Protocol) IP (Internet Protocol) (node) (address) IPv4 168.95.1.1 IPv4 1981 RFC 791 --IP IPv4 32 2 32 42 IP (Internet Service Provider ISP) IP IP IPv4

More information

ebook140-8

ebook140-8 8 Microsoft VPN Windows NT 4 V P N Windows 98 Client 7 Vintage Air V P N 7 Wi n d o w s NT V P N 7 VPN ( ) 7 Novell NetWare VPN 8.1 PPTP NT4 VPN Q 154091 M i c r o s o f t Windows NT RAS [ ] Windows NT4

More information

目录 1 MAC VLAN 配置简介 概述 配置策略 配置方法 通过 Web 界面配置 MAC VLAN Q VLAN 配置 将 MAC 地址和 VLAN 绑定.

目录 1 MAC VLAN 配置简介 概述 配置策略 配置方法 通过 Web 界面配置 MAC VLAN Q VLAN 配置 将 MAC 地址和 VLAN 绑定. 指南 TP-LINK 管理型交换机 REV1.0.0 1910040566 目录 1 MAC VLAN 配置简介... 1-3 1.1 概述...1-3 1.2 配置策略...1-2 2 配置方法... 2-1 2.1 通过 Web 界面配置 MAC VLAN...2-1 2.1.1 802.1Q VLAN 配置...2-1 2.1.2 将 MAC 地址和 VLAN 绑定...2-1 2.1.3 端口使能...2-2

More information

IS-IS路由协议中文教程v1

IS-IS路由协议中文教程v1 IS-IS v1.0 Chapter 0 Preface Statement BSCI Building Scalable Cisco Internetworks Configuring IS-IS Protocol IS-IS IS-IS OSI TCP/IP IS-IS OSPF Cisco System BSCI Student Guide Outline 1 OSI IS-IS 2 IS-IS

More information

实施生成树

实施生成树 学习沉淀成长分享 Spanning-tree 红茶三杯 ( 朱 SIR) 微博 :http://t.sina.com/vinsoney Latest update: 2012-06-01 STP 的概念 冗余拓扑 Server/host X Router Y Segment 1 Switch A Switch B Segment 2 冗余拓扑能够解决单点故障问题 ; 冗余拓扑造成广播风暴, 多帧复用,

More information

两个串行接口上通过虚拟模板的多链路

两个串行接口上通过虚拟模板的多链路 两个串行接口上通过虚拟模板的多链路 目录 简介先决条件要求使用的组件相关产品规则配置网络图配置验证 show 输出示例故障排除故障排除资源故障排除命令调试输出示例相关信息 简介 多链路 PPP (MLP) 对拨号程序接口 ( 如 ISDN 同步和异步接口 ) 上的负载进行均衡 MLP 对数据包进行分割, 并通过并行电路发送各个片段 这样,MLP 可以提高吞吐量, 并减小系统间的延迟 MLP 提供了一种跨多个逻辑数据链路对数据报进行分割

More information

TCP/IP TCP/IP OSI IP TCP IP IP TCP/IP TCP/IP

TCP/IP TCP/IP OSI IP TCP IP IP TCP/IP TCP/IP TCP/IP : TCP/IP TCP/IP OSI IP TCP IP IP TCP/IP TCP/IP 1. ASCII EBCDIC Extended Binary-Coded Decimal Interchange Code 2. / (1) (2) Single System Image SSI) (3) I/O (4) 3.OSI OSI Open System Interconnection

More information

注意 :CCNA 动手实验所用的路由器是采用 Cisco IOS Release 15.2(4)M3(universalk9 映像 ) 的 Cisco 1941 集成多业务路由器 (ISR) 所用的交换机是采用 Cisco IOS Release 15.0(2)(lanbasek9 映像 ) 的 C

注意 :CCNA 动手实验所用的路由器是采用 Cisco IOS Release 15.2(4)M3(universalk9 映像 ) 的 Cisco 1941 集成多业务路由器 (ISR) 所用的交换机是采用 Cisco IOS Release 15.0(2)(lanbasek9 映像 ) 的 C 拓扑 地址分配表 设备 接口 IP 地址 子网掩码 默认网关 R1 G0/1 192.168.1.1 255.255.255.0 未提供 S1 VLAN 1 未提供 未提供 未提供 PC-A 网卡 192.168.1.3 255.255.255.0 192.168.1.1 目标 第 1 部分 : 设置拓扑并初始化设备 设置设备以匹配网络拓扑 初始化并重新启动 ( 必要时 ) 路由器和交换机 第 2

More information

untitled

untitled 7.1 7.1.1 IP R1 N N,R1,M IP 1 7.1.2 [Quidway]display ip routing Routing Tables: Destination/Mask proto pref Metric Nexthop Interface 0.0.0.0/0 Static 60 0 120.0.0.2 Serial0 8.0.0.0/8 RIP 100 3 120.0.0.2

More information

IP Access Lists IP Access Lists IP Access Lists

IP Access Lists IP Access Lists IP Access Lists Chapter 10 Access Lists IP Access Lists IP Access Lists IP Access Lists Security) IP Access Lists Access Lists (Network router For example, RouterA can use an access list to deny access from Network 4

More information

AL-M200 Series

AL-M200 Series NPD4754-00 TC ( ) Windows 7 1. [Start ( )] [Control Panel ()] [Network and Internet ( )] 2. [Network and Sharing Center ( )] 3. [Change adapter settings ( )] 4. 3 Windows XP 1. [Start ( )] [Control Panel

More information

07.实验七:通过路由交换机实现VLAN间通信

07.实验七:通过路由交换机实现VLAN间通信 计算机网络 实验指导 实验七 : 通过路由交换机实现 VLAN 间通信 一 实验目的 1 进一步理解交换机的工作原理和虚拟局域网的工作原理; 2 理解路由交换机的工作原理; 3 掌握路由交换机的基本管理和配置; 4 理解基于路由交换机的园区网的结构, 并体会园区网的设计思路 二 实验学时 2 学时 三 实验类型 综合性 四 实验需求 1 硬件每人配备计算机 1 台, 计算机接入实验室局域网, 每小组配备二层交换机

More information

实验二、路由器的基本配置

实验二、路由器的基本配置 实验十 静态路由和直连路由引入配置 一 实验目的 1. 掌握路由引入的配置 2. 理解路由引入的原理 二 应用环境 1. 在某些应用环境中需要将静态路由引入到某些动态路由协议里 三 实验设备 DCR-1751 两台 四 实验拓扑 五 实验要求 配置表 : Router-A Router-B F0/0 192.168.0.1/24 F0/0 192.168.2.1/24 S1/1 (DCE) 192.168.1.1/24

More information

F5270

F5270 Cisco 路 由 器 設 定 主 講 : 陳 建 民 本 章 提 要 4-1 Cisco 路 由 器 使 用 者 界 面 4-2 命 令 列 界 面 4-3 路 由 器 與 交 換 器 的 管 理 功 能 4-4 路 由 器 界 面 4-5 檢 視 儲 存 與 清 除 組 態 設 定 2 Cisco 路 由 器 3 4 5 6 Router physical characteristics 7 4-1

More information

MASQUERADE # iptables -t nat -A POSTROUTING -s / o eth0 -j # sysctl net.ipv4.ip_forward=1 # iptables -P FORWARD DROP #

MASQUERADE # iptables -t nat -A POSTROUTING -s / o eth0 -j # sysctl net.ipv4.ip_forward=1 # iptables -P FORWARD DROP # iptables 默认安全规则脚本 一 #nat 路由器 ( 一 ) 允许路由 # iptables -A FORWARD -i eth0 -o eth1 -j ACCEPT ( 二 ) DNAT 与端口转发 1 启用 DNAT 转发 # iptables -t nat -A PREROUTING -p tcp -d 192.168.102.37 dprot 422 -j DNAT to-destination

More information

RG-NBS5816XS交换机RGOS 10.4(3)版本WEB管理手册

RG-NBS5816XS交换机RGOS 10.4(3)版本WEB管理手册 Web 配 置 手 册 NBS 5816XS 交 换 机 RGOS 10.4(3) 文 档 版 本 号 :V1.0 技 术 支 持 4008-111-000 http://webchat.ruijie.com.cn 版 权 声 明 福 建 星 网 锐 捷 网 络 有 限 公 司 2015 锐 捷 网 络 有 限 公 司 版 权 所 有, 并 保 留 对 本 手 册 及 本 声 明 的 一 切 权 利

More information

Single Area OSPF

Single Area OSPF Single Area OSPF 实验目的 了解和掌握 OSPF 的原理, 熟悉 OSPF 配置步骤 懂得如何配置 OSPF router ID,update timers, authentication, 了解 DR/BDR 选举过程, 以及在 multi-access 网络和帧中继网络上点到多点的 OSPF 配置 基本概念及实验原理 OSPF 数据包的五种类型 : Type 1- Hello Type

More information

ebook140-11

ebook140-11 11 VPN Windows NT4 B o r d e r M a n a g e r VPN VPN V P N V P N V P V P N V P N TCP/IP 11.1 V P N V P N / ( ) 11.1.1 11 V P N 285 2 3 1. L A N LAN V P N 10MB 100MB L A N VPN V P N V P N Microsoft PPTP

More information

1 公 司 简 介 2 VRRP 原 理 和 应 用 3 新 产 品 和 创 业 计 划 及 赠 书 活 动

1 公 司 简 介 2 VRRP 原 理 和 应 用 3 新 产 品 和 创 业 计 划 及 赠 书 活 动 RouterOS VRRP 应 用 案 例 Application case ISSUE 1.0 Nanning YONGYI Network Technology Co., Ltd. www.mikrotik.cn www.routeros.com.cn www.routerboard.com.cn 陈 家 迁 CHEN JIA QIAN 手 机 Phone:13077766825 E-MAIL:gx18598@126.com

More information

SERVERIRON ADX

SERVERIRON ADX www.brocade.com BROCADE VDX 6720 Brocade Virtual Cluster Switching VCSBrocade 600 Inter-Switch Link (ISL) Trunking multihomed ( Ethernet Fabric ) Fibre Channel over Ethernet (FCoE) iscsi NAS IP LAN Automatic

More information

Microsoft Word - CCNA Lab Exercise Guide.doc

Microsoft Word - CCNA Lab Exercise Guide.doc CISCO CERTIFIED NETWORK ASSOCIATE LAB GUIDE 思科认证网络工程师完全实验手册 作者红头发 CCIE#15101-1- -2- -3- -4- -5- 第一章基础篇 实验一 - 路由器基本设置 Lab Exercise 1.1 熟练掌握如何进入路由器各种模式并设置主机名. Cisco 2501 路由器一台. 1. 从路由器用户模式进入特权模式 : Aiko>enable

More information

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南 Symantec Sygate Enterprise Protection 防 护 代 理 安 装 使 用 指 南 5.1 版 版 权 信 息 Copyright 2005 Symantec Corporation. 2005 年 Symantec Corporation 版 权 所 有 All rights reserved. 保 留 所 有 权 利 Symantec Symantec 徽 标 Sygate

More information

第3章

第3章 本 章 涵 盖 以 下 主 题 全 局 单 播 地 址 路 由 和 子 网 划 分 : 本 节 通 过 与 IPv4 相 比 较, 介 绍 了 IPv6 地 址 IPv4 路 由 的 概 念, 以 及 怎 样 进 行 IPv6 子 网 划 分 IPv6 全 局 单 播 地 址 的 分 配 : 本 节 探 讨 了 怎 样 将 全 局 单 播 地 址 分 配 到 主 机 或 其 他 设 备 上 IPv6

More information

OSPF over IPSec及路由冗余

OSPF over IPSec及路由冗余 OSPF over IPSec 及路由冗余 版本 1.0 时间 2011 年 12 月 作者 胡丹丹 (ddhu@fortinet.com) 支持的版本 FortiOS v4.x 状态 草稿 第 1 页共 10 页 目录 1. 目的... 3 2. 环境介绍... 3 3.IPSec VPN 配置... 4 4.OSPF 配置... 5 4.1 GateA 配置... 5 4.2 GateB 配置...

More information

M-LAG 技术白皮书

M-LAG 技术白皮书 文 档 版 本 03 发 布 日 期 2016-01-05 华 为 技 术 有 限 公 司 2016 保 留 一 切 权 利 非 经 本 公 司 书 面 许 可, 任 何 单 位 和 个 人 不 得 擅 自 摘 抄 复 制 本 文 档 内 容 的 部 分 或 全 部, 并 不 得 以 任 何 形 式 传 播 商 标 声 明 和 其 他 华 为 商 标 均 为 华 为 技 术 有 限 公 司 的 商

More information

Microsoft Word - chp11NAT.doc

Microsoft Word - chp11NAT.doc 第 11 章 NAT Internet 技术的飞速发展, 使越来越多的用户加入到互联网, 因此 IP 地址短缺已成为一个十分突出的问题 NAT(Network Address Translation, 网络地址翻译 ) 是解决 IP 地址短缺的重要手段 11.1 NAT 概述 NAT 是一个 IETF 标准, 允许一个机构以一个地址出现在 Internet 上 NAT 技术使得一个私有网络可以通过

More information

网工新答案

网工新答案 2005 年 5 月 29 日 软 考 2005 年 上 半 年 网 络 工 程 师 上 午 试 题 ( 参 考 答 案 ) ( 特 别 声 明, 此 答 案 只 作 参 考 ) 本 文 是 经 过 三 审 后 的 CIU 网 工 上 午 参 考 答 案 ( 正 确 率 在 92%-95% 之 间, 因 为 种 种 原 因, 不 能 与 标 准 答 案 完 全 相 同, 请 大 家 理 解 ) 如

More information

《计算机网络应用技术与实践》/ 实验一:使用GNS3建设企业局域网

《计算机网络应用技术与实践》/ 实验一:使用GNS3建设企业局域网 实验一 : 使用 GNS3 建设企业局域网 一 实验目的 1 掌握局域网的特点和功能, 了解局域网的基本分类 ; 2 了解局域网内的主要设备及组网过程; 3 掌握 GNS3 的基础操作 ; 4 掌握使用 GNS3 建设局域网的基本方法 二 实验学时 2 学时 三 实验类型 验证性 四 实验需求 1 硬件 每人配备计算机 1 台 2 软件 Windows 7 操作系统, 安装 GNS3 网络仿真与 VirtualBox

More information

SAPIDO GR-1733 無線寬頻分享器

SAPIDO GR-1733 無線寬頻分享器 1 版 權 聲 明... 4 產 品 保 固 說 明... 4 保 固 期 限... 4 維 修 辦 法... 5 服 務 條 款... 5 注 意 事 項... 6 低 功 率 電 波 輻 射 性 電 機 管 理 辦 法... 6 CE 標 誌 聲 明... 6 無 線 功 能 注 意 事 項... 6 1 產 品 特 點 介 紹... 7 1.1 LED 指 示 燈 功 能 說 明... 8 1.2

More information

NSC-161

NSC-161 IP Session IP? IP Cisco IP IP IP IP IP? LAN Software Bluetooth,, 802.11 IP IP IP QoS IP Trust Domain (TD 1 ) TD 2 AR AR AP AP (MN) (MN) IP IP ( ) (MR) IP LAN MR (AP) IP 802.11 (AL) LAN/PAN 802.11, 802.15,

More information

ebook71-13

ebook71-13 13 I S P Internet 13. 2. 1 k p p p P P P 13. 2. 2 1 3. 2. 3 k p p p 1 3. 2. 4 l i n u x c o n f P P P 13. 2. 5 p p p s e t u p 13. 2. 6 p p p s e t u p P P P 13. 2. 7 1 3. 2. 8 C a l d e r a G U I 13.

More information

精 品 库 我 们 的 都 是 精 品 _www.jingpinwenku.com 根 据 图 中 信 息 标 号 为 2 的 方 格 中 的 内 容 为 A)S=59.171.1,1234 D=133.2.1.1,80 B)S=59.67.1.1,1234 D=10.0.1.1,80 C)S=13

精 品 库 我 们 的 都 是 精 品 _www.jingpinwenku.com 根 据 图 中 信 息 标 号 为 2 的 方 格 中 的 内 容 为 A)S=59.171.1,1234 D=133.2.1.1,80 B)S=59.67.1.1,1234 D=10.0.1.1,80 C)S=13 一 选 择 题 2010 年 3 月 计 算 机 等 级 考 试 四 级 网 络 工 程 师 笔 试 真 题 (1)TTC 标 准 OC-3 的 传 输 速 率 为 A) 512.4 Mbps B)155.52 Mbps C)622.08 Mbps D). Mbps (2)102.11n 将 传 输 速 率 提 高 到 A)11 Mbps B)22 Mbps C)54 Mbps D)100 Mbps

More information

目录 简介... 3 BGP 重发布进 OSPF 环境拓扑图... 3 BGP 重发布进 OSPF 路由过滤... 4 FGT200B 关键配置... 4 接口 IP 配置... 4 Route-Map... 4 BGP 的配置... 5 FGT100E 关键配置... 5 接口 IP 及 BGP

目录 简介... 3 BGP 重发布进 OSPF 环境拓扑图... 3 BGP 重发布进 OSPF 路由过滤... 4 FGT200B 关键配置... 4 接口 IP 配置... 4 Route-Map... 4 BGP 的配置... 5 FGT100E 关键配置... 5 接口 IP 及 BGP BGP 与 OSPF 之间重发布时使用 Route-Map 进行路由过滤 版本 1.0 时间 2017 年 9 月 5 日星期二 支持的版本 FortiGate v5.0 v5.2 v5.4 v5.6 作者 状态 反馈 刘康明 已审核 support_cn@fortinet.com 目录 简介... 3 BGP 重发布进 OSPF 环境拓扑图... 3 BGP 重发布进 OSPF 路由过滤... 4

More information

Microsoft Word - CCNA2_Exploration_instructor_40_CoverSheet.DOC

Microsoft Word - CCNA2_Exploration_instructor_40_CoverSheet.DOC 本 文 档 是 Cisco Systems, Inc. 的 专 有 财 产, 为 Cisco Networking Academy 讲 授 CCNA Exploration 路 由 协 议 和 概 念 课 程 的 教 师 专 用, 允 许 打 印 或 复 制 作 非 商 业 用 途 实 验 1.5.1: 网 络 布 线 和 基 本 路 由 器 配 置 ( 教 师 版 ) 拓 扑 图 地 址 分 配

More information

BYOD Http Redirect convergence Client (1) 2008R2 NLB( ) (2) NLB Unicast mode switch flooding (arp ) NLB DNS Redirect 1. Round-Robin DNS DNS IP/DNS Cli

BYOD Http Redirect convergence Client (1) 2008R2 NLB( ) (2) NLB Unicast mode switch flooding (arp ) NLB DNS Redirect 1. Round-Robin DNS DNS IP/DNS Cli BYOD 204 2015 GoogleHicloud (Load Balance) Server Load Balance Link Load Balance Server Redirect 1. URL Redirect redirector URL redirect Real Server Client HTTP Real Server Web Client 2 (1) URL Redirect

More information

基于点到点链路的 OSPF 的初始配置

基于点到点链路的 OSPF 的初始配置 基于点到点链路的 OSPF 的初始配置 目录 简介先决条件要求使用的组件规则带有串行接口 IP 地址的点对点链路上的 OSPF 网络图配置带有未编号接口的点对点链路上的 OSPF 网络图配置验证验证带有串行接口 IP 地址的 OSPF 的配置验证带有未编号接口的 OSPF 的配置故障排除相关信息 简介 在高级数据链路控制 (HDLC) 和点对点协议 (PPP) 等点对点链路上, 开放最短路径优先 (OSPF)

More information

Bus Hound 5

Bus Hound 5 Bus Hound 5.0 ( 1.0) 21IC 2007 7 BusHound perisoft PC hound Bus Hound 6.0 5.0 5.0 Bus Hound, IDE SCSI USB 1394 DVD Windows9X,WindowsMe,NT4.0,2000,2003,XP XP IRP Html ZIP SCSI sense USB Bus Hound 1 Bus

More information

Microsoft Word - chp3静态路由.doc

Microsoft Word - chp3静态路由.doc 第 3 章静态路由 转发数据包是路由器的最主要功能 路由器转发数据包时需要查找路由表, 管理员可以通过手工的方法在路由器中直接配置路由表, 这就是静态路由 虽然静态路由不适合于在大的网络中使用, 但是由于静态路由简单 路由器负载小 可控性强等原因, 在许多场合中还经常被使用 本章将介绍静态路由的配置, 同时为以后配置动态路由奠定基础 3.1.1 静态路由介绍 3.1 静态路由与默认路由 路由器在转发数据时,

More information

地址分配表 设备 接口 IP 地址 子网掩码 默认网关 WEST G0/ N/A S0/0/0 (DCE) N/A Tunnel N/A I

地址分配表 设备 接口 IP 地址 子网掩码 默认网关 WEST G0/ N/A S0/0/0 (DCE) N/A Tunnel N/A I 拓扑 2014 思科和 / 或其附属公司 保留所有权利 本文档所含内容为思科公开发布的信息 第 1 页, 共 7 页 地址分配表 设备 接口 IP 地址 子网掩码 默认网关 WEST G0/1 172.16.1.1 255.255.255.0 N/A S0/0/0 (DCE) 10.1.1.1 255.255.255.252 N/A Tunnel0 172.16.12.1 255.255.255.252

More information

ebook20-7

ebook20-7 7 Catalyst 5000 Catalyst 5000 Cisco Works for Switched Internetworks (CWSI) C L I C L I G U I C L C W S I C i s c o C W S I C L I I P Te l n e t C L I 9600 8 6 7.1 Catalyst C a t a l y s t Cisco IOS C

More information

ebook140-9

ebook140-9 9 VPN VPN Novell BorderManager Windows NT PPTP V P N L A V P N V N P I n t e r n e t V P N 9.1 V P N Windows 98 Windows PPTP VPN Novell BorderManager T M I P s e c Wi n d o w s I n t e r n e t I S P I

More information

一.NETGEAR VPN防火墙产品介绍

一.NETGEAR VPN防火墙产品介绍 NETGEAR VPN NETGEAR 6 http://www.netgear.com.cn - 1 - NETGEAR VPN... 4 1.1 VPN...4 1.2 Dynamic Domain Name Service...4 1.3 Netgear VPN...4 Netgear VPN... 6 2.1 FVS318 to FVS318 IKE Main...7 2.1.1 A VPN

More information

Quidway S3526系列交换机R0028P01版本发布

Quidway S3526系列交换机R0028P01版本发布 MSR V7 系列路由器和 MSR V5 系列路由器野蛮式对接 L2TP over IPSEC 典型配置 一 组网需求 : 要求 MSR3020 和 MSR3620 之间路由可达,PCA 使用 MSR3620 上的 loopback 0 口代替,PCB 由 MSR3020 上的 loopback 0 口代替, 并且有如下要求 : 1 双方使用野蛮模式建立 IPsec 隧道 ; 2 双方使用预共享密钥的方式建立

More information

Packet Tracer 5.0使用手册

Packet Tracer 5.0使用手册 Packet Tracer 5 使用手册 CCNA 配置手册 Packet Tracer 5.0 在 CCNA 中的使用 Cisco 网络技术学院专用 目录 Packet Tracer 5.0 建构 CCNA 实验攻略 (1) 配置 Cisco 交换机...3 Packet Tracer 5.0 建构 CCNA 实验攻略 (2) 配置 VLAN... 8 Packet Tracer 5.0 建构 CCNA

More information

KillTest 质量更高 服务更好 学习资料 半年免费更新服务

KillTest 质量更高 服务更好 学习资料   半年免费更新服务 KillTest 质量更高 服务更好 学习资料 http://www.killtest.cn 半年免费更新服务 Exam : 350-001-LAB : Title CCIE-ROUTING AND SWITCHING QUALIFICATION (Lab exam) Version : Demo 1 / 28 N1. 2 / 28 Part-1 Bridge and Switching 1.1 vtp

More information

Cisco Lab - Switch

Cisco Lab - Switch Cisco Lab - Switch 2013.03.04 大綱 基礎網路模型 Hub / Switch Hub 工作原理 Switch 工作原理 Cisco Switch 基本操作 管理模式 控制模式 基本指令 基礎網路模型 Gateway Router/Firewall/NAT Device Server DHCP/DNS/Mail/FTP Hub/Switch Client PC Hub1 Hub2

More information

bbs.vlan5.com

bbs.vlan5.com Catalyst 3750 交换机上的跨堆叠 EtherChannel 配置示例 内容 前言前提条件需求使用的组件惯例背景理论链路聚合控制协议 (LACP) 和端口聚合协议 (PAgP) EtherChannel 和交换机堆叠配置指南配置网络图配置验证故障排除相关信息 前言 本文档提供在运行 Cisco IOS 系统软件的 Cisco Catalyst 3750 交换机上配置跨堆叠 EtherChannel

More information

(UTM???U_935_938_955_958_959 V2.1.9.1)

(UTM???U_935_938_955_958_959 V2.1.9.1) 192.16 www.sharetech.com.tw UTM 多 功 能 防 火 牆 管 理 者 手 冊 V 2.1.9.1 目 錄 第 一 章 安 裝 與 訊 息... 7 1-1 建 議 的 安 裝 設 定 圖... 8 1-2 軟 體 安 裝 設 定... 9 1-3 首 頁 訊 息... 14 1-4 型 號 與 功 能 對 照 表... 17 第 二 章 系 統 設 定... 19 2-1

More information

中国计算机软件专业技术资格和水平考试

中国计算机软件专业技术资格和水平考试 全 国 计 算 机 技 术 与 软 件 专 业 技 术 资 格 ( 水 平 ) 考 试 2009 年 下 半 年 网 络 工 程 师 上 午 试 卷 ( 考 试 时 间 9 : 00~11 : 30 共 150 分 钟 ) 请 按 下 述 要 求 正 确 填 写 答 题 卡 1. 在 答 题 卡 的 指 定 位 置 上 正 确 写 入 你 的 姓 名 和 准 考 证 号, 并 用 正 规 2B 铅

More information

Procedural Lab Template, Student Version, Required Components

Procedural Lab Template, Student Version, Required Components 拓 樸 圖 位 址 配 置 表 設 備 介 面 IP 位 址 子 網 路 遮 罩 預 設 閘 道 R1 Fa0/0 192.168.1.1 255.255.255.0 不 適 用 S0/0/0 192.168.2.1 255.255.255.0 不 適 用 R2 Fa0/0 192.168.3.1 255.255.255.0 不 適 用 S0/0/0 192.168.2.2 255.255.255.0

More information

C6_ppt.PDF

C6_ppt.PDF C01-202 1 2 - (Masquerade) (Replay) (Message Modification) (Denial of Service) - ( ) (Eavesdropping) (Traffic Analysis) 8 1 2 7 3 6 5 4 3 - TCP SYN (SYN flood) Smurf Ping of Death LAND Attack Teardrop

More information

实验四 跨交换机VLAN配置

实验四  跨交换机VLAN配置 实验三十二 扩展 ACL 实验 一 实验目的 1 了解什么是扩展的 ACL; 2 了解标准和扩展 ACL 的区别 ; 3 了解扩展 ACL 不同的实现方法 ; 二 应用环境标准 ACL 只能限制源 IP 地址, 而扩展 ACL 的限制权限就很广泛, 包括源 IP 目的 IP 服务类型等 三 实验设备 1 DCRS-7604( 或 6804 或 5526S) 交换机 1 台 2 DCS-3926S 交换机

More information

动态路由选择协议、RIP

动态路由选择协议、RIP 学习沉淀成长分享 动态路由协议 RIP 红茶三杯 ( 朱 SIR) 微博 : t.sina.com/vinsoney Latest update: 2012-06-01 课程目标 动态路由协议概述 RIP RIP 基础实验 动态路由协议概述 什么是路由 什么是动态路由协议 动态路由协议的分类 什么是路由 192.168.10.0/24 172.16.1.0/24 e0 s0 Protocol Connected

More information

epub 61-2

epub 61-2 2 Web Dreamweaver UltraDev Dreamweaver 3 We b We b We Dreamweaver UltraDev We b Dreamweaver UltraDev We b We b 2.1 Web We b We b D r e a m w e a v e r J a v a S c r i p t We b We b 2.1.1 Web We b C C +

More information

FabricPath The IT challenge : Is My Network Ready? (Cloud Computing) Big Data BYOD ( ) APPs Facebook Google+ Gmail Dropbox Google drive YouTube Linked

FabricPath The IT challenge : Is My Network Ready? (Cloud Computing) Big Data BYOD ( ) APPs Facebook Google+ Gmail Dropbox Google drive YouTube Linked The IT challenge : Is My Network Ready? (Cloud Computing) Big Data BYOD ( ) APPs Facebook Google+ Gmail Dropbox Google drive YouTube LinkedIn Evernote Amazon SalesForce.com Twitter Tumblr Summly Pinterest

More information

untitled

untitled 年度 路 GSN IPv6 年 749 750 說 (Dual Stack) 路 IPv4 IPv6 路 (DNS/WWW Server) 路 CISCO 路 例來 說 列 令 (DNS/WWW Server) FreeBSD 來說 BIND apache Server 來 DNS WWW Server 了 料 數 了 IPv4 路 IPv6 更 利 751 752 錄 錄 錄 錄 論 路 說 路

More information

NSC-282

NSC-282 Session Web/Application Servers DNS (1:1) IP DNS 8 7 6 CPU NIC Kbps 5 4 3 2 1 0 4am 8am 4pm 8pm 12am WWW FTP SMTP APP IP Health Check = 1 WWW 2 WWW 3 WWW VIP ( IP ) ( ) 0.10.10.1 1 192.168.10.2 2 192.168.10.3

More information

Microsoft Word - frame-relay.doc

Microsoft Word - frame-relay.doc 实验目的 1. 掌握全网格型帧中继的配置 ; 2. 掌握帧中继子端口的配置 ; 3. 掌握帧中继的流量整形 Frame-relay 实验 实验原理 一 帧中继技术概述 1. 帧中继网简述 帧中继封装方式 :cisco 和 ietf 注意 : 帧中继只工作在 OSI 的物理层和数据链路层 2. DLCI LMI 的意义和类型 DLCI 用来标识 VC( 通常是 PVC) 的数字, 在 0~1023 之间

More information

bingdian001.com

bingdian001.com 1... 1 1.1... 1 1.2... 1 1.3... 1 1.4... 1 1.5... 1 1.6... 1 2... 1 2.1... 1 2.2... 2 2.3... 2 3... 2 4... 3 4.1... 3 4.1.1... 3 1.... 3 2.... 3 3.... 3 4.... 3 5.... 3 6.... 3 7.... 3 8.... 4 9.... 4

More information

untitled

untitled 6.1 HDLC 6.1.1 HDLC HDLC HDLC F F 1 HDLC DDN HDLC 8 8 HDLC HDLC HDLC 1 6.2 PPP MP 6.2.1 PPP PPP PSTN/ ISDN PPP PPP SLIP PPP PPP Point-to-Point Protocol SLIP SLIP PPP PPP OSI PPP PPP PPP X.25, Frame Relay

More information

Microsoft PowerPoint CN 19

Microsoft PowerPoint CN 19 OSPF: Open Shortest Path First Distributed Link state protocol Using SPF algorithm OSPF: Open Shortest Path First OSPF --- Three Key Points Who: Exchange Link State with ALL routers Flooding What: Link

More information

Microsoft Word - lab2_4.doc

Microsoft Word - lab2_4.doc 网 络 工 程 实 验 4: 路 由 器 基 本 配 置 第 一 部 分 路 由 器 端 口 配 置 实 验 目 的 1. 熟 悉 路 由 设 备 以 及 了 解 路 由 器 的 常 见 端 口 种 类 ; 2. 掌 握 路 由 器 端 口 的 配 置 方 法 ; 3. 掌 握 观 察 和 调 试 路 由 器 的 基 本 方 法 背 景 知 识 路 由 器 端 口 即 指 路 由 器 与 网 络 中

More information

User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2

User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2 Terminal Mode No User User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2 Mon1 Cam-- Mon- Cam-- Prohibited M04 Mon1 Cam03 Mon1 Cam03

More information

IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG

IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG --------------------------------------------TABLE OF CONTENTS------------------------------------------

More information

指定静态路由的下一跳IP地址

指定静态路由的下一跳IP地址 指定静态路由的下一跳 IP 地址 目录 简介背景信息对广播接口的静态路由浮动静态路由示例问题解决方案结论 简介 本文描述静态路由基本概念 问题场景用于为了展示指定接口下一跳 IP 地址可以被到达的情况变得理想, 当您配置静态路由时 失败可能导致不需要的行为和一个残破的网络状况 背景信息 由于各种各样的原因使用静态路由并且是常用的, 当没有动态路由对目的 IP 地址时, 或者, 当您要动态地改写获取的路由时

More information

Cisco 职 业 认 证 培 训 系 列 CISCO CAREER CERTIFICATIONS CCNA ICND2(200-101) 认 证 考 试 指 南 ( 第 4 版 ) 美 Wendell Odom 著 纪 小 玲 马 东 芳 译 人 民 邮 电 出 版 社 北 京

Cisco 职 业 认 证 培 训 系 列 CISCO CAREER CERTIFICATIONS CCNA ICND2(200-101) 认 证 考 试 指 南 ( 第 4 版 ) 美 Wendell Odom 著 纪 小 玲 马 东 芳 译 人 民 邮 电 出 版 社 北 京 CCNA ICND2 (200-101) Cisco职业认证培训系列 CISCO CAREER CERTIFICATIONS 认证考试指南 第4版 超值赠送 CCENT CCNA 生成树协议 LAN交换的故障排查 IPv4路由 VPN 本书内容全面 条理清晰 包含如下内容 得到验证的常规考前准备计划 可帮助你通过考试 我已经知道了吗 中的小测验可以帮助你确定本章所花的学习时间 广域网和帧中继 IPv6的实施和故障排查

More information