|
0 / 0 / 0
Регистрация: 15.06.2013
Сообщений: 33
|
|
настройка сети с использованием OSPF,RIP,GLBP, NAT05.05.2017, 00:43. Показов 2744. Ответов 6
Метки cisco, nat, ospf, ping, rip, vlan, Железо, протокол, резервирование, сетевое, сеть, сеть между двумя win 7, шлюз (Все метки)
Добрых суток! Я построил сеть по схеме
адресный план план взаимодействия отделов при пинге любого адреса выдает сообщение заданный узел недоступен и выдает ответ потери 0%. МОжете подсказать почему так? конфигурация железа R1 приведу чуть позже R2#sh run Building configuration... Current configuration : 5187 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R2 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! resource policy ! ip subnet-zero ! ! ip cef no ip dhcp use vrf connected ip dhcp excluded-address 172.16.3.1 172.16.3.3 ip dhcp excluded-address 172.16.4.134 172.16.4.136 ip dhcp excluded-address 172.16.5.1 172.16.5.3 ip dhcp excluded-address 172.16.6.130 172.16.6.131 ! ip dhcp pool otd2 network 172.16.3.0 255.255.255.0 default-router 172.16.3.1 ! ip dhcp pool otd3 network 172.16.6.128 255.255.255.192 default-router 172.16.6.129 ! ip dhcp pool otd5 network 172.16.5.0 255.255.255.128 default-router 172.16.5.1 ! ip dhcp pool otd7 network 172.16.4.128 255.255.255.128 default-router 172.16.4.134 ! ! ! ! voice-card 0 no dspfarm ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback0 ip address 172.16.7.10 255.255.255.255 ! interface GigabitEthernet0/0 ip address 172.16.7.6 255.255.255.252 // shutdown duplex auto speed auto ! interface GigabitEthernet0/0.8 encapsulation dot1Q 8 ip address 172.16.6.201 255.255.255.224 no snmp trap link-status glbp 8 ip 172.16.6.200 glbp 8 preempt ! interface GigabitEthernet0/0.11 encapsulation dot1Q 11 ip address 172.16.6.2 255.255.255.128 ip access-group otd1 in no snmp trap link-status glbp 11 ip 172.16.6.1 glbp 11 preempt ! interface GigabitEthernet0/0.12 encapsulation dot1Q 12 ip address 172.16.3.2 255.255.255.0 ip access-group otd2 in no snmp trap link-status glbp 12 ip 172.16.3.1 glbp 12 preempt ! interface GigabitEthernet0/0.13 encapsulation dot1Q 13 ip address 172.16.6.130 255.255.255.192 ip access-group otd3 in no snmp trap link-status glbp 13 ip 172.16.6.129 glbp 13 preempt ! interface GigabitEthernet0/0.14 encapsulation dot1Q 14 ip address 172.16.0.2 255.255.255.0 ip access-group otd4 in no snmp trap link-status glbp 14 ip 172.16.0.1 glbp 14 preempt ! interface GigabitEthernet0/0.15 encapsulation dot1Q 15 ip address 172.16.5.2 255.255.255.128 ip access-group otd5 in no snmp trap link-status glbp 15 ip 172.16.5.1 glbp 15 preempt ! interface GigabitEthernet0/0.16 encapsulation dot1Q 16 ip address 172.16.5.131 255.255.255.128 ip access-group otd6 in no snmp trap link-status glbp 16 ip 172.16.5.130 glbp 16 preempt ! interface GigabitEthernet0/0.17 encapsulation dot1Q 17 ip address 172.16.4.135 255.255.255.128 ip access-group otd7 in no snmp trap link-status glbp 17 ip 172.16.4.134 glbp 17 preempt ! interface GigabitEthernet0/0.18 encapsulation dot1Q 18 ip address 172.16.2.2 255.255.255.0 ip access-group otd8 in no snmp trap link-status glbp 18 ip 172.16.2.1 glbp 18 preempt ! interface GigabitEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/0/0 no ip address shutdown clock rate 125000 ! interface Serial0/0/1 no ip address shutdown ! router ospf 1 log-adjacency-changes passive-interface default no passive-interface GigabitEthernet0/0 network 0.0.0.0 255.255.255.255 area 0 ! ip classless ! ! no ip http server no ip http secure-server ! ip access-list extended otd1 deny ip 172.16.6.0 0.0.0.127 172.16.0.0 0.0.3.255 permit ip 172.16.6.0 0.0.0.127 172.16.6.128 0.0.0.127 permit udp any any eq 3222 ip access-list extended otd2 permit udp any any range bootps bootpc deny ip 172.16.4.128 0.0.0.127 172.16.0.0 0.0.0.255 deny ip 172.16.4.128 0.0.0.127 172.16.2.0 0.0.0.255 // deny ip 172.16.4.128 0.0.0.127 172.16.3.0 0.0.0.255 deny ip 172.16.4.128 0.0.0.127 172.16.3.128 0.0.0.127 deny ip 172.16.4.128 0.0.0.127 172.16.4.128 0.0.0.127 deny ip 172.16.4.128 0.0.0.127 172.16.5.0 0.0.0.127 deny ip 172.16.4.128 0.0.0.127 172.16.5.128 0.0.0.127 deny ip 172.16.4.128 0.0.0.127 172.16.6.0 0.0.0.127 deny ip 172.16.4.128 0.0.0.127 172.16.6.128 0.0.0.63 // permit ip any any ip access-list extended otd3 permit ip 172.16.6.128 0.0.0.63 172.16.0.0 0.0.0.255 permit ip 172.16.6.128 0.0.0.63 172.16.4.128 0.0.0.127 deny ip any any permit udp any any range bootps bootpc ip access-list extended otd4 permit ip 172.16.0.0 0.0.0.255 172.16.5.0 0.0.0.127 permit ip 172.16.0.0 0.0.0.255 172.16.5.128 0.0.0.127 deny ip any any permit udp any any eq 3222 ip access-list extended otd5 deny ip any any permit udp any any range bootps bootpc permit udp any any eq 3222 ip access-list extended otd6 deny ip any any permit udp any any eq 3222 ip access-list extended otd7 permit udp any any range bootps bootpc deny ip 172.16.4.128 0.0.0.127 172.16.0.0 0.0.0.255 deny ip 172.16.4.128 0.0.0.127 172.16.2.0 0.0.0.255 deny ip 172.16.4.128 0.0.0.127 172.16.3.0 0.0.0.255 deny ip 172.16.4.128 0.0.0.127 172.16.3.128 0.0.0.127 deny ip 172.16.4.128 0.0.0.127 172.16.5.0 0.0.0.127 deny ip 172.16.4.128 0.0.0.127 172.16.5.128 0.0.0.127 deny ip 172.16.4.128 0.0.0.127 172.16.6.0 0.0.0.127 deny ip 172.16.4.128 0.0.0.127 172.16.6.128 0.0.0.63 permit ip any any ip access-list extended otd8 permit udp any any eq 3222 ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 login ! scheduler allocate 20000 1000 ! end R3#sh run Building configuration... Current configuration : 4099 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R3 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! resource policy ! memory-size iomem 5 ip subnet-zero ! ! ip cef ! ! ! ! voice-card 0 no dspfarm ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback0 ip address 172.16.7.8 255.255.255.255 ! interface GigabitEthernet0/0 no ip address shutdown duplex auto speed auto ! interface GigabitEthernet0/0.8 encapsulation dot1Q 8 ip address 172.16.6.201 255.255.255.224 no snmp trap link-status glbp 8 ip 172.16.6.200 glbp 8 preempt ! interface GigabitEthernet0/0.11 encapsulation dot1Q 11 ip address 172.16.6.2 255.255.255.128 ip access-group otd1 in no snmp trap link-status glbp 11 ip 172.16.6.1 glbp 11 preempt ! interface GigabitEthernet0/0.12 encapsulation dot1Q 12 ip address 172.16.3.2 255.255.255.0 ip access-group otd2 in no snmp trap link-status glbp 12 ip 172.16.3.1 glbp 12 preempt ! interface GigabitEthernet0/0.13 encapsulation dot1Q 13 ip address 172.16.6.130 255.255.255.192 ip access-group otd3 in no snmp trap link-status glbp 13 ip 172.16.6.129 glbp 13 preempt ! interface GigabitEthernet0/0.14 encapsulation dot1Q 14 ip address 172.16.0.2 255.255.255.0 ip access-group otd4 in no snmp trap link-status glbp 14 ip 172.16.0.1 glbp 14 preempt ! interface GigabitEthernet0/0.15 encapsulation dot1Q 15 ip address 172.16.5.2 255.255.255.128 ip access-group otd5 in no snmp trap link-status glbp 15 ip 172.16.5.1 glbp 15 preempt ! interface GigabitEthernet0/0.16 encapsulation dot1Q 16 ip address 172.16.5.131 255.255.255.128 ip access-group otd6 in no snmp trap link-status glbp 16 ip 172.16.5.130 glbp 16 preempt ! interface GigabitEthernet0/0.17 encapsulation dot1Q 17 ip address 172.16.4.135 255.255.255.128 ip access-group otd7 in no snmp trap link-status glbp 17 ip 172.16.4.134 glbp 17 preempt ! interface GigabitEthernet0/0.18 encapsulation dot1Q 18 ip address 172.16.2.2 255.255.255.0 ip access-group otd8 in no snmp trap link-status glbp 18 ip 172.16.2.1 glbp 18 preempt ! interface GigabitEthernet0/1 ip address 172.16.7.2 255.255.255.252 duplex auto speed auto ! interface Serial0/0/0 no ip address shutdown clock rate 125000 ! interface Serial0/0/1 no ip address ! interface BRI0/2/0 no ip address shutdown ! router rip version 2 network 11.0.0.0 network 172.16.0.0 no auto-summary ! ip classless ! ! no ip http server no ip http secure-server ! ip access-list extended otd1 deny ip 172.16.6.0 0.0.0.127 172.16.0.0 0.0.3.255 permit ip 172.16.6.0 0.0.0.127 172.16.6.128 0.0.0.127 permit udp any any eq 3222 ip access-list extended otd2 permit udp any any range bootps bootpc deny ip 172.16.4.128 0.0.0.127 172.16.3.0 0.0.0.255 deny ip 172.16.4.128 0.0.0.127 172.16.0.0 0.0.0.255 deny ip 172.16.4.128 0.0.0.127 172.16.3.128 0.0.0.127 deny ip 172.16.4.128 0.0.0.127 172.16.4.128 0.0.0.127 deny ip 172.16.4.128 0.0.0.127 172.16.5.0 0.0.0.127 deny ip 172.16.4.128 0.0.0.127 172.16.5.128 0.0.0.127 deny ip 172.16.4.128 0.0.0.127 172.16.6.0 0.0.0.127 deny ip 172.16.4.128 0.0.0.127 172.16.2.0 0.0.0.255 permit ip any any ip access-list extended otd3 permit ip 172.16.6.128 0.0.0.63 172.16.0.0 0.0.0.255 permit ip 172.16.6.128 0.0.0.63 172.16.4.128 0.0.0.127 deny ip any any permit udp any any eq 3222 permit udp any any range bootps bootpc ip access-list extended otd4 permit ip 172.16.0.0 0.0.0.255 172.16.5.0 0.0.0.127 permit ip 172.16.0.0 0.0.0.255 172.16.5.128 0.0.0.127 deny ip any any permit udp any any eq 3222 ip access-list extended otd5 permit udp any any range bootps bootpc permit udp any any eq 3222 deny ip any any ip access-list extended otd6 deny ip any any permit udp any any eq 3222 ip access-list extended otd7 permit udp any any range bootps bootpc deny ip any any ip access-list extended otd8 deny ip any any ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 login ! scheduler allocate 20000 1000 ! end Switch#sh run Building configuration... Current configuration : 1898 bytes ! version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Switch ! ! no aaa new-model ip subnet-zero ! ! ! ! no file verify auto spanning-tree mode pvst spanning-tree extend system-id ! vlan internal allocation policy ascending ! interface FastEthernet0/1 switchport access vlan 11 switchport mode access ! interface FastEthernet0/2 switchport access vlan 12 switchport mode access ! interface FastEthernet0/3 switchport access vlan 13 switchport mode access ! interface FastEthernet0/4 switchport access vlan 14 switchport mode access ! interface FastEthernet0/5 switchport access vlan 15 switchport mode access ! interface FastEthernet0/6 switchport access vlan 16 switchport mode access ! interface FastEthernet0/7 switchport access vlan 17 switchport mode access ! interface FastEthernet0/8 switchport access vlan 18 switchport mode access ! interface FastEthernet0/9 switchport trunk encapsulation dot1q switchport trunk native vlan 8 switchport trunk allowed vlan 8,11-18 switchport mode trunk ! interface FastEthernet0/10 switchport trunk encapsulation dot1q switchport trunk native vlan 8 switchport trunk allowed vlan 8,11-18 switchport mode trunk ! interface FastEthernet0/11 ! interface FastEthernet0/12 ! interface FastEthernet0/13 ! interface FastEthernet0/14 ! interface FastEthernet0/15 ! interface FastEthernet0/16 ! interface FastEthernet0/17 ! interface FastEthernet0/18 ! interface FastEthernet0/19 ! interface FastEthernet0/20 ! interface FastEthernet0/21 ! interface FastEthernet0/22 ! interface FastEthernet0/23 ! interface FastEthernet0/24 ! interface GigabitEthernet0/1 ! interface GigabitEthernet0/2 ! interface Vlan1 no ip address ! interface Vlan8 ip address 172.16.2.10 255.255.255.0 ! ip classless ip http server ! ! control-plane ! ! line con 0 line vty 5 15 ! end
0
|
|
| 05.05.2017, 00:43 | |
|
Ответы с готовыми решениями:
6
Три офиса. В центральном нужно настроить OSPF, в малом-RIP, в SOHO-Static Делаю курсовую в Cisco Packet Tracer. Осталось только связать RIP,OSPF и EIGRP NAT и OSPF (в Cisco Packet Tracer) |
|
0 / 0 / 0
Регистрация: 15.06.2013
Сообщений: 33
|
|
| 05.05.2017, 00:45 [ТС] | |
|
4 роутер должен как-то эмулироваться
0
|
|
|
17 / 17 / 3
Регистрация: 21.12.2016
Сообщений: 105
|
|
| 05.05.2017, 08:31 | |
|
R2. Единственный настроенный интерфейс и выключен.
Бродкасты в плане порадовали
0
|
|
|
0 / 0 / 0
Регистрация: 15.06.2013
Сообщений: 33
|
|
| 05.05.2017, 11:38 [ТС] | |
|
так-с одну нашли.) еще что?
0
|
|
|
17 / 17 / 3
Регистрация: 21.12.2016
Сообщений: 105
|
|
| 05.05.2017, 11:59 | |
|
Для начала настрой 2й интерфейс.
И это.... почему у тебя конфиги R2 и R3 одинаковые?
0
|
|
|
0 / 0 / 0
Регистрация: 15.06.2013
Сообщений: 33
|
|
| 05.05.2017, 18:25 [ТС] | |
|
вот конфиг Р1
sh run Building configuration... Current configuration : 1840 bytes ! ! Last configuration change at 12:09:19 UTC Fri May 5 2017 version 15.1 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R1 ! boot-start-marker boot-end-marker ! ! ! no aaa new-model memory-size iomem 5 ! no ipv6 cef ip source-route ip cef ! ! ! ! ! multilink bundle-name authenticated ! ! ! ! ! crypto pki token default removal timeout 0 ! ! voice-card 0 ! ! ! ! ! ! ! license udi pid CISCO2921/K9 sn FCZ171860MB hw-module pvdm 0/0 ! ! ! ! redundancy ! ! ! ! ! ! interface Embedded-Service-Engine0/0 no ip address shutdown ! interface GigabitEthernet0/0 ip address 172.16.7.5 255.255.255.252 ip nat inside ip virtual-reassembly in duplex auto speed auto ! interface GigabitEthernet0/1 ip address 172.16.7.1 255.255.255.252 ip nat inside ip virtual-reassembly in duplex auto speed auto ! interface GigabitEthernet0/2 ip address 11.1.1.1 255.255.255.252 ip nat outside ip virtual-reassembly in duplex auto speed auto ! router ospf 1 redistribute static subnets redistribute rip metric 5 subnets network 172.16.0.0 0.0.0.3 area 0 default-information originate ! router rip version 2 redistribute static redistribute ospf 1 metric 5 network 172.16.0.0 ! ip forward-protocol nd ! no ip http server no ip http secure-server ! ip nat inside source list 100 interface GigabitEthernet0/2 overload ! access-list 100 permit ip 172.16.3.0 0.0.0.255 any access-list 100 permit ip 172.16.4.128 0.0.0.127 any ! ! ! control-plane ! ! ! ! mgcp profile default ! ! ! ! ! gatekeeper shutdown ! ! ! line con 0 line aux 0 line 2 no activation-character no exec transport preferred none transport input all transport output pad telnet rlogin lapb-ta mop udptn v120 ssh stopbits 1 line vty 0 4 login transport input all ! scheduler allocate 20000 1000 end Добавлено через 2 минуты они различаются адресами, еще на одном RIp, ospf другом
0
|
|
|
0 / 0 / 0
Регистрация: 15.06.2013
Сообщений: 33
|
|
| 08.05.2017, 22:32 [ТС] | |
|
так что может кто помочь?
0
|
|
| 08.05.2017, 22:32 | |
|
Помогаю со студенческими работами здесь
7
Не работает OSPF после настройки NAT (Cisco Packet Tracer 5.3.1)
настроить cisco пограничные маршрутизаторы ospf-bgp,eigrp-bgp,rip-bgp Настройка RIP
Искать еще темы с ответами Или воспользуйтесь поиском по форуму: |
|
Новые блоги и статьи
|
|||
|
Модель заражения группы наркоманов
alhaos 17.04.2026
Условия задачи сформулированы тут
Суть:
- Группа наркоманов из 10 человек.
- Только один инфицирован ВИЧ.
- Колются одной иглой.
- Колются раз в день.
- Колются последовательно через. . .
|
Мысли в слух. Про "навсегда".
kumehtar 16.04.2026
Подумалось тут, что наверное очень глупо использовать во всяких своих установках понятие "навсегда". Это очень сильное понятие, и я только начинаю понимать край его смысла, не смотря на то что давно. . .
|
My Business CRM
MaGz GoLd 16.04.2026
Всем привет, недавно возникла потребность создать CRM, для личных нужд. Собственно программа предоставляет из себя базу данных клиентов, в которой можно фиксировать звонки, стадии сделки, а также. . .
|
Знаешь почему 90% людей редко бывают счастливыми?
kumehtar 14.04.2026
Потому что они ждут. Ждут выходных, ждут отпуска, ждут удачного момента. . .
а удачный момент так и не приходит.
|
|
Фиксация колонок в отчете СКД
Maks 14.04.2026
Фиксация колонок в СКД отчета типа Таблица.
Задача: зафиксировать три левых колонки в отчете.
Процедура ПриКомпоновкеРезультата(ДокументРезультат, ДанныеРасшифровки, СтандартнаяОбработка)
/ / . . .
|
Настройки VS Code
Loafer 13.04.2026
{
"cmake. configureOnOpen": false,
"diffEditor. ignoreTrimWhitespace": true,
"editor. guides. bracketPairs": "active",
"extensions. ignoreRecommendations": true,
. . .
|
Оптимизация кода на разграничение прав доступа к элементам формы
Maks 13.04.2026
Алгоритм из решения ниже реализован на нетиповом документе, разработанного в конфигурации КА2.
Задачи, как таковой, поставлено не было, проделанное ниже исключительно моя инициатива.
Было так:. . .
|
Контроль заполнения и очистка дат в зависимости от значения перечислений
Maks 12.04.2026
Алгоритм из решения ниже реализован на примере нетипового документа "ПланированиеПерсонала", разработанного в конфигурации КА2.
Задача: реализовать контроль корректности заполнения дат назначения. . .
|