Archive for the ‘cisco’ Category

oracle example data hr/oe

sample_schema_scripts

ACL的配置

实验要求: 1. 1.1.1.3可以访问2.2.2.0 2.1.1.1.0的子网只能访问2.2.2.0的FTP服务器和INTERNET(用R2路由器的L01口模拟因特网) 3.2.2.2.0的主机不能访问INTERNET 实验目的:了解ACL的工作原理 LO1 1.1.1.3 S0 3.3.3.1 LO1 4.4.4.1 LO2 2.2.2.1 S1 3.3.3.2 实验步骤: R1 Router>en Router#conf t Router(config)#host R1 R1 (config)#int lo1 R1(config-if)#ip add 1.1.1.3 255.255.255.0 R1 (config-if)#no shut R1(config-if)#exit R1 (config)# access-list 101 permit ip 1.1.1.3 0.0.0.0 2.2.2.0 0.0.0.255 R1 (config)# access-list 101 permit tcp 1.1.1.0 0.0.0.255 2.2.2.0 0.0.0.255 eq [...]

IGRP路由协议实现非等值带宽的负载平衡

路由器R1配置如下: Router > en 进入特权模式 Router # conf t 进入全局配置模式 Router # host R1 更改路由器名 R1 (config)# int lo1 进入了loopback1口 R1 (config-if)# ip add 1.1.1.1 255.255.255.0 R1 (config-if)# ^Z 直接退之特权模式 R1 #config t R1 (config)# int s0 配置S0口 R1 (config-if)# ip add 2.2.2.1 255.255.255.0 配置IP R1 (config-if)# clock rate 56000 配置DCE端时钟 R1 (config-if)# no shut [...]