A01921
NAT適用インタフェースにワイルドカード形式のインタフェース名を指定可能になりました。
- 関係する機能
- NAT
該当機種 | 変更適用バージョン |
---|---|
SEIL/X1, SEIL/X2 | 6.00 |
SEIL/B1 | 6.00 |
SEIL/x86 Fuji | 6.00 |
SEIL BPV4 | 6.00 |
変更・修正内容
以下のコマンドの<interface>にipsec*などワイルドカード形式のインタフェース名を指定可能になりました。
- nat dynamic add global <global_IPaddress> [interface <interface>]
- nat dynamic add private <private_IPaddress> [interface <interface>]
- nat static add <private_IPaddress> <global_IPaddress> [interface <interface>]
- nat napt add global <global_IPaddress> [interface <interface>]
- nat napt add private <private_IPaddress> [interface <interface>]
- nat snapt add default <IPv4address> [interface <interface>]
- nat snapt add protocol { tcp | udp | tcpudp } listen <listen_port> [interface <interface>] forward <IPv4address> <forward_port> [enable | disable]
- nat snapt add protocol <protocol> [interface <interface>] forward <IPv4address> { enable | disable }
- nat bypass add <private_IPv4address> <global_IPv4address> [interface <interface>]
- nat reflect add interface <interface>