blob: 76c1203b44c3a83181538b894bccaebc9e76c89b [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001comment { vpe_phase1d configuration }
2
Dave Barach7e55d362016-05-14 18:38:48 -04003comment { local client facing interface }
Ed Warnickecb9cada2015-12-08 15:45:58 -07004comment { configure lc4 eth1 at e.g. 6.0.4.4/24 }
5
6set int ip address GigabitEthernet2/4/0 6.0.4.1/24
7set int state GigabitEthernet2/4/0 up
8
Dave Barach7e55d362016-05-14 18:38:48 -04009comment { tunnel to leftpeer }
Ed Warnickecb9cada2015-12-08 15:45:58 -070010set int ip address GigabitEthernet2/3/0 6.0.3.3/24
11set int state GigabitEthernet2/3/0 up
12
13nsh gre tunnel src 6.0.3.3 dst 6.0.3.1 c1 1 c2 2 c3 3 c4 4 spi 3311 si 0 next-ip4
14set int ip address nsh_gre_tunnel0 6.0.2.3/24
15set int state nsh_gre_tunnel0 up
16
17nsh gre tunnel src 6.0.3.1 dst 6.0.3.3 c1 1 c2 2 c3 3 c4 4 spi 1133 si 0 next-ip4
18set int state nsh_gre_tunnel1 up
19