PracticeDev/study_python/tcp_relay-master/cmdline.txt

53 lines
625 B
Plaintext
Raw Permalink Normal View History

2022-12-20 17:31:11 +08:00
VSR:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>IP<EFBFBD><EFBFBD>ַ<EFBFBD><EFBFBD>
system-view
interface ***
port link-mode route
ip address 2.2.2.1 255.255.255.0
quit
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>BGP<EFBFBD>ھ<EFBFBD>
system-view
bgp 1
router-id *.*.*.*
peer 2.2.2.100 as-number 2
address-family ipv4 unicast
peer 2.2.2.100 enable
quit
no peer 2.2.2.100
display bgp peer ipv4
display bgp routing-table ipv4
peer 17.17.17.100 default-route-advertise
confsync mimic
2/5/0 eth13 14.14.14.1
2/8/0 eth16 17.17.17.1
2/9/0 eth17 18.18.18.1
git:
yujing
1234567890
git add .
git commit -m "description"
git push -u origin master
git remote add origin git@server-name:http://192.168.10.20/yujing/tcp_relay.git