Chinaunix首页 | 论坛 | 博客
  • 博客访问: 189050
  • 博文数量: 54
  • 博客积分: 1542
  • 博客等级: 上尉
  • 技术积分: 537
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-24 11:51
文章分类

全部博文(54)

文章存档

2017年(1)

2008年(2)

2007年(20)

2006年(31)

我的朋友

分类: 系统运维

2008-12-31 17:32:17

使用Web浏览器方式配置

WebUI ( 设备-A)

              ① 接口

Network > Interfaces > Edit ( 对于 ethernet7): 输入以下内容,然后单击 OK:

Zone Name: HA

Network > Interfaces > Edit ( 对于 ethernet8): 输入以下内容,然后单击 OK:

Zone Name: HA

Network > Interfaces > Edit ( 对于 ethernet1): 输入以下内容,然后单击 OK:

Zone Name: Untrust

Static IP: ( 出现时选择此选项)

IP Address/Netmask: 210.1.1.1/24

Network > Interfaces > Edit ( 对于 ethernet3): 输入以下内容,然后单击

Apply:

Zone Name: Trust

Static IP: ( 出现时选择此选项)

IP Address/Netmask: 10.1.1.1/24

Manage IP: 10.1.1.20

输入以下内容,然后单击 OK:

Interface Mode: NAT

② NSRP

Network > NSRP > Monitor > Interface > VSD ID: Device Edit Interface: 输入

以下内容,然后单击 Apply:

ethernet1: ( 选择); Weight: 255

ethernet3: ( 选择); Weight: 255

Network > NSRP > Synchronization: 选择 NSRP RTO Synchronization,然后

单击 Apply。

Network > NSRP > Cluster: 在 Cluster ID 字段中,键入 1,然后单击 Apply。

 

 

WebUI ( 设备-B)

              ① 接口

Network > Interfaces > Edit ( 对于 ethernet7): 输入以下内容,然后单击 OK:

Zone Name: HA

Network > Interfaces > Edit ( 对于 ethernet8): 输入以下内容,然后单击 OK:

Zone Name: HA

Network > Interfaces > Edit ( 对于 ethernet1): 输入以下内容,然后单击 OK:

Zone Name: Untrust

Static IP: ( 出现时选择此选项)

IP Address/Netmask: 210.1.1.1/24

Network > Interfaces > Edit ( 对于 ethernet3): 输入以下内容,然后单击

Apply:

Zone Name: Trust

Static IP: ( 出现时选择此选项)

IP Address/Netmask: 10.1.1.1/24

Manage IP: 10.1.1.21

输入以下内容,然后单击 OK:

Interface Mode: NAT

② NSRP

Network > NSRP > Monitor > Interface > VSD ID: Device Edit Interface: 输入

以下内容,然后单击 Apply:

ethernet1: ( 选择); Weight: 255

ethernet3: ( 选择); Weight: 255

Network > NSRP > Synchronization: 选择 NSRP RTO Synchronization,然后

单击 Apply。

Network > NSRP > Cluster: 在 Cluster ID 字段中,键入 1,然后单击 Apply。

 

5.2、使用命令行方式配置

CLI ( 设备-A)

              ① 接口

set interface ethernet7 zone ha

set interface ethernet8 zone ha

set interface ethernet1 zone untrust

set interface ethernet1 ip 210.1.1.1/24

set interface ethernet3 zone trust

set interface ethernet3 ip 10.1.1.1/24

set interface ethernet3 manage-ip 10.1.1.20

set interface ethernet3 nat

② NSRP

set nsrp rto-mirror sync

set nsrp monitor interface ethernet1

set nsrp monitor interface ethernet3

set nsrp cluster id 1

save

 

 

CLI ( 设备-B)

              ① 接口

set interface ethernet7 zone ha

set interface ethernet8 zone ha

set interface ethernet1 zone untrust

set interface ethernet1 ip 210.1.1.1/24

set interface ethernet3 zone trust

set interface ethernet3 ip 10.1.1.1/24

set interface ethernet3 manage-ip 10.1.1.21

set interface ethernet3 nat

② NSRP

set nsrp rto-mirror sync

set nsrp monitor interface ethernet1

set nsrp monitor interface ethernet3

set nsrp cluster id 1

save

 
阅读(5895) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~