.. . .. . .
? -fn—print only entries with given farm name. ? -sn—print only entries with given server name. ? -vl—print only entries with forwarding type bridging. ? -ap—print only entries with given application port. ? -db—print only entries with delayed-bind information. ? -ed—print only entries with edge farm information. ? -mapped—print entries including mapped information.
? -ptr—print only entries with given packet translation type (VIP, Dynamic NAT, VPN, and so on)
1.1.9 查看LinkProof双机冗余状态
下面为主机的状态,全部为Master
LP-Master#red v v
VRRP Table
If Index VR ID VR MAC State Admin Status
1 10 00005e00010a master up 2 20 00005e000114 master up 8 100 00005e000164 master up
下面为备机的状态,全部为Backup
LP-Backup#red v v VRRP Table
If Index VR ID VR MAC State Admin Status
1 10 00005e00010a backup up 2 20 00005e000114 backup up 8 100 00005e000164 backup up
1.1.10 查看LinkProof的命令全部配置
appdirector#sys config immediate
S. . . . . ..
.. . .. . .
LP-Master#sys config immediate !
!Device Configuration !Date: 18-05-2009 10:17:14
!DeviceDescription: LinkProof Application Switch - with SynApps !Base MAC Address: 00:03:b2:26:c3:c0
!Software Version: 5.22.00DL (build Mar 1 2009, 16:23:30) !
net ip-interface create 192.168.1.10 255.255.255.0 8 net ip-interface create 61.1.1.10 255.255.255.0 1 net ip-interface create 210.1.1.10 255.255.255.0 2 net route table create 0.0.0.0 0.0.0.0 61.1.1.1 -i 1 net route table create 0.0.0.0 0.0.0.0 210.1.1.1 -i 2 -m 20 lp farms all-farms create CT -t Router lp farms all-farms create ALL -t Router
lp servers all-servers create CT Telecom -ip 61.1.1.1 lp servers all-servers create ALL TEL -ip 61.1.1.1 lp servers all-servers create ALL CNC -ip 210.1.1.1
lp flow-management farms-flow-table create Mail_Flow CT -id 1 lp flow-management modify-policy-table create Default -i 0 lp flow-management modify-policy-table create Mail_Policy -dst \\ mail_server -fc Mail_Flow redundancy mode set VRRP system mib2-name set LP-Master
… 省略
附加:
Lp smartnat dynamic-nat-cu 观察端口占用情况
S. . . . . ..