...
# show vgw ip address used by vpp interface
Code Block | ||||
---|---|---|---|---|
| ||||
root@zdcpe1cpe01gw01-201812032302:/opt# vppctl show int addr GigabitEthernet0/4/0 (up): 10.5.0.104/24 GigabitEthernet0/6/0 (up): 10.2.0.4/24 local0 (dn): loop0 (up): l2 bridge bd_id 10 bvi shg 2 192.168.1.254/24 tap-0 (up): l2 bridge bd_id 10 shg 0 vxlan_tunnel0 (up): l2 bridge bd_id 10 shg 1 |
#Show brg interface ip
Code Block | ||||
---|---|---|---|---|
| ||||
root@zdcpe1cpe01brgemu01-201812011854:~# vppctl show int addr GigabitEthernet0/4/0 (up): 10.3.0.2/24 local0 (dn): tap-0 (up): l2 bridge bd_id 10 shg 0 tap-1 (up): 20.0.0.40/24 vxlan_tunnel0 (up): l2 bridge bd_id 10 shg 2 |
...
#show nat.service
Code Block | ||||
---|---|---|---|---|
| ||||
root@zdcpe1cpe01brgemu01-201901181358:/opt# systemctl status nat.service ● nat.service - Runs vbrg scripts for nat configuration Loaded: loaded (/etc/systemd/system/nat.service; enabled; vendor preset: enabled) Active: active (exited) since Fri 2019-01-18 17:01:54 UTC; 5h 58min ago Process: 2509 ExecStart=/opt/nat_service.sh (code=exited, status=0/SUCCESS) Main PID: 2509 (code=exited, status=0/SUCCESS) Jan 18 17:01:54 zdcpe1cpe01brgemu01-201901181358 systemd[1]: Started Runs vbrg scripts for nat configuration. Jan 18 17:02:25 zdcpe1cpe01brgemu01-201901181358 nat_service.sh[2509]: hc tap ip address is 192.168.4.20 |
...