Goline Logo

FAQ

News

  • New Partnership Between Goline and EaseUS: Technology and Innovation at Your Service. We are excited to announce our collaboration with EaseUS, a leading company in data management, file recovery, and disk cloning software. This collaboration allows us to provide our users with reliable and cutting-edge tools to manage and protect their devices efficiently. Exploring the Benefits of Our New Partnership with EaseUS This collaboration enhances our capability to deliver top-notch services to our community. With EaseUS, you can optimize storage space, recover lost files, and clone disks easily and securely. Whether you're a home user or an IT professional, you'll...
  • 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 partners with PowerDMARC as an MSP Partner, 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. Strategic Collaboration: GOLINE SA Partners with PowerDMARC GOLINE SA's clients...

Cisco IOS – Create an access-list and apply to a interface

Paolo Caparrelli Cisco 22 June 2022

First you have to create an access list:

router(config)#access-list 100 permit icmp any any unreachable
router(config)#access-list 100 permit icmp any any echo-reply
router(config)#access-list 100 permit icmp any any time-exceeded
router(config)#access-list 100 permit icmp any any source-quench
router(config)#access-list 100 deny   icmp any any timestamp-request
router(config)#access-list 100 deny   icmp any any timestamp-reply
router(config)#access-list 100 permit ip any any

Then add id to IN or OUT to the interface:

router(config)#interface GigabitEthernet0/2
router(config)#ip access-group 100 in

Modificare una access-list (Prima magari visualizzala e guarda i numeri di riga)
Visualizzare access-list:
router#sh ip access-list 100

router(config)#ip access-list extended 100
router(config-ext-nacl)#67 deny tcp any any eq telnet
router(config-ext-nacl)#do sh ip access-list 100

NOTA: La sequenza è fondamentale per l'applicazione delle regole.

Esempio:

csco-gw02(config-ext-nacl)#do sh ip access-list 100   
Extended IP access list 100
    10 permit icmp any any unreachable (2 matches)
    20 permit icmp any any echo-reply
    30 permit icmp any any time-exceeded
    40 permit icmp any any source-quench
    50 deny icmp any any timestamp-request (1 match)
    60 deny icmp any any timestamp-reply
    70 permit ip any any (84562 matches)

 

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