Page 1 of 1
Virtual Cisco ASA 8.4.2 Can't start OSPF
Posted: Thu Oct 17, 2019 2:20 pm
by ldemon123
Hi all!
I'am trying to start OSPF on virtual ASA 8.4.2 (not ASAv) but fail with an error message:
ERROR: Unable to create router process
Could anybody please tell me the version in which i can start OSPF?
Thank in advance.
Re: Virtual Cisco ASA 8.4.2 Can't start OSPF
Posted: Thu Oct 17, 2019 3:36 pm
by Uldis (UD)
this asa must have at least 2048M RAM to work properly
Re: Virtual Cisco ASA 8.4.2 Can't start OSPF
Posted: Thu Oct 17, 2019 4:14 pm
by ldemon123
Uldis (UD) wrote: ↑Thu Oct 17, 2019 3:36 pm
this asa must have at least 2048M RAM to work properly
Hello!
ciscoasa(config)# router ospf 1
ERROR: Unable to create router process <<< fail
ciscoasa(config)# sh me
ciscoasa(config)# sh memory
Free memory: 1825227360 bytes (85%)
Used memory: 322256288 bytes (15%)
------------- ------------------
Total memory: 2147483648 bytes (100%) <<<<< 2GB
ciscoasa(config)#
ciscoasa(config)#
ciscoasa(config)# router e
ciscoasa(config)# router eigrp 1 <<< success
ciscoasa(config-router)#
Re: Virtual Cisco ASA 8.4.2 Can't start OSPF
Posted: Thu Oct 17, 2019 7:05 pm
by Uldis (UD)
you must configure at least one interface with IP and then router ospf will work
Re: Virtual Cisco ASA 8.4.2 Can't start OSPF
Posted: Fri Oct 18, 2019 5:44 am
by ldemon123
Hi,
Thank you!
ciscoasa(config-if)# ip address 192.168.1.1 255.255.255.0
ciscoasa(config-if)# nameif inside
INFO: Security level for "inside" set to 100 by default.
ciscoasa(config-if)#
ciscoasa(config-if)# no sh
ciscoasa(config-if)# exit
ciscoasa(config)# router ospf 1
ciscoasa(config-router)# sh mem
Free memory: 818377728 bytes (76%)
Used memory: 255364096 bytes (24%)
------------- ------------------
Total memory: 1073741824 bytes (100%)
ciscoasa(config-router)#
ps template by default for this image is 512MB
Re: Virtual Cisco ASA 8.4.2 Can't start OSPF
Posted: Fri Oct 18, 2019 8:28 am
by Uldis (UD)
By default on eve pro it is 2048M RAM mate
