interface

interface

Selects the EX35XX interface type and enters the selected interface‘s configuration mode

Supported in the following platforms:

  • Switches — EX3524, EX3548
  • Wireless Controllers — RFS4000
  • Service Platforms — NX7500, NX7510, NX7520, NX7530, NX9500, NX9510, NX9600

Syntax

interface [ge 1 <1-48>|vlan <1-4094>]

Parameters

interface [ge 1 <1-48>|vlan <1-4094>]
interface Selects the EX35XX interface type and enters its configuration mode. The interface options available are: GE and VLAN
ge 1 <1-48> Selects a GE interface to configure
  • 1 – Configures the GE interface unit identifier as 1
    • <1-48> – Configures the physical port number from 1 - 24/48
      Note: For the EX3524 model switch the GE port range is 1-24, and for the EX3548 it is 1-48.
vlan <1-4094> Selects a VLAN interface to configure
  • <1-4094> – Specify the VLAN interface ID from 1 - 4094.

Example

nx4500-5CFA8E(config-profile-testEX35XX)#interface vlan 1
nx4500-5CFA8E(config-profile-testEX35XX-if-vlan1)#?
 commands:
  ip       Internet Protocol (IP)
  no       Negate a command or set its defaults

  clrscr   Clears the display screen
  commit   Commit all changes made in this session
  do       Run commands from Exec mode
  end      End current mode and change to EXEC mode
  exit     End current mode and down to previous mode
  help     Description of the interactive help system
  revert   Revert changes
  service  Service Commands
  show     Show running system information
  write    Write running configuration to memory or terminal

nx4500-5CFA8E(config-profile-testEX35XX-if-vlan1)#

nx4500-5CFA8E(config-profile-testEX35XX)#interface ge 1 1
nx4500-5CFA8E(config-profile-testEX35XX-if-ge1-1)#?
 commands:
  access-group  Access group to bind a port to an ACL name
  no            Negate a command or set its defaults
  port          Configures the characteristics of the port
  power         EX3500 Power over Ethernet Command
  shutdown      Shutdown the selected interface
  speed-duplex  Configures speed and duplex operation
  switchport    Configures switch mode characteristics
  use           Set setting to use

  clrscr        Clears the display screen
  commit        Commit all changes made in this session
  do            Run commands from Exec mode
  end           End current mode and change to EXEC mode
  exit          End current mode and down to previous mode
  help          Description of the interactive help system
  revert        Revert changes
  service       Service Commands
  show          Show running system information
  write         Write running configuration to memory or terminal

nx4500-5CFA8E(config-profile-testEX35XX-if-ge1-1)#

Related Commands

no Removes this interface (GE/VLAN) settings from the EX35XX profile or device
interface-ge-config commands Summarizes GE interface configuration mode commands
interface-vlan-config commands Summarizes VLAN interface configuration mode commands