Problem ospf ip route...

Hello, i've i little problem with my PT.
i'm gonna configure ospf on my router (a basic ospf), just to see how ospf work 
I want all pc communicate !
But after insert all of network connected to the network, all of my router do not create the ip route 
password for all equipement : tech
The networks connected to the Router2 are:
172.18.0.0 0.0.63.255
172.18.64.64 0.0.0.63
172.18.64.128 0.0.0.63
172.18.64.192 0.0.0.63
3.0.0.0 0.255.255.255
192.168.0.0 0.0.0.255
The network connected to the Router0 are :
172.16.0.0 0.0.31.255
172.16.32.0 0.0.31.255
172.16.64.32 0.0.0.31
172.16.64.64 0.0.0.31
172.16.64.96 0.0.0.31
172.16.64.128 0.0.0.31
172.16.64.160 0.0.0.31
2.0.0.0 0.255.255.255
1.0.0.0 0.255.255.255
3.0.0.0 0.255.255.255
192.168.0.0 0.0.0.255
The network connected to the Router3 are :
172.17.0.0 0.0.63.255
172.17.64.64 0.0.0.63
  172.17.64.128 0.0.0.63
172.17.64.192 0.0.0.63
  2.0.0.0 0.255.255.255
192.168.0.0 0.0.0.255
The network connected to the Router 4 are :
172.19.0.0 0.0.63.255
172.19.64.64 0.0.0.63
172.19.64.128 0.0.0.63
172.19.64.192 0.0.0.63
1.0.0.0 0.255.255.255
192.168.0.0 0.0.0.255
PT in attachment
Thanks or u help

Hello,
omg, work perfectly :D
So i've another question but it's not about ospf but about the stp (i know i'm on the wan section but, i ask my question anyway :D)
on my PT, on my switch0, "spanning-tree vlan 1-8 priority 61440" and "spanning-tree vlan 1-8 root primary" with this all of pc port in portfast, it's sufficient for a correct spannin-tree ? (beginner)
Thanks a lot Kirill !

Similar Messages

  • I need advise and help with this problem . First , I have been with Mac for many years ( 14 to be exact ) I do have some knowledge and understanding of Apple product . At the present time I'm having lots of problems with the router so I was looking in to

    I need advise and help with this problem .
    First , I have been with Mac for many years ( 14 to be exact ) I do have some knowledge and understanding of Apple product .
    At the present time I'm having lots of problems with the router so I was looking in to some info , and come across one web site regarding : port forwarding , IP addresses .
    In my frustration , amongst lots of open web pages tutorials and other useless information , I come across innocent looking link and software to installed called Genieo , which suppose to help with any router .
    Software ask for permission to install , and about 30 % in , my instinct was telling me , there is something not right . I stop installation . Delete everything , look for any
    trace in Spotlight , Library . Nothing could be find .
    Now , every time I open Safari , Firefox or Chrome , it will open in my home page , but when I start looking for something in steed of Google page , there is
    ''search.genieo.com'' page acting like a Google . I try again to get raid of this but I can not find solution .
    With more research , again using genieo.com search eng. there is lots of articles and warnings . From that I learn do not use uninstall software , because doing this will install more things where it come from.
    I do have AppleCare support but its to late to phone them , so maybe there some people with knowledge , how to get this of my computer
    Any help is welcome , English is my learned language , you may notice this , so I'm not that quick with the respond

    Genieo definitely doesn't help with your router. It's just adware, and has no benefit to you at all. They scammed you so that they could display their ads on your computer.
    To remove it, see:
    http://www.thesafemac.com/arg-genieo/
    Do not use the Genieo uninstaller!

  • Problem with rg60se router

    I have problem with this router, when I connect to the internet wirelessly it works fine but when I try to connect my pc to router via cable I can't connect to the internet. maybe someone can help with this problem.

                         >> Posting Guide <<

  • Problem with E2000 Router

    I have a problem getting my router to work on any channel other than channel 11. There are 4 other houses on my street that uses channel 11 and it causes a lot of interference. I tried switching to channel 1 or 6 but everytime I do my router does not show up in the list of Networks on any of my wireless devices. Help is much appreciated

    As you mentioned in your post that you tried switching off the channel1 or 6 but your wireless network does not show up in the list. You even tried channel number 11 but that is even used by your 4 neighbor. So you can change the channel to 9. Channel 9 is one of the channel for best optimized setting...

  • Problem during Rate Routing Upload using BDC.

    Dear Sir/Madam,
    I am uploading Rate Routings using a BDC program which is working perfectly but having a single problem.
    In the initial screen of the transaction CA21(Create Rate Routing), I need to enter only the Material Number and its Plant and all the other fields should be left blank.
    But, here the group number field is automatically getting filled with the previous value and it is incrementing the group counter number. 
    I want the system to allocate different group number for  each Routing. I want the group number to be unique.
    Thanks,
    Ranjan.

    Dear Ranjan,
    While doing recording CA21. you would pass only the material number and plant (i mean you did recording of CA21 based on material number as well as plant not for routing number (group counter))
    Routing number (group counter) dynamic (In your case Internal number rage has assigned).
    So the Problem is:
    1st record of you internal table update smoothly because you program will pass only material and plant
    group counter (RC271-PLNNR) field is blank, after update 1st record system will regenerates the
    group counter number.
    ones the system updates the data it will generates Group counter number and assign to filed :(RC271-PLNNR).
    after saving the record system will go loop statement of you program. again program will call the call transaction statement with 2nd record of the internal table. call transaction statement pass the material number and plant field at ca21. but group counter number automatically poulated in the screen field because that time system can't be refresh the initial screen of CA21,
    so system will shows previous updated screen ( 1st routing record will show)
    Remove your bdc perform and add this code in your BDC perform.
    *        Start new screen                                              *
    FORM BDC_DYNPRO USING PROGRAM DYNPRO.
       CLEAR BDCDATA.
       BDCDATA-PROGRAM  = PROGRAM.
       BDCDATA-DYNPRO   = DYNPRO.
       BDCDATA-DYNBEGIN = 'X'.
       APPEND BDCDATA.
    ENDFORM.
    *        Insert field                                                  *
    FORM BDC_FIELD USING FNAM FVAL.
       IF FVAL <> SPACE.
         CLEAR BDCDATA.
         BDCDATA-FNAM = FNAM.
         BDCDATA-FVAL = FVAL.
         APPEND BDCDATA.
       ENDIF.
    *                Clearing the Group Counter                                *
       IF FVAL = SPACE.
         CLEAR BDCDATA.
         BDCDATA-FNAM = FNAM.
         BDCDATA-FVAL = FVAL.
         APPEND BDCDATA.
       ENDIF.
    above code: 1st time of call transaction FVAL = space means ( group counter field is blank)
    2nd and rest of the time FVAL <> space. means (previous record group number exists for new call transaction ) so system will be by pass with new record.
    Check with debugging mode. you will come to whats going in you code.
    Even i have go same problem while uploading routing data. i have find out solution after doing my RND.
    Regards,
    Akshath

  • Problem with Advanced Routing in WRT320N

    Hi, everybody.
    First of all, sorry for my poor English.
    I've a problem with Advanced Routing in router. My provider using routing and it looks like that:
    route add -p 172.16.2.0 mask 255.255.255.0 10.1.0.2
    route add -p 172.16.5.0 mask 255.255.255.0 10.1.0.2
    route add -p 10.0.0.0 mask 255.0.0.0 10.1.0.2
    Everything is working well in XP (or other OS), but then I try to setup a Routing in router:
    1.
    2.
    I'm realy tired to flashing and reflashing between 1.00.02 and 1.00.03, changing browsers, and hard reseting.
    Anybody'll gimme a shot trick to my tired brains?
    Solved!
    Go to Solution.

    1. Yes.
    2. netstat:
    C:\Users\dan>netstat -rn
    ===========================================================================
    Список интерфейсов
    31...........................inet
    12...00 40 f4 76 95 bd ......VIA Rhine III Fast Ethernet адаптер
    11...00 1d 92 2c 23 02 ......Realtek RTL8168B/8111B Family PCI-E Gigabit Ethern
    et NIC (NDIS 6.20)
    1...........................Software Loopback Interface 1
    15...00 00 00 00 00 00 00 e0 Адаптер Microsoft 6to4 #2
    21...00 00 00 00 00 00 00 e0 Адаптер Microsoft ISATAP #2
    13...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
    14...00 00 00 00 00 00 00 e0 Адаптер Microsoft 6to4
    19...00 00 00 00 00 00 00 e0 Адаптер Microsoft ISATAP #3
    18...00 00 00 00 00 00 00 e0 Адаптер Microsoft ISATAP
    16...00 00 00 00 00 00 00 e0 Адаптер Microsoft 6to4 #3
    20...00 00 00 00 00 00 00 e0 Адаптер Microsoft ISATAP #4
    ===========================================================================
    IPv4 таблица маршрута
    ===========================================================================
    Активные маршруты:
    Сетевой адрес Маска сети Адрес шлюза Интерфейс Метрика
    0.0.0.0 0.0.0.0 10.1.0.2 10.1.3.42 4501
    0.0.0.0 0.0.0.0 On-link 91.203.178.26 21
    10.0.0.0 255.0.0.0 10.1.0.2 10.1.3.42 4246
    10.1.0.0 255.255.0.0 On-link 10.1.3.42 4501
    10.1.3.42 255.255.255.255 On-link 10.1.3.42 4501
    10.1.255.255 255.255.255.255 On-link 10.1.3.42 4501
    91.203.178.26 255.255.255.255 On-link 91.203.178.26 276
    127.0.0.0 255.0.0.0 On-link 127.0.0.1 4531
    127.0.0.1 255.255.255.255 On-link 127.0.0.1 4531
    127.255.255.255 255.255.255.255 On-link 127.0.0.1 4531
    172.16.2.0 255.255.255.0 10.1.0.2 10.1.3.42 4246
    172.16.2.10 255.255.255.255 10.1.0.2 10.1.3.42 4246
    172.16.5.0 255.255.255.0 10.1.0.2 10.1.3.42 4246
    224.0.0.0 240.0.0.0 On-link 127.0.0.1 4531
    224.0.0.0 240.0.0.0 On-link 10.1.3.42 4502
    224.0.0.0 240.0.0.0 On-link 91.203.178.26 21
    255.255.255.255 255.255.255.255 On-link 127.0.0.1 4531
    255.255.255.255 255.255.255.255 On-link 10.1.3.42 4501
    255.255.255.255 255.255.255.255 On-link 91.203.178.26 276
    ===========================================================================
    Постоянные маршруты:
    Сетевой адрес Маска Адрес шлюза Метрика
    172.16.2.0 255.255.255.0 10.1.0.2 1
    172.16.5.0 255.255.255.0 10.1.0.2 1
    10.0.0.0 255.0.0.0 10.1.0.2 1
    ===========================================================================
    IPv6 таблица маршрута
    ===========================================================================
    Активные маршруты:
    Метрика Сетевой адрес Шлюз
    16 1125 ::/0 2002:c058:6301::c058:6301
    11 276 ::/0 fe80::f88b:9485:52cd:caaf
    1 306 ::1/128 On-link
    13 58 2001::/32 On-link
    13 306 2001:0:4137:9e50:2846:3ccb:a434:4de5/128
    On-link
    16 1025 2002::/16 On-link
    16 281 2002:5bcb:b21a::5bcb:b21a/128
    On-link
    11 276 fe80::/64 On-link
    13 306 fe80::/64 On-link
    13 306 fe80::2846:3ccb:a434:4de5/128
    On-link
    11 276 fe80::b9aa:b87b:89ea:fcdd/128
    On-link
    1 306 ff00::/8 On-link
    13 306 ff00::/8 On-link
    11 276 ff00::/8 On-link
    ===========================================================================
    Постоянные маршруты:
    Отсутствует
    C:\Users\dan>
     2. ipconfig:
    C:\Users\dan>ipconfig /all
    Настройка протокола IP для Windows
    Имя компьютера . . . . . . . . . : druh
    Основной DNS-суффикс . . . . . . :
    Тип узла. . . . . . . . . . . . . : Гибридный
    IP-маршрутизация включена . . . . : Нет
    WINS-прокси включен . . . . . . . : Нет
    Порядок просмотра суффиксов DNS . : mannet.lan
    Адаптер PPP inet:
    DNS-суффикс подключения . . . . . :
    Описание. . . . . . . . . . . . . : inet
    Физический адрес. . . . . . . . . :
    DHCP включен. . . . . . . . . . . : Нет
    Автонастройка включена. . . . . . : Да
    IPv4-адрес. . . . . . . . . . . . : 91.203.178.26(Основной)
    Маска подсети . . . . . . . . . . : 255.255.255.255
    Основной шлюз. . . . . . . . . : 0.0.0.0
    DNS-серверы. . . . . . . . . . . : 91.190.68.2
    91.203.177.4
    NetBios через TCP/IP. . . . . . . . : Включен
    Ethernet adapter lanHOME:
    Состояние среды. . . . . . . . : Среда передачи недоступна.
    DNS-суффикс подключения . . . . . :
    Описание. . . . . . . . . . . . . : VIA Rhine III Fast Ethernet адаптер
    Физический адрес. . . . . . . . . : 00-40-F4-76-95-BD
    DHCP включен. . . . . . . . . . . : Да
    Автонастройка включена. . . . . . : Да
    Ethernet adapter 1000LAN:
    DNS-суффикс подключения . . . . . : mannet.lan
    Описание. . . . . . . . . . . . . : Realtek RTL8168B/8111B Family PCI-E Gigab
    it Ethernet NIC (NDIS 6.20)
    Физический адрес. . . . . . . . . : 00-1D-92-2C-23-02
    DHCP включен. . . . . . . . . . . : Да
    Автонастройка включена. . . . . . : Да
    Локальный IPv6-адрес канала . . . : fe80::b9aa:b87b:89ea:fcdd%11(Основной)
    IPv4-адрес. . . . . . . . . . . . : 10.1.3.42(Основной)
    Маска подсети . . . . . . . . . . : 255.255.0.0
    Аренда получена. . . . . . . . . . : 17 октября 2009 г. 17:37:10
    Срок аренды истекает. . . . . . . . . . : 18 октября 2009 г. 17:37:09
    Основной шлюз. . . . . . . . . : fe80::f88b:9485:52cd:caaf%11
    10.1.0.2
    DHCP-сервер. . . . . . . . . . . : 172.16.2.2
    IAID DHCPv6 . . . . . . . . . . . : 234888594
    DUID клиента DHCPv6 . . . . . . . : 00-01-00-01-12-43-2B-71-00-1D-92-2C-23-02
    DNS-серверы. . . . . . . . . . . : 172.16.2.2
    Основной WINS-сервер. . . . . . . : 172.16.2.2
    NetBios через TCP/IP. . . . . . . . : Включен
    Туннельный адаптер Reusable Microsoft 6To4 Adapter:
    Состояние среды. . . . . . . . : Среда передачи недоступна.
    DNS-суффикс подключения . . . . . :
    Описание. . . . . . . . . . . . . : Адаптер Microsoft 6to4 #2
    Физический адрес. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP включен. . . . . . . . . . . : Нет
    Автонастройка включена. . . . . . : Да
    Туннельный адаптер Reusable ISATAP Interface {543B8BBE-84D2-471B-B8FB-F73600B4A8
    2B}:
    Состояние среды. . . . . . . . : Среда передачи недоступна.
    DNS-суффикс подключения . . . . . :
    Описание. . . . . . . . . . . . . : Адаптер Microsoft ISATAP #2
    Физический адрес. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP включен. . . . . . . . . . . : Нет
    Автонастройка включена. . . . . . : Да
    Туннельный адаптер Подключение по локальной сети* 5:
    DNS-суффикс подключения . . . . . :
    Описание. . . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
    Физический адрес. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP включен. . . . . . . . . . . : Нет
    Автонастройка включена. . . . . . : Да
    IPv6-адрес. . . . . . . . . . . . : 2001:0:4137:9e50:2846:3ccb:a434:4de5(Осно
    вной)
    Локальный IPv6-адрес канала . . . : fe80::2846:3ccb:a434:4de5%13(Основной)
    Основной шлюз. . . . . . . . . :
    NetBios через TCP/IP. . . . . . . . : Отключен
    Туннельный адаптер 6TO4 Adapter:
    Состояние среды. . . . . . . . : Среда передачи недоступна.
    DNS-суффикс подключения . . . . . :
    Описание. . . . . . . . . . . . . : Адаптер Microsoft 6to4
    Физический адрес. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP включен. . . . . . . . . . . : Нет
    Автонастройка включена. . . . . . : Да
    Туннельный адаптер isatap.mannet.lan:
    Состояние среды. . . . . . . . : Среда передачи недоступна.
    DNS-суффикс подключения . . . . . : mannet.lan
    Описание. . . . . . . . . . . . . : Адаптер Microsoft ISATAP #3
    Физический адрес. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP включен. . . . . . . . . . . : Нет
    Автонастройка включена. . . . . . : Да
    Туннельный адаптер isatap.{AE6B314F-94BA-478F-8751-74DEB5AB1888}:
    Состояние среды. . . . . . . . : Среда передачи недоступна.
    DNS-суффикс подключения . . . . . :
    Описание. . . . . . . . . . . . . : Адаптер Microsoft ISATAP
    Физический адрес. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP включен. . . . . . . . . . . : Нет
    Автонастройка включена. . . . . . : Да
    Туннельный адаптер Подключение по локальной сети*:
    DNS-суффикс подключения . . . . . :
    Описание. . . . . . . . . . . . . : Адаптер Microsoft 6to4 #3
    Физический адрес. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP включен. . . . . . . . . . . : Нет
    Автонастройка включена. . . . . . : Да
    IPv6-адрес. . . . . . . . . . . . : 2002:5bcb:b21a::5bcb:b21a(Основной)
    Основной шлюз. . . . . . . . . : 2002:c058:6301::c058:6301
    DNS-серверы. . . . . . . . . . . : 91.190.68.2
    91.203.177.4
    NetBios через TCP/IP. . . . . . . . : Отключен
    Туннельный адаптер isatap.{8B513FFA-4355-406F-B999-1701EE42D5B9}:
    Состояние среды. . . . . . . . : Среда передачи недоступна.
    DNS-суффикс подключения . . . . . :
    Описание. . . . . . . . . . . . . : Адаптер Microsoft ISATAP #4
    Физический адрес. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP включен. . . . . . . . . . . : Нет
    Автонастройка включена. . . . . . : Да
    3. 
    4. without privider's cable:
    4. with provider's cable:

  • Problems after wireless router (WRT310n) firmware update.

    I updated the firmware on my wireless router (wrt310n) yesterday and now I am having major issues connecting my laptop to it via wireless.  After the update, I reset the router as well as unplugged the power source.  Once the update and everything was reset, I re-entered all my settings and set the computers back up using the LELA.  I go to change the laptop to wireless and it says it can't connect to it.  I did the LELA update on the laptop thinking that would fix it, but it didn't help.  However, the whole time I am able to connect to the router using a ethernet cable.  I turned off all of the encryption settings, firewalls, and broadcasted my SSID.  I searched this forum for some help and one topic suggested somethings, which I did, and I was able to connect wirelessly with the encryption.  I thought I was done and set-up, until later that evening.  I turned the computer back on only to see the same problem again.  I decided to deal with it the next day (today) by uninstalling LELA and just using Windows to configure my wireless settings.  As soon as I uninstalled LELA, entered the key into the Windows program, it worked like a charm.  Until tonight, when I turned on the computer.  Now I'm connecting to the network wirelessly, but it says "Limited or no connectivity."  Acting like there is no encryption key entered.  I go to "View Wireless Networks" and it says "WIndows cannot configure connection.  If you have another program to manage this wireless connection, use that software."  The thing is, I don't have another program on here to manage a wireless connection.  Sorry for the long post.  I figured if I didn't type everything out, people would have just asked me questions.  I had no problems with this router until I did the update yesterday.  If it can't be fixed, is there a way to revert back to the old firmware?  Thanks in advance.

    Well you should adjust the Wireless Settings on your router...
    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave username blank & in password use admin in lower case...
    For Wireless Settings, please do the following : -
    Click on the Wireless tab
    - Here select manual configuration...Wireless Network mode should be mixed...
    - Provide a unique name in the Wireless Network Name (SSID) box in order to differentiate your network from your neighbours network...
    - Set the Radio Band to Standard-20MHz and change the Standard channel to 11-2.462GHz...Wireless SSID broadcast should be Enabled and then click on Save Settings...
    Please make a note of Wireless Network Name (SSID) as this is the Network Identifier...
    For Wireless Security : -
    Click on the Sub tab under Wireless > Wireless Security...
    Change the Wireless security mode to WEP, Encryption should be 64 bit.Leave the passphrase blank, don't type in anything...
    Under WEP Key 1 type in any 10 numbers please(numbers only and no letters eg: your 10 digit phone number) and click on save settings...
    Please make a note of WEP Key 1 as this is the Security Key for the Wireless Network...
    Click on Advanced Wireless Settings
    Change the Beacon Interval to 75 >>Change the Fragmentation Threshold to 2304, Change the RTS Threshold to 2304 >>Click on "Save Settings"...
    Before you attempt to connect to your wireless network you should first check your Programs menu if there is any Wireless Program(like 'Intel Proset' , 'Dell Wireless WLAN' , or anything that gives you a clue of a Wireless Program/Utility/Software)...You should use the Wireless Utility/Software(if any) to connect to your wireless network and not the Windows default Wireless Program to avoid any conflicts...

  • 2 Big Problems. Register & Router...

    When I connect my ipod touch to my computer, the only thing that I can get to open for the iPod is the license agreement (which I have already saved) After i click cancel it ejects my ipod. I cannot do anything such as upload my music or pix because the screen for that goes away.
    My router problem: Cannot connect to server. I've read about unplugging things and typing things into the settings part of the wi-fi.I have done everything. I know that the connection to the internet through the router is fine. Is the ipod broken?

    I had the same problem with the router when I tried to access the internet using a friend's router. The problem disappeared when I "reset network connections". (I don't have my iPod handy to see where that option was located, but it was probably under "settings" or "Safari".) Incidentally, I also discovered that his router allowed me to connect to sites I am unable to access with my own router. Am still trying to figure that one out.

  • OSPF external route selection problem

    Hello. I have a situation where I got two paths to get to a destination. Router A can get to subnet C either through my Telco's onsite router (Router A->telco router->Router C)or through a secondary link that travels from Router A-> Router B->diffenent Telco router->Router C.
    The link between Router A and the telco router is area 0. The link between Router A->B->Telco router is also area 0.
    Normally I want traffic to go directly through the onsite telco router...and only go through the longer route if the onsite router goes down.
    For some reason I'm going through the suboptimal path. Here's what the OSPF database is telling me:
    Routing Bit Set on this LSA
    LS age: 1267
    Options: (No TOS-capability, DC)
    LS Type: AS External Link
    Link State ID: 192.168.33.0 (External Network Number )
    Advertising Router: 192.168.50.14
    LS Seq Number: 80000084
    Checksum: 0x4B8B
    Length: 36
    Network Mask: /24
    Metric Type: 1 (Comparable directly to link state metric)
    TOS: 0
    Metric: 100
    Forward Address: 0.0.0.0
    External Route Tag: 66
    LS age: 262
    Options: (No TOS-capability, DC)
    LS Type: AS External Link
    Link State ID: 192.168.33.0 (External Network Number )
    Advertising Router: 192.168.50.94
    LS Seq Number: 800003B8
    Checksum: 0xF757
    Length: 36
    Network Mask: /24
    Metric Type: 1 (Comparable directly to link state metric)
    TOS: 0
    Metric: 100
    Forward Address: 0.0.0.0
    External Route Tag: 66
    Both telco routers advertise this route as an extern type 1 with a metric of 100. Can anyone shed some light as to why my router is picking the path via 50.14 instead of 50.94? 50.94 is a locally connected network. 50.14 is a couple of hops away.
    Thanks,
    Mike

    No problem.
    Here's the output...
    show ip ospf border-routers
    OSPF Process 2 internal Routing Table
    Codes: i - Intra-area route, I - Inter-area route
    OSPF Process 1 internal Routing Table
    Codes: i - Intra-area route, I - Inter-area route
    i 10.0.22.3 [2] via 192.168.19.14, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 10.0.22.2 [2] via 192.168.19.2, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 192.168.30.5 [501] via 192.168.19.15, Vlan168, ASBR, Area 0, SPF 42
    i 192.168.30.5 [501] via 192.168.19.14, Vlan168, ASBR, Area 0, SPF 42
    i 172.29.50.1 [1] via 192.168.19.11, Vlan168, ASBR, Area 0, SPF 42
    i 172.18.1.2 [3] via 192.168.19.15, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 172.18.1.3 [2] via 192.168.19.15, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 192.168.1.5 [1] via 192.168.19.8, Vlan168, ASBR, Area 0, SPF 42
    i 10.0.32.2 [2] via 192.168.19.15, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 10.0.32.3 [2] via 192.168.19.3, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 172.27.95.1 [2] via 192.168.19.16, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 172.19.1.3 [1] via 192.168.19.15, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 172.19.1.2 [1] via 192.168.19.14, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 10.0.24.2 [1] via 192.168.19.22, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 10.0.24.3 [1] via 192.168.19.23, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 192.168.19.4 [1] via 192.168.19.4, Vlan168, ASBR, Area 0, SPF 42
    i 172.27.87.1 [1] via 192.168.19.12, Vlan168, ASBR, Area 0, SPF 42
    i 192.168.19.19 [1] via 192.168.19.19, Vlan168, ASBR, Area 0, SPF 42
    i 172.20.1.2 [3] via 192.168.19.3, Vlan168, ASBR, Area 0, SPF 42
    i 172.20.1.3 [2] via 192.168.19.3, Vlan168, ASBR, Area 0, SPF 42
    I 10.0.16.11 [2] via 192.168.19.3, Vlan168, ASBR, Area 0, SPF 42
    I 10.0.16.11 [3] via 192.168.19.2, Vlan168, ASBR, Area 0, SPF 42
    I 10.0.16.10 [2] via 192.168.19.2, Vlan168, ASBR, Area 0, SPF 42
    I 192.168.50.14 [2] via 192.168.19.14, Vlan168, ASBR, Area 0, SPF 42
    i 192.168.50.94 [100] via 192.168.50.94, Vlan162, ASBR, Area 0, SPF 42
    i 172.21.1.2 [1] via 192.168.19.16, Vlan168, ASBR, Area 0, SPF 42
    i 10.0.229.2 [1] via 192.168.19.24, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 10.0.17.2 [2] via 192.168.19.2, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 10.0.17.3 [2] via 192.168.19.3, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 192.168.8.1 [1] via 192.168.19.28, Vlan168, ASBR, Area 0, SPF 42
    i 192.168.16.173 [565] via 192.168.19.14, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 192.168.16.173 [565] via 192.168.19.15, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 172.27.193.2 [1] via 192.168.19.20, Vlan168, ASBR, Area 0, SPF 42
    i 172.16.1.2 [1] via 192.168.19.2, Vlan168, ABR/ASBR, Area 0, SPF 42
    i 172.16.1.3 [1] via 192.168.19.3, Vlan168, ABR/ASBR, Area 0, SPF 42

  • CSS advertise OSPF default route?

    I have a CSS in one armed mode sitting between the Internet Edge router and PIX firewall.
    The edge router is getting a default route from BGP and distributes that into the Firewall via OSPF.
    The firewall sees the Edge router as the default gateway from the distributed route.
    Would it be possible to have the CSS (through OSPF) get the default route from the Edge router and advertise it to the Firewall?
    The goal is to have the Firewall use the CSS as it's default gateway, rather than the Edge router, but it needs to be a dynamic route.
    In turn the edge router would pass traffic through the CSS to the firewall.
    The CSS would be an intermidiate hop between the router and firewall.
    Is this something that the CSS is capable of doing?
    And from a design perspective, it is something that could be an issue?

    Thanks,
    I did see that document and played with it some last night.
    I think it should work too, but was not sure if it was not reccomended by Cisco or not.
    I have seen they they do not reccomend OSPF or RIP configurations, but I am only concerned with the default route and this would maybe solve the problem of any potential asymetric traffic flow.

  • VPN Problem: Can't route to other network clients

    Hi,
    I can't ping the other clients on the network when I'm connected to VPN from outside.
    But accessing internet trough VPN works. (Sending all data through VPN).
    So in fact, I can only ping the VPN server I'm connected to.
    Maybe someone here has an idea what I'm doing wrong here.
    Here is my setup:
    internet
    I
    I
    Airport Extreme (internal IP 192.168.3.1, Router with NAT Port forwarding to 192.168.3.3)
    I
    I
    Switch----macMini (192.168.3.3, OS X Server 10.4.10 with VPN, DHCP, DNS, NAT enabled)
    l
    l
    Other Clients on the Network (Clients have DNS entry 192.168.3.3 192.168.3.1, Router is 192.168.3.1)
    The services DHCP, DNS working well for internal clients.
    Has someone an idea?
    Thanks a lot.
    Alex
    Message was edited by: Syndrome

    First, ping is ICMP traffic, different from other kinds of (eg, TCP) traffic like AFP.
    See http://www.cisco.com/en/US/products/sw/iosswrel/ps1831/productstechnote09186a00800a6057.shtml
    traceroute also uses some ICMP traffic but might also be using UDP, see
    http://en.wikipedia.org/wiki/Traceroute
    http://www.linuxplanet.com/linuxplanet/tutorials/6524/1/
    However, in testing, I can indeed ping the server, when I connect to a remote Mac OS X Server via the Mac OS X supplied vpn. But there is no AP Extreme in the path. So the two big factors are: limitations and/or configuration of the AP, and firewall settings for each/any machine involved.
    The Airport Extreme is really quite limited, compared to any more full-featured routing device - in terms of just how granular you can be with controlling traffic flow.
    (As a total aside, I'd recommend investing in something like a Zyxel Zywall 2 Plus (or similar or better) and running the AP in bridge mode for wireless clients.)
    When you've connected via VPN, please run
    netstat -rn to see what your default gateway is, that's actually being used.
    Finally, what led you to try these tests ? What other problems are you having, what primary issue(s) are you trying to solve ?

  • Problem connecting to router HP Photosmart e-All-in-One

    Trying to install new HP Photosmart e-All-in-One. Printer will not connect to Router. I select wireless network, feed in password. Screen then says printer error and asks to be turned off. Code B8126AD6 flashes up for a short period. When feed in incorrect password will tell me incorrect, however, if correct password inputted always has a problem

    I had a similar issue with my Officejet 7410 All In One Wireless and my new Linksys Router with WPA security. 
    Going through the Network Setup from the printer control panel finds the signal, allows me to enter the security code, accepts the code like all is well but upon pushing the enter button it goes back to the menu selection screen.
    No message that it didn't connect, or that it was successful.
    Changed the router's security settings to "Open" and the printer is now connected to the network.
    Windows 7 and downloaded the full feature software.
    OS Name Microsoft Windows 7 Home Premium
    Version 6.1.7600 Build 7600
    System Model HP G60 Notebook PC
    System Type x64-based PC
    Processor Pentium(R) Dual-Core CPU T4400 @ 2.20GHz, 2200 Mhz, 2 Core(s), 2 Logical Processor(s)
    BIOS Version/Date Hewlett-Packard F.63, 3/8/2010
    Hardware Abstraction Layer Version = "6.1.7600.16385"

  • Need advice on creating ospf abr router

    Hi, I'm studying for the CCNA, and am trying to learn and experiment with OSPF in packet tracer. I am having trouble with setting up a ABR to advertise a summary route for area 0 to another router in area 1. Lets say I have:
    R1:
    router ospf 1
    network 192.168.1.0 0.0.0.255 area 0
    network 192.168.2.0 0.0.0.255 area 0
    network 192.168.3.0 0.0.0.255 area 0
    area 0 range 192.168.0.0 255.255.252.0 <-- my summary route
    ip route 0.0.0.0 0.0.0.0 10.1.1.1
    default-information originate
    R2:
    router ospf 1
    network 10.1.1.0 0.0.0.255
    network 10.1.2.0 0.0.0.255
    network 10.1.3.0 0.0.0.255
    Assuming R1 in area0 is my main network, and I want to advertise my summary route to the area 1 router, what would I have to do?
    I hope that makes sense. Thanks!

    Well I think I've got it now. I think I was over complicating it, by not realizing that a router could easy advertise routes to multiple areas, eg:
    router ospf 1
    net 192.168.1.1 area 0
    net 192.168.2.1 area 0
    net 10.10.10.10 area 1
    net 10.10.20.10 area 1
    etc, and then using the 'area 0 range 192.168.0.0 255.255.252.0
    Also, as I understand it: If you put a default route on an ABR with default-information originate, the route is advertised to both AS's. But if the route is on either of these AS's, you can't do this because a routing loop will occur. Is this correct?
    thanks again

  • IPad 2 Wifi problem with DLink Router

    Hello. I have an iPad 2 which was working fine with my DLink DW113 WiFi router.
    of late however, the iPad is horrendously slow, reminding me of old dial up connections.
    the router works fine on my wife's iPad Air. It works fine on my iPhone 6.
    i Have reset network settings on the iPad, deleted Safari 'cache' etc.
    Een the router admin page is slow to load, something that loads instantaneously on my other devices.
    My iPad OS needs an update. But that shouldnt be a problem becaus it was working fine until two days ago. Now it has become unusable.
    any suggestions?

    Try this:
    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings

  • OWSM: problem with content routing

    Hi,
    I am working on OWSM and i have registerd a service on owsm and tested it through it. it works fine. But the problem is when i click on content routing it gives me this error "The following exception occurred when processing the JSP:
    Could not connect to Gateway using its URL.The Gateway is not running or there was a problem establishing connection with the Gateway. Please ensure the Gateway is running before trying this operation.
    Use your browsers "Back" button if you would like to try again."
    i cant use the content routing option in policy management link , otherwise the service is running fine.
    Thanks in advance.
    Regards,
    Abhi...
    Message was edited by:
    Abhishek saurabh

    Hi all,
    Any updates??
    If case of any clues, please let me know because its urgent.
    Regards,
    Abhi...

Maybe you are looking for

  • Append the file and print the output in a single file in column manner

    Hi All, I have 2 files in UNIX. File1.txt NAME SAL Albert $4567 Monali $7892 Raj $8521 File2.txt DOB 12-JUL-1986 5-Aug-1978 13-MAR-1958 so i apped both the file cat file1.txt file2.txt>>file3.txt The output of file3.txt was: NAME SAL Albert $4567 Mon

  • LookUp to the same table with multiple conditions

    Hi, I nead to do a lookup to the same table in the flow but with diffrent quieres, each query contains it's own 'where'. Can I do it somehow in one look up or do I have to use a few ? select a from table where a=1 select b from table where c=3 Thanks

  • Query to find status of all module periods.

    Does any one have a query that can check the open periods in all modules. I'm looking for an out put like this Module Set of Books Operating Unit Period Name Period Number Closing Status Start Date End Date Thanks.

  • IOS 4: 2nd Generation Photo Problems

    Aside from the ridiculous lack of wallpaper, I have noticed another problem with iOS 4 on the 2g iPod Touch. All of my photos have had the quality drastically reduced. Even without zooming in, every picture appears grainy and pixelated. So now, in ad

  • Global application context available in Real Application Clusters 11G R1?

    Does anyone know if Global application context is availble is 11G R1? We have an application that uses it and I cannot retrieve context from node two for a client_id that was created and set on node one. I thought this was availbale after 10g? Is any