diff options
author | Dave Barach <dave@barachs.net> | 2016-05-14 18:38:48 -0400 |
---|---|---|
committer | Dave Barach <dave@barachs.net> | 2016-05-14 18:39:11 -0400 |
commit | 7e55d364fd88bb462c7211209f5cbb5bbae3a68c (patch) | |
tree | 781f3309654b27c32808f02b804dca09314af08b /vnet/etc/scripts/sr/rightpeer.conf | |
parent | 1d1644c260808293a5629922201546763c3e2b64 (diff) |
VPP-63: clean up config scripts, remove specific hostnames
Change-Id: Ifb77256fa691b1a90045a10448835c09b764e74f
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'vnet/etc/scripts/sr/rightpeer.conf')
-rw-r--r-- | vnet/etc/scripts/sr/rightpeer.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vnet/etc/scripts/sr/rightpeer.conf b/vnet/etc/scripts/sr/rightpeer.conf new file mode 100644 index 00000000000..6da7a7afd05 --- /dev/null +++ b/vnet/etc/scripts/sr/rightpeer.conf @@ -0,0 +1,22 @@ +comment { trunk to leftpeer } +set int ip address GigabitEthernet2/0/0 db03::1/64 +enable ip6 interface GigabitEthernet2/0/0 +set int state GigabitEthernet2/0/0 up + +comment { subscriber right-linux-ping } +set int ip address GigabitEthernet2/2/0 db04::2/64 + +comment { next address to fake out ND on shared LAN segment } +set int ip address GigabitEthernet2/2/0 db02::13/64 + +enable ip6 interface GigabitEthernet2/2/0 +set int state GigabitEthernet2/2/0 up + +sr tunnel src db04::1 dst db02::1/128 next db03::2 next db02::1 tag db04::2 clean + +tap connect srlocal hwaddr random +set int ip6 table tap-0 1 +set int ip address tap-0 db04::99/64 +enable ip6 interface tap-0 +set int state tap-0 up +ip route add table 1 db02::0/64 lookup in table 0 |