Why doesn`t pinging?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2019 09:42 AM
Why WS1 can`t ping SW1,SW2,SW3 switches? OSPF is enabled. pkt in zip below. thanks
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2019 09:58 AM - edited 12-05-2019 10:05 AM
Hey,
Your PC doesnt have IP, subnet or default gateway configured.
Correction* your using IPV6, my bad :)
Your OSPF isnt configured from what I can tell. When running show ip ospf neighbour, interface and database nothing is populated.
Daniel Growth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2019 10:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2019 11:09 AM - edited 12-05-2019 11:15 AM
you need to add the adjacent networks into ospf so that they become neighbours.
I recommend reading http://www.ciscopress.com/articles/article.asp?p=26919&seqNum=3
You need to add the networks.
ipv6 router ospf 1
Then
network (IP) (wildcard) area 0
doe this on all routers and they should establish neighbours
Daniel Growth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2019 03:34 AM
There is no network command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2019 08:39 AM
That is correct ipv6 does not have a network command, there is a slight configuration shift to IPv6 and you have discovered one of the small differences.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2019 10:10 AM
what exactly I need change in my configuration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2019 01:08 PM
To all concerned,
Clearly this thread is school work.
Help the students learn: Post the links to documents and configuration guides.
Please refrain from handing out answers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2019 04:04 PM
Here is the guide for configuring ospf

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2019 01:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2019 03:39 AM
The main point of this network is using port-channel connections. Do I really need more links for full routing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2019 05:16 AM
If port channels are required, make them layer 3 port channels, so you can assign an IP address. There needs to be a layer 3 link between the switches for OSPF to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2019 05:30 AM
I can`t find tutorials to do this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2019 07:04 AM
Hello,
what is the requirement for your project ? Do you need for the routed interfaces to all have IP addresses from a different subnet, or can it be the same subnet ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2019 07:34 AM
I need working PAgP and IPv6.
