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.
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.
You can reassign any interface assigned to a non-default VRF instance back to the default VRF instance.
Create a non-default VRF instance by specifying a name and enter VRF configuration mode. CONFIGURATION ip vrf
vrf-name
After creating a non-default VRF instance you can associate a n interface to the VRF instance that you created.
To assign an interface to a non-default VRF, perform the following steps:
Enter the interface that you want to assign to a non-default VRF instance. CONFIGURATION interface ethernet 1/1/1
Remove the interfacet from L2 switching. INTERFACE no switchport
Assign the interface to a non-default VRF. INTERFACE CONFIGURATION ip vrf forwarding vrf-test Before assigning a n interface to a VRF instance, ensure that no IP address is configured on the interface.
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.
Assign an IPv4 address to the interface. INTERFACE CONFIGURATION ip address
Assign an IPv6 address to the interface. INTERFACE CONFIGURATION ipv6 address 1::1/64 You can also auto configure an IPv6 address using the ipv6 address autoconfig command.
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!
DELL-Erman O
Social Media and Communities Professional
Dell Technologies | Enterprise Support Services
#IWork4Dell
Did I answer your query? Please click on ‘Mark as Accepted Answer’. ‘Thumbs up’ the posts you like!
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-Erman O
Moderator
•
2984 Posts
•
14874 Points
2492
0
Posted 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
Social Media and Communities Professional
Dell Technologies | Enterprise Support Services
#IWork4Dell
Did I answer your query? Please click on ‘Mark as Accepted Answer’. ‘Thumbs up’ the posts you like!