Does anyone know whether PanOS 9.1.11-h2 runs on PA-3020? I have upgrade PanOS on PA-3020 to 9.1.11-h2, and the PA-3020 now cannot drive physical ethernet interface except for a management interface. When I downgraded to PanOS 9.0.14-h3 or 8.1.20-h1, it came back to work again. Here is a little debug out: hoge@fw02> show interface hardware Server error : An error occured. See dagger.log for information. hoge@fw02> show interface all Server error : An error occured. See dagger.log for information. hoge@fw02> tail mp-log dagger.log Traceback (most recent call last): File "/usr/share/dagger/interface.py", line 463, in __str__ return super(interface, self).__str__(*args, **kwargs) File "/usr/share/dagger/_utils.py", line 136, in __str__ check_n_show(buf, s, len(slist)>1) File "/usr/share/dagger/_utils.py", line 109, in check_n_show self.show(buf, res) File "/usr/share/dagger/interface.py", line 317, in show show_ifhws (buf, res['hw']) KeyError: 'hw'
... View more