Compare cert salaries and plan your next career move
surfthegecko wrote: » Static Routing: When setting up a static route do you use the full subnet mask or the standard class mask. For example: ip route 172.16.3.0 255.255.255.0 172.16.1.2 or ip route 172.16.3.0 255.255.0.0 172.16.1.2
RIP Routing: Do you always advertise the networks as classful networks For Example: 10.10.7.0 should be defined as 'network 10.0.0.0' & 192.168.3.0 should be defined as 'network 192.168.3.0' Thanks Nick
surfthegecko wrote: » Hi, Could somebody (once again) please clarify a couple of things for me. Static Routing: When setting up a static route do you use the full subnet mask or the standard class mask. For example: ip route 172.16.3.0 255.255.255.0 172.16.1.2 or ip route 172.16.3.0 255.255.0.0 172.16.1.2
surfthegecko wrote: » RIP Routing: Do you always advertise the networks as classful networks For Example: 10.10.7.0 should be defined as 'network 10.0.0.0' & 192.168.3.0 should be defined as 'network 192.168.3.0' Thanks Nick
tech-airman wrote: » No. Source: Cisco IOS IP Routing Protocols Command Reference - RIP Commands [Support] - Cisco Systems
meadIT wrote: » Hmmm....my CCNA material didn't go over this scenario. Is this how you would keep a RIP router from advertising all of its interfaces? Example: You have two interfaces with the address 10.10.1.1/16 and 10.20.1.1/16. You want to advertise the 10.10.0.0/16 network with RIP, but not the 10.20.0.0/16 network, so instead of "network 10.0.0.0" you would use "network 10.10.0.0"? This would only advertise that network through RIP? Thanks for that link tech-airman!
tim100 wrote: » In RIP when you use the network statement you always have to use the specify the classful network. Even if you don't specify the classful network and you add "network 10.10.0.0" the IOS software will automatically correct it and when you do a "show run" you will see the classful network 10.0.0.0. In order to suppress the advertisement of a specific network in RIP you can use a distribute list. You can also use an offset list to add to the RIP metric - The network will still be advertised to the neighbor router but it won't show up in the routing table of the neighbor router if the metric adds up to 16.
[B]Examples [/B] The following example defines RIP as the routing protocol to be used on all interfaces connected to networks 10.99.0.0 and 192.168.7.0: router rip network 10.99.0.0 network 192.168.7.0
meadIT wrote: » Well now I'm all confused. In the link that tech-airman provided, it shows the examples:[B]Examples [/B] The following example defines RIP as the routing protocol to be used on all interfaces connected to networks 10.99.0.0 and 192.168.7.0: router rip network 10.99.0.0 network 192.168.7.0 Why do they use "network 10.99.0.0" instead of "network 10.0.0.0"?
meadIT wrote: » Hmmm....my CCNA material didn't go over this scenario. Is this how you would keep a RIP router from advertising all of its interfaces?
Router>enable Router#configuration terminal Router(config)#interface fastethernet 0/0 Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#no shutdown Router(config-if)#exit Router(config)#exit Router#
Router#show ip route
Router#configuration terminal Router(config)#router rip Router(config-router)#network 192.168.1.0 Router(config-router)#exit Router(config)#exit Router#
Router#configuration terminal Router(config)#interface fastethernet 0/1 Router(config-if)#ip address 192.168.2.1 255.255.255.0 Router(config-if)#no shutdown Router(config-if)#exit Router(config)#exit Router#
meadIT wrote: » Example: You have two interfaces with the address 10.10.1.1/16 and 10.20.1.1/16. You want to advertise the 10.10.0.0/16 network with RIP, but not the 10.20.0.0/16 network, so instead of "network 10.0.0.0" you would use "network 10.10.0.0"? This would only advertise that network through RIP?
meadIT wrote: » Thanks for that link tech-airman!
You should now see two routes: R 192.168.1.0/24 C 192.168.2.0/24
Compare salaries for top cybersecurity certifications. Free download for TechExams community.