Two existing exec mode CLIs are enhanced to display and store the running configuration in the
compressed mode.
show running-config compressed and write memory compressed
The compressed configuration will group all the similar looking configuration thereby reducing the size
of the configuration. For this release, the compression will be done only for interface related
configuration (VLAN & physical interfaces)
The following table describes how the standard and the compressed configuration differ:
Table 40. Standard and Compressed Configurations
int vlan 2
no ip address
no shut
int vlan 3
tagged te 1/1/1
no ip address
shut
int vlan 4
tagged te 1/1/1
no ip address
shut
int vlan 5
tagged te 1/1/1
no ip address
shut
int vlan 100
no ip address
no shut
int vlan 1000
ip address
1.1.1.1/16
no shut
int te 1/1/1
no ip address
switchport
shut
int te 1/2/1
no ip address
shut
int te 1/3/1
no ip address
shut
int te 1/4/1
no ip address
shut
int te 1/10/1
no ip address
shut
int te 1/34/1
ip address
2.1.1.1/16
shut
Dell# show running-config
<snip>
!
interface TenGigabitEthernet 1/1/1
no ip address
switchport
shutdown
!
interface TenGigabitEthernet 1/2/1
no ip address
shutdown
!
interface TenGigabitEthernet 1/3/1
no ip address
shutdown
Dell# show running-config compressed
<snip>
!
interface TenGigabitEthernet 1/1/1
no ip address
switchport
shutdown
!
Interface group TenGigabitEthernet 1/2/1 – 1/2/3 ,
TenGigabitEthernet 1/10/1
no ip address
shutdown
!
interface TenGigabitEthernet 1/34/1
ip address 2.1.1.1/16
shutdown
Interfaces
417