sctp_router1.mrt 512 B

123456789101112131415161718192021
  1. # filename: mcrouter1.mrt
  2. # routing table for router 1 of multicast network 2
  3. # connected to host 1,2,3 and router 2
  4. # author: Jochen Reber
  5. ifconfig:
  6. # ethernet card (modelled by point-to-point link)
  7. name: ppp0 inet_addr: 10.1.1.2 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST
  8. name: ppp1 inet_addr: 10.1.2.1 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST
  9. ifconfigend.
  10. route:
  11. 10.1.1.1 10.1.1.1 255.255.255.255 H 0 ppp0
  12. 0.0.0.0 10.1.2.1 0.0.0.0 G 0 ppp1
  13. routeend.