Lab Network Eve NG
Lab Network Eve NG
hostname p-bgp-as100
!
ip route 0.0.0.0/0 10.99.99.1
ip route 10.99.95.0/24 10.99.97.2
!
interface eth0
description PEER-AS200-PNET1
ip address 10.99.99.2/24
!
interface eth1
description P-CGNAT
ip address 10.99.98.1/30
!
interface eth2
description CE-BNG-ACCEL-PPP
ip address 10.99.97.1/30
!
interface eth3
description IXBR-PTT
ip address 10.99.96.2/30
# CE-bng-accel
# The loopback network interface
auto lo
iface lo inet loopback
allow-hotplug ens5
iface ens5 inet static
address 10.99.97.2/30
gateway 10.99.97.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8
allow-hotplug ens6
iface ens6 inet static
address 10.99.95.1/30
#gateway 10.99.98.1
# dns-* options are implemented by the resolvconf package, if installed
#dns-nameservers 8.8.8.8
# p-cgnat
allow-hotplug ens4
iface ens4 inet static
address 10.99.98.2/30
gateway 10.99.98.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8
#allow-hotplug ens5
#iface ens5 inet static
#address 10.99.97.6/30
# freeradius
# The loopback network interface
auto lo
iface lo inet loopback