File: cisco_version_template

package info (click to toggle)
gtextfsm 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 416 kB
  • sloc: python: 3,174; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Value Model (\S+)
Value Memory (\S+)
Value ConfigRegister (0x\S+)
Value Uptime (.*)
Value Version (.*?)
Value ReloadReason (.*)
Value ReloadTime (.*)
Value ImageFile ([^"]+)

Start
  ^Cisco IOS Software.*Version ${Version},
  ^.*uptime is ${Uptime}
  ^System returned to ROM by ${ReloadReason}
  ^System restarted at ${ReloadTime}
  ^System image file is "${ImageFile}"
  ^cisco ${Model} .* with ${Memory} bytes of memory
  ^Configuration register is ${ConfigRegister}