This section provides an example for configuring the interworking with IDS.
The FW and IDS (NIP in this example) work together to secure the intranet, as shown in Figure 1.
The NIP records network events, including attacks and unusual behavior (such as worms and Trojan horses), unusual network access, and misuse and abuse of network services in real time. When the NIP detects attacks or unusual behavior, the NIP delivers the attack information to the FW, and the FW blocks the attack traffic.
Item |
Data |
|---|---|
FW |
|
NIP |
|
The Huawei Technologies Co., Ltd. S5300 switch is used as an example to illustrate how to configure port mirroring. For configuration of other functions, refer to the product documents of the S5300 switch.
Set the IP address of the FW to 192.168.5.2, port number to 30000, authentication method to AES256, and authentication key to Admin@123.
Configuration script of the FW
# firewall ids authentication type aes256 key %$%$!^8fKr$NsR&Vql.7E`mIjJA8%$%$ firewall ids client 192.168.5.1 firewall ids port 30000 firewall ids enable # interface GigabitEthernet 0/0/1 ip address 192.168.5.2 255.255.255.0 # firewall zone trust set priority 85 add interface GigabitEthernet 0/0/1 # security-policy rule name abc source-zone trust destination-zone local source-address 192.168.5.1 24 destination-address any service any user any application any time-range any action permit # firewall blacklist enable # return