show | display set //查看配置 show | display set | match //查询过滤 commit check //配置校验 show log interactive-commands //查看命令操作日志 show | compare//配置对比 show security ipsec vpn XXX //查看vpn配置 show security ike security-associations brief //查看VPN状态 show route table inet....
[edit]root@PE1# run show route table bgp.evpn.0 match-prefix "3:*" bgp.evpn.0: 16 destinations, 16 routes (16 active, 0 holddown, 0 hidden) = Active Route, - = Last Active, * = Both 3:2.2.2.2:1::100::2.2.2.2/248 IM *[BGP/170] 00:55:08, localpref 100, from 2.2.2.2...
root@ROUTER_VMX1# run show route 1.1.1.0/24 inet.0: 5 destinations, 6 routes (5 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1.1.1.0/24 *[BGP/170] 00:46:06, localpref 100 AS path: I, validation-state: unverified > to 10.10.10.2 via ge-0/...
show route table VLL-VPN1.inet 查看VPN路由表,是否传递到对端PE。也可以查其分配的内网MPLS标签。 参考:https://supportportal.juniper.net/s/article/SRX-Example-Configuring-L3VPN-over-MPLS?language=en_US 配置BGP 反射器 反射器配置 set protocols bgp group RR cluster 2.2.2.2 #配置自己为路由反射器 s...
root@vmx> show route table cust-left.inet.0 protocol ospf cust-left.inet.0: 9 destinations, 9 routes (9 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1.1.1.1/32 *[OSPF/150] 00:35:23, metric 0, tag 12 ...
show version:查看当前设备型号、软件版本等信息。 show system uptime:查看设备运行时间。 request system reboot:重启设备。 request system halt:关闭设备。 路由命令 show route:查看路由表。 show route [destination]:查看指定目的地的路由信息。 show route forwarding-table:查看转发表。
show version:查看当前设备型号、软件版本等信息。 show system uptime:查看设备运行时间。 request system reboot:重启设备。 request system halt:关闭设备。 路由命令 show route:查看路由表。 show route [destination]:查看指定目的地的路由信息。 show route forwarding-table:查看转发表。
查看LSP状态:show mpls static-lsp nametransit extensive 查看标签交换表:show route table mpls.0 c、,如果做倒数第二跳弹出,那么在egress router就不需要配置。 5、路由表汇总 在juniper路由器上配置staticLSP直接影响到两张表, mpls.0表(labelswitchingtable):传入标签和转发动作之间的映射 ...
commands:-"show route table inet.0"host:"{{junos_host}}"register: route_result-name: debug output debug: msg:"The subnet is {{route_result.stdout_lines[5][0:15]}},andthe host routeis: {{route_result.stdout_lines[7][0:16]}}"...
Show interfaces terse | match inet |count看有几个接口有IP地址 当show命令输出过多,显示--More时,可以按h键,输入命令 /键位查找。 Configuration Mode 输入configure进入该模式 Run 相当于cisco中的do,run showinterfaces ter Run show route Edit模式 ...