Lab_A3 Configuration
Lab_A(config)#router rip Lab_A(config-router)#network 192.168.10.0 Lab_A(config-router)#network 192.168.20.0 Lab_A(config-router)#^Z Lab_A#
AkuAdi My Life, My Journey
Lab_A(config)#router rip Lab_A(config-router)#network 192.168.10.0 Lab_A(config-router)#network 192.168.20.0 Lab_A(config-router)#^Z Lab_A#
Lab_A(config)#ip route 192.168.30.0 255.255.255.0 192.168.20.2 Lab_A(config)#ip route 192.168.40.0 255.255.255.0 192.168.20.2 Lab_A(config)#ip route 192.168.50.0 255.255.255.0 192.168.20.2 Lab_A#sh ip route S 192.168.50.0 via 192.168.20.2 S 192.168.40.0 via 192.168.20.2 S 192.168.30.0 via 192.168.20.2…
Router>en Router#config t Router(config)#hostname Lab_A Lab_A(config)#enable secret todd Lab_A(config)#interface fa0/0 Lab_A(config-if)#ip address 192.168.10.1 255.255.255.0 Lab_A(config-if)#description Lab_A LAN Connection Lab_A(config-if)#no shut Lab_A(config-if)#interface serial 0/0 Lab_A(config-if)#ip address 192.168.20.1 255.255.255.0 Lab_A(config-if)#description WAN Connection…
Controlling Broadcasts and Multicasts Introduction The first step in controlling broadcast and multicast traffic is to identify which devices are involved in a broadcast or multicast storm. The following protocols…
Data Transmission – Broadcast Introduction The term “Broadcast” is used very frequently in the networking world . You will see it in most networking books and articles, or see it…
Multicast IP List Introduction This page contains all the Multicast IP Addresses and shows what protocol they are mapped to. Should you ever use a packet sniffer to try and…
Introduction To Multicast Introduction To understand what we are going to talk about, you must be familiar with how MAC addresses are structured and how they work. The MAC Addresses…
Unicast Introduction Compaired to broadcasts and Multicasts, a Unicast is very simple and one of the most common data transmissions in a network. The Reason for Unicast Well it’s pretty…
Media Access Control – MAC Addresses Introduction Media Access Control (MAC) addresses are talked about in various sections on the site, such as the OSI-Layer 2, Multicast, Broadcast and Unicast.…
Introduction To Data Transmission Introduction Routable protocols enable the transmission of data between computers in different segments of a network. However, high volumes of certain kinds of network traffic can…