cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
356
Views
0
Helpful
5
Replies

FRP-1010 and OSPF

AzzurroHD
Level 1
Level 1

Good Afternoon - I am transitioning from ASA 5505 to FRP-1010 ASA.  I have migrated most of my configuration but my OSPF commands to add to VLAN are not taking, from CLI or ASDM.  What am I missing?

OSPF Config:

router ospf 32
router-id 10.128.121.254
network 10.1.4.0 255.255.255.0 area 4
network 10.1.32.0 255.255.255.0 area 32
network 10.1.66.0 255.255.255.0 area 66
area 0 authentication message-digest
area 4 authentication message-digest
area 32 authentication message-digest
area 66 authentication message-digest
ignore lsa mospf
log-adj-changes detail
default-information originate

Result when adding to interface (CLI and ASDM):

AZR-NOC-FPR-1010(config)# int vlan32
AZR-NOC-FPR-1010(config-if)# ospf priority 0
^
ERROR: % Invalid input detected at '^' marker.
AZR-NOC-FPR-1010(config-if)# ospf message-digest-key 1 md5 *****
^
ERROR: % Invalid input detected at '^' marker.
AZR-NOC-FPR-1010(config-if)# ospf authentication message-digest
^
ERROR: % Invalid input detected at '^' marker.
AZR-NOC-FPR-1010(config-if)#

Any suggestions welcomed.

5 Replies 5

Add IP infront of any ospf  command and check 

I.e.

IP ospf priority <>

MHM

Thank you for your help.  Sorry I miscopied the wrong input.  See below.

 AZR-NOC-FPR-1010(config)# int vlan32
AZR-NOC-FPR-1010(config-if)# ip os
AZR-NOC-FPR-1010(config-if)# ip ospf priority 0
^
ERROR: % Invalid input detected at '^' marker.
AZR-NOC-FPR-1010(config-if)#

AzzurroHD
Level 1
Level 1

Apologies, noticed I copied the wrong syntax.  Same outcome.

AZR-NOC-FPR-1010# int vlan32
^
ERROR: % Invalid input detected at '^' marker.
AZR-NOC-FPR-1010# ip ospf authentication message-digest
^
ERROR: % Invalid input detected at '^' marker.
AZR-NOC-FPR-1010# ip ospf priority 0
^
ERROR: % Invalid input detected at '^' marker.
AZR-NOC-FPR-1010#

AzzurroHD
Level 1
Level 1

AZR-NOC-FPR-1010(config)# int vlan32
AZR-NOC-FPR-1010(config-if)# ip os
AZR-NOC-FPR-1010(config-if)# ip ospf priority 0
^
ERROR: % Invalid input detected at '^' marker.
AZR-NOC-FPR-1010(config-if)#

I dont think it issue of opsf it issue of vlan interface.

You need l2 port assign to vlan after that ypu can config vlan l3 interface 

https://www.grandmetric.com/knowledge-base/design_and_configure/how-to-create-subinterface-on-cisco-asa/

MHM

Review Cisco Networking for a $25 gift card