Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleCreate freeRouter configuration files for router: R2

Repeat the same configuration for R2 in ~/freeRouter/etc

Code Block
languagebash
themeMidnight
titlefreeRouter hardware file: ${ROUTER_NAME}r2-hw.txt
int eth1 eth 0000.2222.0001 127.0.0.1 26021 127.0.0.1 26011
tcp2vrf 2223 v1 23


Code Block
languagebash
themeMidnight
titlefreeRouter software configuration file: ${ROUTER_NAME}r2-sw.txt
hostname r2
!
vrf definition v1
 exit
!
int eth1
desc r2@e1 -> r1@e1
vrf forwarding v1
 ipv4 address 1.1.1.2 255.255.255.252
 ipv6 address 1234::2 ffff:ffff:ffff:ffff::
 exit
!
server telnet tel
 security protocol telnet
 no exec authorization
 no login authentication
 vrf v1
 exit
!


...