© Copyright Lenovo 2017 Chapter 5: Initializing the G8264 77Configuring an IP Interface for Remote AccessTo manage the switch remotely using Telnet, SNMP, or a web‐browser, you mustfirst configure an IP interface. You can use DHCP to automatically configure theinterface (enabled by default), or you can manually configure the following IPparameters: IP address Subnet mask Gateway addressBy default, DHCP is enabled on the management interfaces and BOOTP is enabledon interface 1. If there is no DHCP offer received, the switch uses the defaultmanagement IP address (192.168.50.50/24). This address is overwritten when aDHCP/BOOTP address is received for that interface. If DHCP/BOOTP is enabledand there is no static address configured for DHCP/BOOTP, requests will continueto be sent. This feature does not change existing DHCP/BOOTP functionality.To configure an IP interface for remote management, complete the following steps.1.Log on to the switch using the serial console port or management port on the G8264 front panel.2.Enter IP interface mode.3.Configure an IP interface, subnet mask, and VLAN assignment, then enable the interface.4.Configure the default gateway. Enable the gateway.After you configure the IP address for your switch and you have an existingnetwork connection, you can use the Telnet program from an external managementstation to access and control the switch. The management station and your switchmust be on the same IP subnet.The switch CLI allows you to configure and control the switch over the networkusing the Telnet program. You can use the CLI to perform many basic networkmanagement functions. In addition, you can configure the switch for managementusing an SNMP‐based network management system or a web‐browser.For more information about using the CLI, see the Command Reference guide foryour specific switch and firmware version.G8264> enableG8264# configure terminalG8264 (config)# interface ip 1G8264 (config ip if)# ip address 10.10.10.2(example IP address)G8264 (config ip if)# ip netmask 255.255.255.0G8264 (config ip if)# vlan 1G8264 (config ip if)# enableG8264 (config ip if)# exitG8264 (config)# ip gateway 1 address 10.10.10.1(example gateway address)G8264 (config)# ip gateway 1 enable