1. Riverbed 公司Steelhead加速设备基本配置步骤
连接Console线 启动终端仿真程序
用随机所带Console线,从设备的console口,连接到计算机的串行口上。
启动Windows超级终端程序,或其他终端仿真程序。终端仿真程序应当进行如下设置:
速率:9600 数据位:8 停止位:1 奇偶位:无 流控:无
设备加电
用随机所带电源线,将设备连接到电源上。设备开始启动,在终端仿真程序中可以看到设备启动的过程。
设备登录
终端仿真程序屏幕上出现登录提示之后,就可以输入缺省的用户名/密码进行登录。缺省用户名是admin,缺省密码是password。如下所示,其中用户的输入用红色字体表示:
Riverbed Steelhead amnesiac login: admin Password: password
开始配置
登录成功之后,会自动进入初始配置向导。逐个回答配置向导的问题来进行设备配置。如果接受配置向导提供的缺省值,只需直接输入回车。下面是配置向导的示例:
Last login: Thu Jan 3 07:50:57 on ttyS0
Riverbed Steelhead configuration wizard.
Do you want to auto-configure using a CMC? n
Do you want to use the wizard for initial configuration? y
Step 1: Hostname? [amnesiac] test-beijing <- 给设备指定一个名称 Step 2: Use DHCP on primary interface? [yes] Step 3: Admin password? Step 4: SMTP server? []
Step 5: Notification email address?
Step 6: Set the primary interface speed? [auto] Step 7: Set the primary interface duplex? [auto]
Step 8: Would you like to activate the in-path configuration? [no] y Step 9: In-Path IP address? 172.16.26.101 <- 设备的IP地址 Step 10: In-Path Netmask? [0.0.0.0] 255.255.255.0 <- 设备的掩码 Step 11: In-Path Default gateway? 172.16.26.1 <- 设备的缺省网关 Step 12: Set the in-path:LAN interface speed? [auto] Step 13: Set the in-path:LAN interface duplex? [auto] Step 14: Set the in-path:WAN interface speed? [auto] Step 15: Set the in-path:WAN interface duplex? [auto]
You have entered the following information:
1. Hostname: test-beijing
2. Use DHCP on primary interface: yes 3. Admin password: (unchanged)
Riverbed公司Steelhead加速设备基本配置 神州数码商本增值应用部
4. SMTP server:
5. Notification email address:
6. Set the primary interface speed: auto 7. Set the primary interface duplex: auto
8. Would you like to activate the in-path configuration: yes 9. In-Path IP address: 172.16.26.101 10. In-Path Netmask: 255.255.255.0
11. In-Path Default gateway: 172.16.26.1
12. Set the in-path:LAN interface speed: auto 13. Set the in-path:LAN interface duplex: auto 14. Set the in-path:WAN interface speed: auto 15. Set the in-path:WAN interface duplex: auto
To change an answer, enter the step number to return to. Otherwise hit Choice: Configuration changes saved. To return to the wizard from the CLI, use the \"configuration jump-start\" command in configure mode. Enter configuration mode using commands \"enable\" and \"configuration terminal.\" Launching CLI... test-beijing > 至此,设备的基本配置完成。 如果设备没有直接进入配置向导 如果设备没有直接进入配置向导,通常是因为该设备已经被配置过。为此,可以将现有配置清除掉,以便重新进入配置向导。命令如下: test-beijing > enable test-beijing # reset factory reload 设备会清除掉现有配置,并自动重新启动。在启动完成之后,用户再次登录进系统时,就会进入配置向导。此后的操作步骤请参考1.4节。 额外的配置命令(可选步骤) 在配置向导顺利完成之后,如果需要的话,可以继续进行以下的额外配置。 首先执行enable命令,进入特权模式。 test-beijing > enable test-beijing # 然后在特权模式下,输入下列命令: test-beijing #conf t test-beijing (config) # telnet-server enable <- 允许Telnet远程访问 test-beijing (config) # in-path peering auto <- 启用自动发现最远端的 优化设备 test-beijing (config) # in-path simplified routing all<- 当为三层交换机时,启 用简单路由,避免环路 test-beijing (config) # wr mem <- 保存配置 test-beijing (config) # exit test-beijing # Riverbed公司Steelhead加速设备基本配置 神州数码商本增值应用部 2. Riverbed 公司Steelhead加速设备的连接 Riverbed加速设备的典型部署方式,是串接在路由器和交换机之间,如下图所示: LAN端口 WAN端口 广域网 直通网线 交叉网线 Riverbed设备上的WAN端口,连接到广域网侧的设备,如广域网路由器。Riverbed设备上的LAN端口,连接到内网侧的局域网设备,如局域网交换机。 Riverbed设备的LAN、WAN端口,是10/100/1000M自适应的以太网端口。它们与交换机连接时,建议使用直通网线;与路由器、防火墙等设备的端口连接时,建议使用交叉网线。另外,要注意路由器和交换机的端口的速率和双工配置。 3. 验证联通性 选取一台计算机,将其以太网口的IP地址设为与Riverbed加速设备位于同一个子网。 将计算机的以太网口直接连接到Riverbed设备的WAN端口或LAN端口上。从该计算机上直接ping加速设备的IP地址,应当可以ping通。同时验证可否telnet到riverbed设备。 Ping 172.16.26.101 telnet 172.16.26.101 也可以从Riverbed设备上ping到计算机的IP地址,如下所示: test-beijing # ping -I inpath0_0 172.16.26.1 PING 172.16.26.1 (172.16.26.1) from 172.16.26.101 inpath0_0: 56(84) bytes of data. --- 172.16.26.1 ping statistics --- 2 packets transmitted, 0 received, 100% packet loss, time 999ms test-beijing #telnet -b 10.76.239.10 192.168.219.3 7800 //查看riverbed的优化的7800端口是否通,是否有防火墙阻挡 4. 截图指导 1) 登录到riverbed设备。用户网线把电脑连到riverbed的Primary端口,直接的浏览器上输入您配置 的IP地址,如下图: Riverbed公司Steelhead加速设备基本配置 神州数码商本增值应用部 2)调整设备的时区和时间 3)启用需要优化的端口 Riverbed公司Steelhead加速设备基本配置 神州数码商本增值应用部 5)若需要把部分服务器IP地址进行透传,需要选择pass though,并输入要保护的IP地址 6)启用自动发现功能,自动发现对端 Riverbed公司Steelhead加速设备基本配置 神州数码商本增值应用部 7)调低日志管理级别(此时不用设置,是在排除故障时为了看到更多的日志信息时使用) 8)若使用Exchange 2007,需要把该功能开启,2003是默认是已开启的 Riverbed公司Steelhead加速设备基本配置 神州数码商本增值应用部 9)若使用MS SQL数据库,需要开启 10)若用Lotus Notes,需要开启 Riverbed公司Steelhead加速设备基本配置 神州数码商本增值应用部 11)停止服务按钮,若加入riverbed加速器后,出现故障,则可把riverbed设备的优化功能停止,相当于riverbed对所有业务透传。建议出故障采用该功能,保证设备开启我们可以登录到设备查看设备状态。 12)升级方法:点浏览按钮找到升级的RIOS系统文件,然后点升级按钮,很快可以完成设备的升级 Riverbed公司Steelhead加速设备基本配置 神州数码商本增值应用部 13)设备的重启或关闭 14)查看设备现在的优化状态 Riverbed公司Steelhead加速设备基本配置 神州数码商本增值应用部 15)查看对端设备列表,可以查看到对端设备的数量、IP、软件版本 16)汇总流量统计,查看目前为止加速的各种流量的情况 Riverbed公司Steelhead加速设备基本配置 神州数码商本增值应用部 17)查看系统日志,查看设备运行的报警信息,在排除故障时记得用此功能 18)日志信息下载 Riverbed公司Steelhead加速设备基本配置 神州数码商本增值应用部 18)设备信息汇总,这功能经常使用,便于排除故障 19)定时统计抓包信息 Riverbed公司Steelhead加速设备基本配置 神州数码商本增值应用部 20)查看序列号 因篇幅问题不能全部显示,请点此查看更多更全内容