Last active
September 17, 2019 18:01
-
-
Save afaqk9394/af74cdda28e05ec2e84623c4d9ece7c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RTE# | |
| interface fa0/1 | |
| ip address 213.25.15.130 255.255.255.192 | |
| interface fa0/0 | |
| ip address 213.25.15.2 255.255.255.192 | |
| router rip | |
| network 213.25.15.0 | |
| RTC# | |
| interface fa0/0 | |
| ip address 213.25.15.67 255.255.255.192 | |
| interface fa0/1 | |
| ip address 213.25.15.1 255.255.255.192 | |
| router ospf 101 | |
| redistribute rip metric 10 subnets | |
| network 213.25.15.0 0.0.0.255 area 0 | |
| router rip | |
| redistribute ospf 101 metric 2 | |
| passive-interface Ethernet0 | |
| network 213.25.15.0 | |
| RTA# | |
| interface fa0/0 | |
| ip address 213.25.15.68 255.255.255.192 | |
| router ospf 101 | |
| redistribute rip metric 10 subnets | |
| network 213.25.15.0 0.0.0.255 area 0 | |
| router rip | |
| redistribute ospf 101 metric 1 | |
| network 213.25.15.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment