Goline Logo

FAQ

News

  • GOLINE SA partner with FileCloud November 25th, 2024
  • In the supply and logistics sectors, email communication is pivotal. However, organizations face threats like email fraud and phishing. GOLINE SA's clients struggled with configuring email authentication protocols manually. To address this challenge, GOLINE SA became an MSP Partner of PowerDMARC, collaborating to streamline implementation and management. PowerDMARC's cloud-based platform automated DMARC, SPF, and DKIM protocols for GOLINE SA's clients. This streamlined the transition to DMARC enforcement policies, bolstering domain protection without compromising email deliverability. The intuitive platform facilitated easy navigation and provided detailed reporting for proactive issue resolution. GOLINE SA's clients experienced tangible benefits: Enhanced Email Security: Automated protocols...
  • Route RPKI validation April 1st, 2022
    RPKI is a security framework by which network owners can validate and secure the critical route updates or Border Gateway Protocol (BGP) announcements between public Internet networks. BGP is essentially the central nervous system of the Internet and one of its fundamental building blocks. The main function of BGP is to facilitate efficient routing between Autonomous Systems (AS), by building and maintaining the Internet routing table. The Internet routing table is effectively the navigation system of the Internet and without it, traffic would be unable to flow between its constituent networks. Unfortunately, routing equipment alone cannot distinguish between legitimate and malicious routing announcements,...

Cisco – BGP monitoring session (export full routing table w/no import)

Paolo Caparrelli Cisco 22 June 2022

Export the full routing table without receiving any prefixes

!
route-map MONITOR_IN_V4 deny 100
!
route-map MONITOR_IN_V6 deny 100
!
!
route-map MONITOR_OUT_V4 permit 100
!
route-map MONITOR_OUT_V6 permit 100
!
router bgp 202032
!
template peer-policy MONITOR_V4_POLICY
  route-map MONITOR_IN_V4 in
  route-map MONITOR_OUT_V4 out
 exit-peer-policy
 !
 template peer-policy MONITOR_V6_POLICY
  route-map MONITOR_IN_V6 in
  route-map MONITOR_OUT_V6 out
 exit-peer-policy
 !
 template peer-session MONITOR_V4_SESSION
  description MONITOR_V4_SESSION
  ebgp-multihop 255
  update-source GigabitEthernet0/2
  version 4
  disable-connected-check
 exit-peer-session
 !        
 template peer-session MONITOR_V6_SESSION
  description MONITOR_V6_SESSION
  ebgp-multihop 255
  update-source GigabitEthernet0/2
  version 4
  disable-connected-check
 exit-peer-session
 !        
neighbor 2A00:1620:C0:4E:146:48:78:13 remote-as 65517
neighbor 2A00:1620:C0:4E:146:48:78:13 inherit peer-session MONITOR_V6_SESSION
neighbor 2A00:1620:C0:4E:146:48:78:13 description Progetto Isolario
neighbor 146.48.78.13 remote-as 65517
neighbor 146.48.78.13 inherit peer-session MONITOR_V4_SESSION
neighbor 146.48.78.13 description Progetto Isolario
address-family ipv4
neighbor 146.48.78.13 activate
neighbor 146.48.78.13 inherit peer-policy MONITOR_V4_POLICY
exit-address-family
address-family ipv6
neighbor 2A00:1620:C0:4E:146:48:78:13 activate
neighbor 2A00:1620:C0:4E:146:48:78:13 inherit peer-policy MONITOR_V6_POLICY
exit-address-family



0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x