Skip to content

Releases: thanh-guong/kathara-internet-and-data-centers

Third part of exam

10 Dec 11:31
Compare
Choose a tag to compare

Changed sintax for generating BGP routers, added support for BGP filters and BGP announcement attributes. Added default gateway (to configure) in client devices.

  • device-generator.bash BGP option arguments changed: bash device-generator.bash -bgp <BGP_AS_ID> <NEIGHBORS_COUNT> <ANNOUNCEMENTS_TO_DO> <DEVICE_NAME> <INTERFACES_COUNT> became bash device-generator.bash -bgp <BGP_AS_ID> <NEIGHBORS_COUNT> <DEVICE_NAME> <INTERFACES_COUNT>.
  • In the file filters_and_attributes.txt there are some instructions to configure filters and attributes for BGP announcements.
  • now, if you generate a client, he has a default gateway to configure in deviceNameGoesHere.startup

Second part of exam (BGP policies support added)

29 Nov 08:44
Compare
Choose a tag to compare

Policies support added in BGP configuration generation for devices.

Second part of exam

27 Nov 15:45
Compare
Choose a tag to compare

Changes:

  • BGP support added
  • Specifying routing protocol can be done with -rip -ospf and -bgp options, no more -r needed.

First part of exam

11 Nov 16:32
Compare
Choose a tag to compare

This release provides a device generator for kathara. Supported devices are:

  • Routers (RIP or OSPF routing protocols)
  • Bridges
  • Web clients
  • Web servers (apache2 web server)
  • Nameservers for DNS (bind daemon)