Aruba 2500-48p: Difference between revisions
No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
==Getting started== | ==Getting started== | ||
In the CLI, run the <tt>enable</tt> command to enter management mode. You'll need the "enable password". | |||
You can then run <tt>configure terminal</tt> to enter configuration mode. | |||
==Enabling functionality== | ==Enabling functionality== | ||
By default, all ports are wired with the standard 1500 byte MTU. Supporting jumbo frames requires the CLI. | By default, all ports are wired with the standard 1500 byte MTU. Supporting jumbo frames requires the CLI. | ||
To configure an interface, enter configuration mode, then select it via e.g. <tt>interface gigabitethernet 0/1/0</tt> (this is the first 10Gbps port on the Aruba 2500-48p). You can then change the mtu with e.g. <tt>mtu 9216</tt>. | |||
Be sure to run <tt>write memory</tt> when done to persist this configuration across a power loss. | |||
==External links== | ==External links== | ||