Displaying vrrpe information, Clearing nat entries from the table – Brocade Communications Systems ServerIron ADX 12.4.00a User Manual

Page 126

Advertising
background image

112

ServerIron ADX Security Guide

53-1002440-03

Clearing NAT entries from the table

4

Syntax: show ip nat redundancy

Displaying VRRPE information

To display VRRPE information, enter the following command.

Syntax: show ip vrrp-e brief

Clearing NAT entries from the table

Use the clear ip nat command to manually clear entries from the NAT table.

Syntax: clear ip nat <protocol> inside <global-ip> <global-port> <private-ip> <local-port>

The <protocol> parameter specifies the protocol type and can be tcp or udp plus its global or local
port number.

To clear a specific NAT entry based on the private and global IP addresses, enter the command
such as the following.

ServerIronADX# clear ip nat inside 209.157.1.43 10.10.10.5

This command clears the inside NAT entry that maps private address 10.10.10.5 to Internet
address 209.157.1.43.

Syntax: clear ip nat inside <global-ip> <private-ip>

To clear all static and dynamic entries from the NAT translation table, enter the following command.

ServerIronADX# clear ip nat all

Syntax: clear ip nat all

ServerIronADX# show ip nat redundancy (on standby)

NAT Pool Start IP: 10.1.1.150 Mac address: 020c.db01.0196

State: Standby Priority: Low

Standby Idle count: 0 Threshold: 20

NAT Pool Start IP: 10.1.1.91 Mac address: 020c.db01.015b

State: Standby Priority: Low

Standby Idle count: 0 Threshold: 20

NAT Pool Start IP: 10.1.1.92 Mac address: 020c.db01.015c

State: Standby Priority: Low

Standby Idle count: 0 Threshold: 20

NAT Pool Start IP: 10.1.1.95 Mac address: 020c.db01.015f

State: Standby Priority: Low

Standby Idle count: 0 Threshold: 20

ServerIronADX_Lower# show ip vrrp-e brief

Total number of VRRP-Extended routers defined: 2

Interface VRID CurPri P State Master addr Backup addr VIP

v5 1 125 P Master Local Unknown 5.1.1.9

v10 2 125 P Master Local Unknown 10.1.1.9

Advertising