Take a look at this example where I configure RIP, it explains what the network command really does:
If you are just fresh out of CCNA R&S then I would recommend to start learning about OSPF, EIGRP and BGP on CCNP level. If you try to dive into MPLS right away you’ll run into a brick wall
Your rip tutorial only explains classful and classless routing protocol which I already know. However, your OSPF uses a wildcard mask of 0.0.0.0 which means that only that specific ip add is advertised to that neighbor. It doesnt answer my question.
It also explains how the network command really works…
For example, let’s say we configured 192.168.12.1 /24 on the interface then any of the following OSPF network commands will advertise the exact same thing (192.168.12.0 /24):
network 192.168.12.0 0.0.0.255 area 0
network 192.168.12.1 0.0.0.0 area 0
network 192.168.0.0 0.0.255.255 area 0
network 192.0.0.0 0.255.255.255 area 0
The network command does not specify what you advertise, it only activates OSPF on the interface and advertises the network on it if it falls within the range of the network command.
how are you? I hope you feel very good. I have a problem to understand deeply the command:
“address-family ipv4 unicast” in configurations. This command is a little bit confusing, could you please help me to understand it?
I’m doing good, thanks for asking…hope you as well!
The version of BGP we use nowadays is called “MP-BGP” (Multi-Protocol). In short, this means BGP is able to exchange not only IPv4 prefixes but also some other things like IPv6 prefixes or VPN routes.
The address-families represent these different types of information. IPv4 unicast is for IPv4 prefixes, IPv6 unicast is for IPv6 prefixes, VPN is for VPN routes that we use for MPLS VPN.
Rene,
Great lesson we do have VRFs in our environment. What does the command
show mpls forwarding-table tells about tags and pop tag. I meant to ask why we have two tags. Please clarify.
I must say, your lessons are very understandable and to the point. Thanks a tonne for your efforts. However, could you please tell me if you have a topic for Option A,Option B and Option C MPLS. Would be really of great help.
It would be great if you have write up the lesson for MPLS L3 VPN over Mgre , this is a most demanding topic which help enterprise network to have its own MPLS VPN without the need LSP
At this point in time, everything about MPLS is found within the MPLS course shown below:
If you would like to see traffic engineering or any other concept included in the content of NetworkLessons, use the Member Ideas page shown below to make your suggestions. You may find that others have had similar requests, in which case you can add your voice to the rest.
In the meantime, a very comprehensive Cisco document that covers the topic can be found below. It’s somewhat old, but still valid for getting started.