У нас вы можете посмотреть бесплатно Видива урок Cisco Packet Tracer NAT (Exzam1) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
*****ЕСЛИ ЧТО-ТО НЕ РАБОТАЕТ, ИНОГДА ХВАТАЕТ ПРОСТО ПЕРЕЗАПУСТИТЬ ЦИСКО***** =================SW1================= *****БАЗОВАЯ НАСТРОЙКА***** en conf t hostname SW1 ip domain-name wsr2017.ru username wsr2017 privilege 15 secret cisco aaa new-model aaa authentication login default local enable pass wsr line console 0 login authentication default privilege level 0 exit service password-encryption crypto key generate rsa 1024 ip ssh version 2 line vty 0 15 transport input ssh login authentication default privilege level 15 exit vlan 101 name LAN int vl 101 ip add 192.168.10.51 255.255.255.0 exi int r fa0/4-6, fa0/11-24, g0/1-2 sh exi *****НАСТРОЙКА КОММУТАЦИИ***** int r fa0/1-3, fa0/7-9 sw m t exit int r fa0/1-3 sw non exit int r fa0/7-8 channel-protocol lacp channel-g 3 m pas exi int r fa0/1-2 channel-protocol pagp channel-g 1 m auto exi spanning-tree vlan 101 root primary int r fa0/3, fa0/9 sw t n vl 101 exit int fa0/10 sw m a sw a vl 101 spanning-tree bpduguard enable spanning-tree portfast exit *****БЕЗОПАСНОСТЬ***** int fa0/10 sw port-security sw port-security mac-address sticky sw port-security maximum 2 sw port-security violation restrict exit int r fa0/1-9, fa0/11-24, g0/1-2 ip dhcp snooping trust ip arp inspection trust int fa0/10 ip dhcp snooping limit rate 15 exit ip dhcp snooping ip dhcp snooping vlan 101 ip arp inspection vlan 101 =================SW2================= *****БАЗОВАЯ НАСТРОЙКА***** en conf t hostname SW2 ip domain-name wsr2017.ru username wsr2017 privilege 15 secret cisco aaa new-model aaa authentication login default local enable pass wsr line console 0 login authentication default privilege level 0 exit service password-encryption crypto key generate rsa 1024 ip ssh version 2 line vty 0 15 transport input ssh login authentication default privilege level 15 exit vlan 101 name LAN int vl 101 ip add 192.168.10.52 255.255.255.0 exi int r fa0/7-24, g0/1-2 sh exi *****НАСТРОЙКА КОММУТАЦИИ***** int r fa0/1-3, fa0/4-6 sw m t exit int r fa0/1-3 sw non exit int r fa0/4-5 channel-protocol lacp channel-g 2 m pas exi int r fa0/1-2 channel-protocol pagp channel-g 1 m des exi int r fa0/3, fa0/6 sw t n vl 101 exit spanning-tree vlan 101 root sec =================SW3================= *****БАЗОВАЯ НАСТРОЙКА***** en conf t hostname SW3 ip domain-name wsr2017.ru username wsr2017 privilege 15 secret cisco aaa new-model aaa authentication login default local enable pass wsr line console 0 login authentication default privilege level 0 exit service password-encryption crypto key generate rsa 1024 ip ssh version 2 line vty 0 15 transport input ssh login authentication default privilege level 15 exit vlan 101 name LAN int vl 101 ip add 192.168.10.53 255.255.255.0 exi int r fa0/1-3, fa0/22-24, fa0/10-20, g0/1-2 sh exi *****НАСТРОЙКА КОММУТАЦИИ***** int r fa0/4-9 sw m t exit int r fa0/7-8 channel-protocol lacp channel-g 3 m act exi int r fa0/4-5 channel-protocol lacp channel-g 2 m act exi int fa0/21 sw m t sw t n vl 101 exit int r fa0/6, fa0/9 sw t n vl 101 exit =================HQ1================= *****БАЗОВАЯ НАСТРОЙКА***** en conf t hostname HQ1 ip domain-name wsr2017.ru username wsr2017 privilege 15 secret cisco aaa new-model aaa authentication login default local enable pass wsr line console 0 login authentication default privilege level 0 exit service password-encryption crypto key generate rsa 1024 ip ssh version 2 line vty 0 15 transport input ssh login authentication default privilege level 15 exit ipv6 unicast-routing int loopback 101 ip add 11.11.11.11 255.255.255.255 ipv6 address DEAD:BEEF:11::1/128 exi int g0/0 no sh ip address 192.168.10.101 255.255.255.0 ipv6 address A1F:EA75:CA75::/64 eui-64 ipv6 enable interface Serial0/0/0 no sh ip address 20.17.5.2 255.255.255.248 exi exit clock set 13:30:00 20 december 2022 conf t *****СЕТЬ***** username ISP pass cisco int s0/0/0 encapsulation ppp ppp authentication chap exit router eigrp 2017 network 20.17.5.0 no auto-sum exit router bgp 65001 network 11.11.11.11 mask 255.255.255.255 neighbor 20.17.5.1 remote-as 65000 exit ipv6 router ospf 1 router-id 1.1.1.1 int g0/0 ipv6 ospf 1 area 0 exit int loopback 101 ipv6 ospf 1 are 0 exit int tunnel 100 ipv6 address 2001::/64 eui-64 tunnel source Loopback101 tunnel destination 3.3.3.3 tunnel mode ipv6ip ipv6 ospf 1 area 0 exit *****НАСТРОЙКА СЛУЖБ***** clock timezone SAMT 1 ntp authentication-key 1 md5 WSR ntp authenticate ntp trusted-key 1 ntp master 2 ip dhcp pool LAN network 192.168.10.0 255.255.255.0 default-router 192.168.10.101 dns-server 192.168.10.100 exit ip dhcp excluded-address 192.168.10.1 192.168.10.100 access-list 1 permit 192.168.10.0 0.0.0.255 ip nat inside source list 1 interface Serial0/0/0 overload int g0/0 ip nat inside exit int s0/0/0 ip nat outside exit