weixin_39932330
2020-12-02 02:56Extracting routes
Hi,
Inside the PA FW you can run the command "show routing route" to know routes in all Virtual Routes (static, ospf,bgp,...). So, I'm trying to extract all this rules from the FIrewall configuration and I'm getting this error: - * ERROR * * Died on user notice or warning!! Error: Use of undefined constant LIBXML_PARSEHUGE - assumed 'LIBXML_PARSEHUGE' on /[MY_OWN_PATH]/pan-configurator-master/lib/device-and-system-classes/class-PANConf.php:122
Any idea about the reason of the error?
Also, I can't find any examples related with routes. And can't figure out how to deal with routes. I guess something like that?
$panc = new PANConf(); $panc->load_from_file ( $origfile );
But I'm not sure how to obtain the Virtual Routers form here (VirtualRouterStore).
该提问来源于开源项目:cpainchaud/pan-configurator
- 点赞
- 回答
- 收藏
- 复制链接分享
8条回答
为你推荐
- 遍历树并提取具有可重用组件的信息
- it技术
- 互联网问答
- IT行业问题
- 计算机技术
- 编程语言问答
- 1个回答
- 如何从sql表中检索数据并将其插入另一个表中
- mysql
- php
- 1个回答
- 使用SimpleXml从xml文件中提取数据
- xml
- php
- 2个回答
- 从JSON获取PHP变量[重复]
- json
- decode
- php
- 3个回答
- PHP preg_match在<td>中提取日期/时间并转换为Unix时间
- epoch
- regex
- php
- 1个回答