Riverbed配置手册.docx_第1页
Riverbed配置手册.docx_第2页
Riverbed配置手册.docx_第3页
Riverbed配置手册.docx_第4页
Riverbed配置手册.docx_第5页
已阅读5页,还剩8页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1. Riverbed 公司Steelhead加速设备基本配置步骤连接Console线用随机所带Console线,从设备的console口,连接到计算机的串行口上。启动终端仿真程序启动Windows超级终端程序,或其他终端仿真程序。终端仿真程序应当进行如下设置:速率:9600数据位:8停止位:1奇偶位:无流控:无设备加电用随机所带电源线,将设备连接到电源上。设备开始启动,在终端仿真程序中可以看到设备启动的过程。设备登录终端仿真程序屏幕上出现登录提示之后,就可以输入缺省的用户名/密码进行登录。缺省用户名是admin,缺省密码是password。如下所示,其中用户的输入用红色字体表示:Riverbed Steelheadamnesiac login: adminPassword: password开始配置登录成功之后,会自动进入初始配置向导。逐个回答配置向导的问题来进行设备配置。如果接受配置向导提供的缺省值,只需直接输入回车。下面是配置向导的示例:Last login: Thu Jan 3 07:50:57 on ttyS0Riverbed Steelhead configuration wizard.Do you want to auto-configure using a CMC? nDo you want to use the wizard for initial configuration? yStep 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 yStep 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) 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: autoTo change an answer, enter the step number to return to.Otherwise hit to save changes and exit.Choice: Configuration changes saved.To return to the wizard from the CLI, use the configuration jump-startcommand in configure mode. Enter configuration mode using commands enableand configuration terminal. Launching CLI.test-beijing 至此,设备的基本配置完成。如果设备没有直接进入配置向导如果设备没有直接进入配置向导,通常是因为该设备已经被配置过。为此,可以将现有配置清除掉,以便重新进入配置向导。命令如下:test-beijing enabletest-beijing # reset factory reload设备会清除掉现有配置,并自动重新启动。在启动完成之后,用户再次登录进系统时,就会进入配置向导。此后的操作步骤请参考1.4节。额外的配置命令(可选步骤)在配置向导顺利完成之后,如果需要的话,可以继续进行以下的额外配置。首先执行enable命令,进入特权模式。test-beijing enabletest-beijing #然后在特权模式下,输入下列命令:test-beijing #conf ttest-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) # exittest-beijing #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.101telnet 172.16.26.101也可以从Riverbed设备上ping到计算机的IP地址,如下所示:test-beijing # ping -I inpath0_0 172.16.26.1PING 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 999mstest-beijing #telnet -b 10.76.239.10 192.168.219.3 7800 /查看riverbed的优化的7800端口是否通,是否有防火墙阻挡4. 截图指导1) 登录到riverbed设备。用户网线把电脑连到riverbed的Primary端口,直接的浏览器上输入您配置的IP地址,如下图:2)调整设备的时区和时间3)启用需要优化的端口5)若需要把部分服务器IP地址进行透传,需要选择pass though,并输入要保护的IP地址6)启用自动发现功能,自动发现对端7)调低日志管理级别(此时不用设置,是在排除故障时为了看到更多的日志信息时使用)8)若使用Exchange 2007,需要把该功能开启,2003是默认是已开启的9)若使用MS SQL数据库,需要开启10)若用Lotus Notes,需要开启11)停止服务按钮,若加入riverbed加速器后,出现故障,则可把riverbed设备的优化功能停止,相当于riverbed对所有业务透传。建议出故障采用该功能,保证设备开启我们可以登录到设备查看设备状态。1

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论