Cisco – Avancé

NAT, ACL, BGP, EtherChannel, VPN

CommandeCatégorieDescription
ip nat inside source list 1 interface gig0/0 overloadNAT/PATPAT sur une interface
access-list 1 permit 192.168.1.0 0.0.0.255ACLACL standard
access-list 100 permit tcp 192.168.1.0 0.0.0.255 any eq 80ACL étendueACL étendue (HTTP)
router bgp 65001BGPActiver BGP
neighbor 10.0.0.1 remote-as 65002BGPDéfinir un voisin BGP
interface port-channel 1EtherChannelGrouper plusieurs liens
channel-group 1 mode activeEtherChannelActiver LACP
crypto isakmp policy 10VPNConfigurer IPSec
show ip nat translationsNATVoir les traductions NAT
show access-listsACLAfficher les ACL
show ip bgp summaryBGPRésumé des voisins BGP
💡

Astuce BTS SIO – Cisco Avancé

ACL = filtrer le trafic (sécurité).
NAT/PAT = permettre l'accès Internet aux machines internes.
BGP = le protocole d'Internet (entre AS).
EtherChannel = augmenter la bande passante et la redondance.

← Retour au portail