Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Last active September 17, 2019 18:01
Show Gist options
  • Select an option

  • Save afaqk9394/af74cdda28e05ec2e84623c4d9ece7c3 to your computer and use it in GitHub Desktop.

Select an option

Save afaqk9394/af74cdda28e05ec2e84623c4d9ece7c3 to your computer and use it in GitHub Desktop.
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