1 Rookie
•
2 Posts
0
3392
January 27th, 2021 20:00
Dell OS S4148F Error: Interface is not in default mode
I tried associating an VLAN interface to the non-default VRF that you created, however, the configuration failed with % Error: Interface is not in default mode
# show ip vrf public_cust
VRF-Name Interfaces
public_cust
# show vlan 4001
Codes: * - Default VLAN, M - Management VLAN, R - Remote Port Mirroring VLANs,
@ - Attached to Virtual Network, P - Primary, C - Community, I - Isolated
Q: A - Access (Untagged), T - Tagged
NUM Status Description Q Ports
4001 Active T Eth1/1/50
# show running-configuration interface vlan 4001
!
interface vlan4001
mode L3
shutdown
mtu 9216
ip address 169.254.255.253/31
no ip igmp snooping
no ipv6 mld snooping
# configure terminal
(config)# interface vlan 4001
(conf-if-vl-4001)# ip vrf forwarding public_cust
% Error: Interface is not in default mode
I couldn't find any information regarding this error and what it means. Any help will be appreciated.
DELL-Erman O
Moderator
•
2.8K Posts
0
January 29th, 2021 01:00
Hi Siemprell,
One of our colleagues has suggested these following commands, Could you check it please;
interface vlan4000
mode L3
no shutdown
mtu 9216
no ip address
ip vrf forwarding pruduct_cust
ip address https://dell.to/3ouzON2
DELL-Erman O
Moderator
•
2.8K Posts
0
January 28th, 2021 04:00
Hello,
I'm not sure which operating system you have, but I'm sharing some information for OS 10.4.3.0 as follows. OS version differences may affect the non-default VRF numbers you can create. For example, OS 10.4.1.0 version allows 16 non-default VRF instances, while OS 10.4.3.0 allows 128 non-default VRF instances. The rest will be the same.
non-default VRF instances configure on page 388. https://dell.to/36jDwTH
You can reassign any interface assigned to a non-default VRF instance back to the default VRF instance.
To assign an interface to a non-default VRF, perform the following steps:
NOTE: In the default configuration, the interface is in L3 mode and it does not have an IP address. You can associate an interface in L3 mode and with default configuration to a VRF. You can associate an interface only with one VRF instance. Overwriting associations between interfaces and VRFs is not allowed, until all the interface configurations including the previous VRF associations are deleted.
NOTE: Before configuring any routing protocol in a VRF instance, you need to first assign an IP address to at least one of the interfaces assigned to the VRF instance on which you want to configure routing protocols.
Let us know if this helps!
SiempreII
1 Rookie
•
2 Posts
0
January 28th, 2021 05:00
Hi Erman,
My switches are upgraded to OS 10.5.2.2 and I also read the configuration instructions quite carefully, and found no missing points compared to the instructions.
# show version
Dell EMC Networking OS10 Enterprise
Copyright (c) 1999-2020 by Dell Inc. All Rights Reserved.
OS Version: 10.5.2.2
Build Version: 10.5.2.2.258
Build Time: 2020-12-12T02:56:02+0000
System Type: S4148F-ON
Architecture: x86_64
Up Time: 1 day 00:01:58
# show ip vrf
VRF-Name Interfaces
default Mgmt1/1/1
Eth1/1/29-1/1/30
Vlan1,1000-1001,4000-4001,4094
Loopback0-1
management
public_cust
I just created only one non-default VRF that the VLAN interface is assigned to.
(config)# interface vlan 4000
(conf-if-vl-4000)# ip vrf forwarding public_cust
% Error: Interface is not in default mode
Thanks for your information sharing and hope to get some help with this case.
DELL-Josh Cr
Moderator
•
9.2K Posts
0
January 28th, 2021 10:00
Is there any other configuration on the port that it needs or can you set it back to default?