Dave Barach | 7e55d36 | 2016-05-14 18:38:48 -0400 | [diff] [blame] | 1 | comment { local client facing interface } |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 2 | comment { configure lc4 eth1 at e.g. 6.0.4.4/24 } |
| 3 | |
| 4 | set int ip address GigabitEthernet2/4/0 6.0.4.1/24 |
| 5 | set int state GigabitEthernet2/4/0 up |
| 6 | |
Dave Barach | 7e55d36 | 2016-05-14 18:38:48 -0400 | [diff] [blame] | 7 | comment { tunnel to leftpeer } |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 8 | set int ip address GigabitEthernet2/3/0 6.0.3.3/24 |
| 9 | set int state GigabitEthernet2/3/0 up |
| 10 | |
| 11 | lisp gpe tunnel src 6.0.3.3 dst 6.0.3.1 next-ip4 decap-next ip4 iid 3311 |
| 12 | set int ip address lisp_gpe_tunnel0 6.0.2.3/24 |
| 13 | set int state lisp_gpe_tunnel0 up |
| 14 | |
| 15 | lisp gpe tunnel src 6.0.3.1 dst 6.0.3.3 next-ip4 decap-next ip4 iid 1133 |
| 16 | set int state lisp_gpe_tunnel1 up |