File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,14 @@ source /etc/os-release
48
48
yum -y install git autoconf automake libtool make readline-devel texinfo net-snmp-devel groff pkgconfig json-c-devel pam-devel bison flex pytest c-ares-devel python-devel python-sphinx libcap-devel elfutils-libelf-devel libunwind-devel protobuf-c-devel
49
49
yum -y install https://rpm.frrouting.org/repo/frr-stable-repo-1-0.el${VERSION_ID} .noarch.rpm
50
50
yum -y install frr frr-pythontools
51
- cat << EOF > /etc/frr/eigrpd.conf
52
- router eigrp 1
53
- network 11.12.13.0/24
54
- EOF
55
- chown frr:frr /etc/frr/eigrpd.conf
56
- chmod 640 /etc/frr/eigrpd.conf
51
+ # cat << EOF > /etc/frr/eigrpd.conf
52
+ # router eigrp 1
53
+ # network 11.12.13.0/24
54
+ # EOF
55
+ # chown frr:frr /etc/frr/eigrpd.conf
56
+ # chmod 640 /etc/frr/eigrpd.conf
57
57
gpasswd -a frr frrvty
58
- sed -i ' s/eigrpd=.*/eigrpd=yes/g' /etc/frr/daemons
58
+ # sed -i 's/eigrpd=.*/eigrpd=yes/g' /etc/frr/daemons
59
59
systemctl enable frr
60
60
systemctl start frr
61
- vtysh -f /etc/frr/eigrpd.conf
62
-
61
+ # vtysh -f /etc/frr/eigrpd.conf
You can’t perform that action at this time.
0 commit comments