Guest User

Untitled

a guest
Jun 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Sh run int lo0
  2. interface Loopback0
  3. ip address 192.168.0.4 255.255.255.255
  4. end
  5.  
  6.  
  7. sh run | s bgp
  8.  
  9. router bgp 65234
  10. bgp router-id 4.4.4.4
  11. bgp log-neighbor-changes
  12. no bgp default ipv4-unicast
  13. neighbor 192.168.0.3 remote-as 65234
  14. neighbor 192.168.0.3 update-source Loopback0
  15. !
  16. address-family ipv4
  17. network 192.168.0.4 mask 255.255.255.255
  18. neighbor 192.168.0.3 activate
  19. exit-address-family
  20.  
  21. sh version
  22. Cisco IOS Software, IOSv Software (VIOS-ADVENTERPRISEK9-M), Version 15.6(2)T
Add Comment
Please, Sign In to add comment