Display information about ICR partitions and their status.
To display information about all ICR partitions:
host1#show icr-partitions Interface-Location Vrrp-Id State Partition-ID ----------------------------------------------------------------------- 3/5/0.2 20 *Backup part20A 3/5/0.1 10 Master part10A 2/1/0.1 1 Backup part1Backup 2/5/0.2 2 Backup part2Backup 3/1/0.1 4 Dormant part4 ----------------------------------------------------------------------- Total ICR Partitions: 5
To display information based on the state of the ICR partition:
host1#show icr-partitions Master Interface-Location Vrrp-Id State Partition-ID ----------------------------------------------------------------------- 3/5/0.1 10 Master part10A ----------------------------------------------------------------------- Total ICR Partitions in Master state: 1
To display a summary of the ICR partitions configured:
host1#show icr-partitions summary Dormant ICR Partitions: 1 Backup ICR Partitions: 3 Master ICR Partitions: 1 Total ICR Partitions: 5
You can also display information about configured ICR partitions using a filter as an alternative to specifying the state keyword. For instance, to display information about the backup and dormant ICR partitions only, you can use the exclude Master keywords, as shown in the following example:
host1#show icr-partitions | exclude Master Interface-Location Vrrp-Id State Partition-ID ----------------------------------------------------------------------- 3/5/0.2 20 *Backup part20A 2/1/0.1 1 Backup part1Backup 2/5/0.2 2 Backup part2Backup 3/1/0.1 4 Dormant part4 ----------------------------------------------------------------------- Total ICR Partitions: 5
Table 14 lists the show icr-partitions command output fields.
Table 14: show icr-partitions Output Fields