Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

The show system rollback file command shows rolled back configuration file.

Command Syntax
run show system rollback file <rollback>

Parameter
•<other-config>Show rolled back configuration, range is [01, 02, 03, ...... 49].

Example
This example demonstrates how to show system rollback file 01:

admin@XorPlus# run show system rollback file 01
/*XORP Configuration File, v1.0*/
/* Copyright (C) 2009-2013 Pica8, Inc.*/
/*Last commit     : Fri Nov 11 15:17:55 2005 by root*/
/*PicOS Version   : 2.0.6*/
/*Version Checksum: 6165f4a04921d24410b9bf2780b0a960*/
interface {
    ecmp {
        max-path: 4
        hash-mapping {
            field {
                ingress-interface {
                    disable: true
                }
                vlan {
                    disable: true
                }
                ip-protocol {
                    disable: true
                }
                ip-source {
                    disable: false
                }
                ip-destination {
                    disable: false
                }
                port-source {
                    disable: false
                }
                port-destination {
                    disable: false
                }
            }
        }
    }
    aggregate-balancing {
        hash-mapping {
            field {
                ingress-interface {
                    disable: false
                }
                ethernet-source-address {
                    disable: false
                }
                ethernet-destination-address {
                    disable: false
                }
                ethernet-type {
                    disable: false
                }
                vlan {
                    disable: false
                }
                ip-protocol {
                    disable: false
                }
                ip-source {
                    disable: false
                }
                ip-destination {
                    disable: false
                }
                port-source {
                    disable: false
                }
                port-destination {
                    disable: false
                }
 --More--
  • No labels