|
Компьютерный форум OSzone.net » Железо » Сетевое оборудование » Cisco - [решено] Cisco Vlan <1811 + MS ISA> |
|
Cisco - [решено] Cisco Vlan <1811 + MS ISA>
|
Сообщения: 526 |
Профиль | Сайт | Отправить PM | Цитировать И так, решил сеть бить на Vlan -точнее создать ещё одну подсеть.
Имеем - isa 2006 (ip 10.10.1.7) воткнута в роутер cisco 1811 (ip 10.10.1.3). В cisco воткнуты так же остальные серверы и свитчи с пользователями. Так как на сервере isa некуда уже всталять сетевые карточки, решил прибегнуть к делению сети на cisco. В циско сделал два Vlan. Первый vlan 1 связан с портами fastethernet 2-8 Второй vlan 2 свзяан с портом fastethernet 9 У первого vlan ip 10.10.1.3 У второго vlan ip 10.10.2.3 Далее делаю у себя шлюзом циско чтобы с начала разобраться с vlan. Пингую интефейс vlan 2 (10.10.2.3) - пингуется. Интерфейс Vlan 1 пингуется так же. Далее пингую свитч, который имеет адрес 10.10.2.1 и подключен к vlan 2 - не пингуется. с самой циски пинги проходят Ниже конфиг циско. Внимание вопросы. 1. Как сделать так чтобы обе подсети были доступны для пользователей обеих подсетей? 2. Что необходимо прописать на ISA сервере для того чтобы она пересылал запросы на циско, при попытке попасть в подсеть 10.10.2.0? ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname NSOFRT01 ! boot-start-marker boot-end-marker ! no logging buffered enable secret 5 $1$5xxs$BZX2AvFosVzALBrWKh6F2. ! no aaa new-model ! resource policy ! clock timezone Moscow 3 clock summer-time Moscow date Mar 30 2003 2:00 Oct 26 2003 3:00 ! ! no ip cef no ip dhcp use vrf connected ip dhcp excluded-address 10.10.1.61 10.10.1.254 ip dhcp excluded-address 10.10.1.1 10.10.1.20 ip dhcp excluded-address 10.10.2.1 10.10.2.5 ip dhcp excluded-address 10.10.2.20 10.10.2.254 ! ip dhcp pool Vlan1 network 10.10.1.0 255.255.255.0 domain-name nanosystem.local dns-server 10.10.1.4 10.10.1.5 default-router 10.10.1.7 lease 8 ! ip dhcp pool nosfd01 host 10.10.1.21 255.255.255.0 client-identifier 0100.1d7d.43e7.00 ! ip dhcp pool Vlan2 network 10.10.2.0 255.255.255.0 domain-name nanosystem.local dns-server 10.10.1.4 10.10.1.5 default-router 10.10.1.7 lease 8 ! ! ip domain name nanosystem.local ip name-server 10.10.1.4 ip name-server 10.10.1.5 ! ! crypto pki trustpoint tti revocation-check crl rsakeypair tti ! crypto pki trustpoint TP-self-signed-791461412 enrollment selfsigned subject-name cn=IOS-Self-Signed-Certificate-791461412 revocation-check none rsakeypair TP-self-signed-791461412 ! ! crypto pki certificate chain tti crypto pki certificate chain TP-self-signed-791461412 certificate self-signed 01 3082024F 308201B8 A0030201 02020101 300D0609 2A864886 F70D0101 04050030 30312E30 2C060355 04031325 494F532D 53656C66 2D536967 6E65642D 43657274 69666963 6174652D 37393134 36313431 32301E17 0D303830 39303431 32333031 335A170D 32303031 30313030 30303030 5A303031 2E302C06 03550403 1325494F 532D5365 6C662D53 69676E65 642D4365 72746966 69636174 652D3739 31343631 34313230 819F300D 06092A86 4886F70D 01010105 0003818D 00308189 02818100 DB7B18BD CFB327D2 B3E80F25 1EBCA7E6 CC9318FD DCAEEC1D 07604C4A 712C3BCE 3E27519B 6C492605 354E4DDB 0E2584A5 7E7786B7 16069B2A BC1A7111 9F832DD9 D82EB7F6 E995718E ABF00231 28C6B1CF 722207DA B3B91201 5C4D025C 13C1C618 8D78265A 95E072BA F94E5FDE A34C9369 DAFFEC26 3366FE58 D4EEAAC4 AD9C1421 02030100 01A37930 77300F06 03551D13 0101FF04 05300301 01FF3024 0603551D 11041D30 1B82194E 534F4652 5430312E 6E616E6F 73797374 656D2E6C 6F63616C 301F0603 551D2304 18301680 1483C281 35B20711 AD9D8823 26DF413D 0386860B DA301D06 03551D0E 04160414 83C28135 B20711AD 9D882326 DF413D03 86860BDA 300D0609 2A864886 F70D0101 04050003 81810007 3EFE79BF 4780F4E2 6F1A9C97 BA523D68 B8019227 6E7CD929 9504624C 0FF4D170 C2634010 9B9CFD00 B0BFCE71 30625ED8 8041B3BB F96CB147 09F47921 E2D403E3 E36D363F 07855A09 57CEB9C3 48F49BBA ED168604 4FA80D8F 4CA07EE5 84CD9556 96AE283E 108E4F47 4C9E3EBE A467988D BA4B54F3 79628C03 DEAF8E27 1D2A4B quit username root privilege 15 secret 5 $1$Ne5X$6nh/tvIubPYow3uafSaPH1 ! ! ! ! ! ! interface FastEthernet0 no ip address ip nat outside ip virtual-reassembly no ip route-cache shutdown duplex auto speed auto ! interface FastEthernet1 no ip address no ip route-cache shutdown duplex auto speed auto ! interface FastEthernet2 ! interface FastEthernet3 ! interface FastEthernet4 ! interface FastEthernet5 ! interface FastEthernet6 ! interface FastEthernet7 ! interface FastEthernet8 ! interface FastEthernet9 switchport access vlan 2 ! interface Vlan1 description NSOF ip address 10.10.1.3 255.255.255.0 ip nat inside ip virtual-reassembly no ip route-cache ! interface Vlan2 description NSOF ip address 10.10.2.3 255.255.255.0 ip nat inside ip virtual-reassembly no ip route-cache ! interface Async1 no ip address encapsulation slip no ip route-cache shutdown ! ! ! no ip http server ip http secure-server ! access-list 23 permit 10.10.0.0 0.0.255.255 access-list 23 deny any dialer-list 1 protocol ip permit ! ! ! ! ! ! control-plane ! ! line con 0 line 1 modem InOut stopbits 1 speed 115200 flowcontrol hardware line aux 0 line vty 0 4 access-class 23 in login local transport input ssh transport output none ! ! webvpn context Default_context ssl authenticate verify all ! no inservice ! end |
|
Отправлено: 20:03, 22-10-2008 |
Сообщения: 526
|
Профиль | Сайт | Отправить PM | Цитировать Короче ,
для начала я решил разобраться с вланами. Суть такова - на всех серверах поменял шлюз на 10.10.1.3 Далее залил новый конфиг на циско, где указал новые dhcp пул, в котором поменял ip адреса шлюзов на саму циско тоесть 10.10.1.3 и 10.10.2.3 Далее прописал роут 0.0.0.0 0.0.0.0 10.10.1.7 Всунул свой комп в влан 2 пингую всё что хочу( в локальной сети) кроме isa и соответсвенно всё что за ней - интернет Добавли маршрут Активные маршруты: Сетевой адрес Маска сети Адрес шлюза Интерфейс Метрика 0.0.0.0 0.0.0.0 10.10.10.1 10.10.10.4 20 10.10.1.0 255.255.255.0 10.10.1.7 10.10.1.7 20 10.10.1.7 255.255.255.255 127.0.0.1 127.0.0.1 20 10.10.2.0 255.255.255.0 10.10.1.3 10.10.1.7 20 10.10.10.0 255.255.255.0 10.10.10.4 10.10.10.4 20 10.10.10.4 255.255.255.255 127.0.0.1 127.0.0.1 20 10.10.99.0 255.255.255.0 10.10.99.1 10.10.99.1 10 10.10.99.1 255.255.255.255 127.0.0.1 127.0.0.1 10 10.255.255.255 255.255.255.255 10.10.1.7 10.10.1.7 20 10.255.255.255 255.255.255.255 10.10.10.4 10.10.10.4 20 10.255.255.255 255.255.255.255 10.10.99.1 10.10.99.1 10 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1 224.0.0.0 240.0.0.0 10.10.1.7 10.10.1.7 20 224.0.0.0 240.0.0.0 10.10.10.4 10.10.10.4 20 224.0.0.0 240.0.0.0 10.10.99.1 10.10.99.1 10 255.255.255.255 255.255.255.255 10.10.1.7 10.10.1.7 1 255.255.255.255 255.255.255.255 10.10.10.4 10.10.10.4 1 255.255.255.255 255.255.255.255 10.10.99.1 10.10.99.1 1 Основной шлюз: 10.10.10.1 =========================================================================== Постоянные маршруты: Сетевой адрес Маска Адрес шлюза Метрика 10.10.2.0 255.255.255.0 10.10.1.3 1 С иса всё равно 10.10.2.3 не пингуется ису тоже с vlan 2 не могу пинговать....не даёт и всё.... до поздна мучился- иса пишет - отклонённое соединение. при трассировке просто пишет заданный узел не доступен + забыл сказать - есть vpn тунели на исе с подсетями 10.10.3.0 и 4.0 поэтому роут типа 10.10.0.0 использовать нельзя ---------- FE всё равно использоваться ни для каких трануов не будет - сети расти некуда.... поэтому решение принято - isa в FE0 |
------- Последний раз редактировалось Aleksey Potapov, 27-10-2008 в 22:50. Отправлено: 21:28, 27-10-2008 | #31 |
Для отключения данного рекламного блока вам необходимо зарегистрироваться или войти с учетной записью социальной сети. Если же вы забыли свой пароль на форуме, то воспользуйтесь данной ссылкой для восстановления пароля. |
Назгул Сообщения: 2633
|
Профиль | Отправить PM | Цитировать 1)
Цитата aptv:
2) Честно говоря, я бы подумал о смене внутреннего IP-пространства. Хотя бы для сети с которой не граничит ISA. Т.е. например сменить 10.10.2.0/24 на 172.10.2.0/24 Попробуйте создать на Cisco Еще один VLAN интерфейс с адресом 172.10.2.1 Пропишите на ISA маршрут Проверьте видимость интерфейса с ISA 3) Возьмите в привычку проверять видимость командой tracert. Ping для таких случаев не информативен, т.к. не показывает все хопы, т.е. вы не видите место "обрыва". |
|
------- Отправлено: 10:03, 28-10-2008 | #32 |
Сообщения: 526
|
Профиль | Сайт | Отправить PM | Цитировать 2 - ое.
сделал как Вы сказали.....всё равно одно и тоже....трассировка глохнет там же...на самой iSA 3 - да это и так понятно....не такие уж мы и глупые) Ещё идей не подкинете? |
------- Последний раз редактировалось Aleksey Potapov, 28-10-2008 в 10:46. Отправлено: 10:18, 28-10-2008 | #33 |
Назгул Сообщения: 2633
|
Профиль | Отправить PM | Цитировать Цитата aptv:
sh int для Cisco 1) ROUTE PRINT для ISA 2) результаты tracert для ISA, причем два варианта -- до ближайшего шлюзового интерфейса Cisco -- до "противоположного" интерфейса Cisco 172.10.2.1 |
|
------- Отправлено: 13:19, 28-10-2008 | #34 |
Сообщения: 526
|
Профиль | Сайт | Отправить PM | Цитировать C:\Documents and Settings\potapale\Рабочий стол>ipconfig /all
Настройка протокола IP для Windows Имя компьютера . . . . . . . . . : nsofisa01 Основной DNS-суффикс . . . . . . : ------------- Тип узла. . . . . . . . . . . . . : неизвестный IP-маршрутизация включена . . . . : да WINS-прокси включен . . . . . . . : да Порядок просмотра суффиксов DNS . : ------------- WAN - - Ethernet адаптер: DNS-суффикс этого подключения . . : Описание . . . . . . . . . . . . : Intel(R) PRO/1000 PM Network Connection Физический адрес. . . . . . . . . : 00-30-48-63-CC-56 DHCP включен. . . . . . . . . . . : нет IP-адрес . . . . . . . . . . . . : 10.10.10.4 Маска подсети . . . . . . . . . . : 255.255.255.0 Основной шлюз . . . . . . . . . . : 10.10.10.1 NetBIOS через TCP/IP. . . . . . . : отключен LAN - MSOF - Ethernet адаптер: DNS-суффикс этого подключения . . : Описание . . . . . . . . . . . . : Intel(R) PRO/1000 PT Desktop Adapter Физический адрес. . . . . . . . . : 00-1B-21-22-64-D4 DHCP включен. . . . . . . . . . . : нет IP-адрес . . . . . . . . . . . . : 10.10.99.1 Маска подсети . . . . . . . . . . : 255.255.255.0 Основной шлюз . . . . . . . . . . : DNS-серверы . . . . . . . . . . . : 10.10.1.4 10.10.1.5 LAN - NSOF - Ethernet адаптер: DNS-суффикс этого подключения . . : Описание . . . . . . . . . . . . : Intel(R) PRO/1000 PL Network Connection Физический адрес. . . . . . . . . : 00-30-48-63-CC-57 DHCP включен. . . . . . . . . . . : нет IP-адрес . . . . . . . . . . . . : 10.10.1.7 Маска подсети . . . . . . . . . . : 255.255.255.0 Основной шлюз . . . . . . . . . . : DNS-серверы . . . . . . . . . . . : 10.10.1.4 10.10.1.5 ------------------------------- Активные маршруты: Сетевой адрес Маска сети Адрес шлюза Интерфейс Метрика 0.0.0.0 0.0.0.0 10.10.10.1 10.10.10.4 20 10.10.1.0 255.255.255.0 10.10.1.7 10.10.1.7 1 10.10.1.7 255.255.255.255 127.0.0.1 127.0.0.1 1 10.10.2.0 255.255.255.0 10.10.1.3 10.10.1.7 1 10.10.10.0 255.255.255.0 10.10.10.4 10.10.10.4 20 10.10.10.4 255.255.255.255 127.0.0.1 127.0.0.1 20 10.10.99.0 255.255.255.0 10.10.99.1 10.10.99.1 10 10.10.99.1 255.255.255.255 127.0.0.1 127.0.0.1 10 10.255.255.255 255.255.255.255 10.10.1.7 10.10.1.7 1 10.255.255.255 255.255.255.255 10.10.10.4 10.10.10.4 20 10.255.255.255 255.255.255.255 10.10.99.1 10.10.99.1 10 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1 172.10.1.0 255.255.255.0 10.10.1.3 10.10.1.7 1 224.0.0.0 240.0.0.0 10.10.1.7 10.10.1.7 1 224.0.0.0 240.0.0.0 10.10.10.4 10.10.10.4 20 224.0.0.0 240.0.0.0 10.10.99.1 10.10.99.1 10 255.255.255.255 255.255.255.255 10.10.1.7 10.10.1.7 1 255.255.255.255 255.255.255.255 10.10.10.4 10.10.10.4 1 255.255.255.255 255.255.255.255 10.10.99.1 10.10.99.1 1 Основной шлюз: 10.10.10.1 =========================================================================== Постоянные маршруты: Сетевой адрес Маска Адрес шлюза Метрика 10.10.2.0 255.255.255.0 10.10.1.3 1 172.10.1.0 255.255.255.0 10.10.1.3 1 ---------------------------------------- Full-duplex, 100Mb/s ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 63000 bits/sec, 2 packets/sec 5 minute output rate 2000 bits/sec, 3 packets/sec 372932 packets input, 346746309 bytes, 0 no buffer Received 764 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 308375 packets output, 57020673 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out FastEthernet5 is up, line protocol is up Hardware is FastEthernet, address is 0021.5556.1a1f (bia 0021.5556.1a1f) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 2000 bits/sec, 1 packets/sec 5 minute output rate 14000 bits/sec, 2 packets/sec 216375 packets input, 73190199 bytes, 0 no buffer Received 764 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 245489 packets output, 70178682 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out FastEthernet6 is up, line protocol is up Hardware is FastEthernet, address is 0021.5556.1a20 (bia 0021.5556.1a20) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 1 packets/sec 34056 packets input, 22914826 bytes, 0 no buffer Received 394 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 78196 packets output, 8543979 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out FastEthernet7 is up, line protocol is up Hardware is FastEthernet, address is 0021.5556.1a21 (bia 0021.5556.1a21) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:00, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 37000 bits/sec, 12 packets/sec 5 minute output rate 83000 bits/sec, 12 packets/sec 480759 packets input, 128505730 bytes, 0 no buffer Received 6241 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 526269 packets output, 431680971 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out FastEthernet8 is up, line protocol is down Hardware is FastEthernet, address is 0021.5556.1a22 (bia 0021.5556.1a22) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out FastEthernet9 is up, line protocol is up Hardware is FastEthernet, address is 0021.5556.1a23 (bia 0021.5556.1a23) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:00, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 34271 packets input, 2592106 bytes, 0 no buffer Received 91 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 3518 packets output, 915826 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out Vlan1 is up, line protocol is up Hardware is EtherSVI, address is 0021.5556.1a1a (bia 0021.5556.1a1a) Description: NSOF-Vlan1 Internet address is 10.10.1.3/24 MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:00, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 4000 bits/sec, 5 packets/sec 5 minute output rate 7000 bits/sec, 6 packets/sec 20713 packets input, 2253346 bytes, 0 no buffer Received 7577 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 18395 packets output, 1987206 bytes, 0 underruns 0 output errors, 1 interface resets 0 output buffer failures, 0 output buffers swapped out Async1 is administratively down, line protocol is down Hardware is PQUICC3 Serial in async mode (TTY1) MTU 1500 bytes, BW 115 Kbit, DLY 100000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation SLIP, loopback not set DTR is pulsed for 5 seconds on reset Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/0/16 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) Available Bandwidth 86 kilobits/sec 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 output buffer failures, 0 output buffers swapped out 0 carrier transitions Vlan2 is up, line protocol is down Hardware is EtherSVI, address is 0021.5556.1a1a (bia 0021.5556.1a1a) Description: NSOF-Vlan2 Internet address is 10.10.2.3/24 MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set ARP type: ARPA, ARP Timeout 04:00:00 Last input 03:07:25, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 2 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 3091 packets input, 583944 bytes, 0 no buffer Received 107 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 2451 packets output, 501170 bytes, 0 underruns 0 output errors, 1 interface resets 0 output buffer failures, 0 output buffers swapped out Vlan103 is up, line protocol is up Hardware is EtherSVI, address is 0021.5556.1a1a (bia 0021.5556.1a1a) Internet address is 172.10.1.1/24 MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set ARP type: ARPA, ARP Timeout 04:00:00 Last input 03:11:56, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 8 packets output, 480 bytes, 0 underruns 0 output errors, 1 interface resets 0 output buffer failures, 0 output buffers swapped out ------------------ Z:\>tracert 172.10.1.1 Трассировка маршрута к 172.10.1.1 с максимальным числом прыжков 30 1 Заданный узел недоступен. Трассировка завершена. |
------- Отправлено: 13:25, 28-10-2008 | #35 |
Назгул Сообщения: 2633
|
Профиль | Отправить PM | Цитировать Цитата aptv:
2) Дюже много информации. Лучше приведите отдельно по используемым интерфейсам: sh int FE0 sh int FE1 (если использщуется) sh int VLAN1 sh int VLAN2 sh int VLAN103 === |
|
------- Отправлено: 14:39, 28-10-2008 | #36 |
Сообщения: 526
|
Профиль | Сайт | Отправить PM | Цитировать я ж говрю.....иса подключена просто в порт коммутатора на циско.Пока FE не используем.
NSOFRT01#sh int vlan1 Vlan1 is up, line protocol is up Hardware is EtherSVI, address is 0021.5556.1a1a (bia 0021.5556.1a1a) Description: NSOF-Vlan1 Internet address is 10.10.1.3/24 MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:00, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 2000 bits/sec, 2 packets/sec 5 minute output rate 1000 bits/sec, 2 packets/sec 22752 packets input, 2455366 bytes, 0 no buffer Received 8269 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 20412 packets output, 2164088 bytes, 0 underruns 0 output errors, 1 interface resets 0 output buffer failures, 0 output buffers swapped out NSOFRT01#sh int vlan 2 Vlan2 is up, line protocol is down Hardware is EtherSVI, address is 0021.5556.1a1a (bia 0021.5556.1a1a) Description: NSOF-Vlan2 Internet address is 10.10.2.3/24 MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set ARP type: ARPA, ARP Timeout 04:00:00 Last input 04:32:10, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 2 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 3091 packets input, 583944 bytes, 0 no buffer Received 107 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 2451 packets output, 501170 bytes, 0 underruns 0 output errors, 1 interface resets 0 output buffer failures, 0 output buffers swapped out NSOFRT01#sh int vlan103 Vlan103 is up, line protocol is up Hardware is EtherSVI, address is 0021.5556.1a1a (bia 0021.5556.1a1a) Internet address is 172.10.1.1/24 MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set ARP type: ARPA, ARP Timeout 04:00:00 Last input 04:37:10, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 8 packets output, 480 bytes, 0 underruns 0 output errors, 1 interface resets 0 output buffer failures, 0 output buffers swapped out |
------- Отправлено: 14:49, 28-10-2008 | #37 |
Назгул Сообщения: 2633
|
Профиль | Отправить PM | Цитировать 0) стоит задача отрассировать с ISA -> 10.10.1.3
1) Это ISA DNS-суффикс этого подключения . . : Описание . . . . . . . . . . . . : Intel(R) PRO/1000 PL Network Connection Физический адрес. . . . . . . . . : 00-30-48-63-CC-57 DHCP включен. . . . . . . . . . . : нет IP-адрес . . . . . . . . . . . . : 10.10.1.7 Маска подсети . . . . . . . . . . : 255.255.255.0 Основной шлюз . . . . . . . . . . : DNS-серверы . . . . . . . . . . . : 10.10.1.4 10.10.1.5 2) Это VLAN1 sh int vlan1 Vlan1 is up, line protocol is up Hardware is EtherSVI, address is 0021.5556.1a1a (bia 0021.5556.1a1a) Description: NSOF-Vlan1 Internet address is 10.10.1.3/24 3) Порт в который воткнута ISA, необходимо (на всякий случай) переопредлить в VLAN1. (хотя по идее по умолчанию он и так там, но мало ли) Пусть мы воткнули в FastEthernet2 ena conf t int FE2 switchport switchport mode access switchport access vlan 1 no shut end ; проверяем ; просматриваем sh run, дабы узреть что именно поменялось. ;не забываем сохранить конфигурацию на флеш если все заработало. Для присвоения VLANу группы портов, скажем с 2 по 5 ena conf t interface range FE 2 -5 switchport switchport mode access switchport access vlan 1 no shut end 4) Кстати, а как там с фаерволом на ISA? |
------- Отправлено: 15:17, 28-10-2008 | #38 |
Сообщения: 526
|
Профиль | Сайт | Отправить PM | Цитировать Сделал
осталось как и было. NSOFRT01#sh vlan-switch VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Fa2, Fa3, Fa4, Fa5, Fa6, Fa7 Fa8 2 VLAN0002 active 103 VLAN0103 active Fa9 1002 fddi-default active 1003 token-ring-default active 1004 fddinet-default active 1005 trnet-default active VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------ 1 enet 100001 1500 - - - - - 1002 1003 2 enet 100002 1500 - - - - - 0 0 103 enet 100103 1500 - - - - - 0 0 1002 fddi 101002 1500 - - - - - 1 1003 1003 tr 101003 1500 1005 0 - - srb 1 1002 1004 fdnet 101004 1500 - - 1 ibm - 0 0 1005 trnet 101005 1500 - - 1 ibm - 0 0 |
------- Отправлено: 15:25, 28-10-2008 | #39 |
Назгул Сообщения: 2633
|
Профиль | Отправить PM | Цитировать На ISA:
arp -a 10.10.1.3 |
------- Отправлено: 15:50, 28-10-2008 | #40 |
Участник сейчас на форуме | Участник вне форума | Автор темы | Сообщение прикреплено |
| |||||
Название темы | Автор | Информация о форуме | Ответов | Последнее сообщение | |
Cisco - [решено] Странности с Cisco 1811 | vnc | Сетевое оборудование | 1 | 19-11-2009 13:43 | |
Cisco - [решено] firewall между vlan <Cisco ACL> | Aleksey Potapov | Сетевое оборудование | 62 | 01-12-2008 11:37 | |
Cisco - Cisco 1811 + 3 Com baseline 226 plus | Aleksey Potapov | Сетевое оборудование | 9 | 18-11-2008 15:03 | |
Cisco - Cisco and V.92 <1811 reserved line> | Aleksey Potapov | Сетевое оборудование | 0 | 29-08-2008 20:17 | |
Route/Bridge - Cisco 1811 | Aleksey Potapov | Сетевые технологии | 5 | 01-07-2008 12:11 |
|