Am getting wrong IP address information in fw getifs command. However right ip address showing in ifconfig output.
Firewall is running with R81.10 with JHF94
[Expert@RAPFW01:1]# fw getifs
localhost bond3.355 192.168.196.1 255.255.255.240
localhost bond1.150 192.168.196.17 255.255.255.240
localhost bond2.1355 192.168.196.33 255.255.255.240
[Expert@RAPFW01:1]#
Below is the output of command "ifconfig -a"
bond1.150 Link encap:Ethernet HWaddr 00:1C:7F:A4:FA:72
inet addr:10.244.81.146 Bcast:10.244.81.151 Mask:255.255.255.248
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:77380109 errors:0 dropped:0 overruns:0 frame:0
TX packets:110416393 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:26508484663 (24.6 GiB) TX bytes:106162038630 (98.8 GiB)
bond2.1355 Link encap:Ethernet HWaddr 00:1C:7F:A4:29:FF
inet addr:10.244.81.130 Bcast:10.244.81.135 Mask:255.255.255.248
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1657965458 errors:0 dropped:0 overruns:0 frame:0
TX packets:2623027464 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:435045140029 (405.1 GiB) TX bytes:2760581046444 (2.5 TiB)
bond3.355 Link encap:Ethernet HWaddr 00:1C:7F:A4:2A:01
inet addr:10.244.81.138 Bcast:10.244.81.143 Mask:255.255.255.248
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2493603316 errors:0 dropped:0 overruns:0 frame:0
TX packets:1819294986 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2817560100000 (2.5 TiB) TX bytes:473126270726 (440.6 GiB)
Please suggest how to fix this issue