Hi, I have a small network that consists of 6 routers, 3 7200s and 3 3745 here is the config file
Code:
autostart = False
version = 0.8.4
[127.0.0.1:7202]
workingdir = working
udp = 10100
[[7200]]
image = /home/ken/ios/c7200-advipservicesk9-mz.152-4.S3.bin
sparsemem = True
ghostios = True
[[ROUTER R8]]
console = 2108
aux = 2508
cnfg = configs/R4.cfg
slot1 = PA-8T
s1/0 = R2 s1/1
slot2 = PA-2FE-TX
f2/1 = SW2 1
x = 144.869131115
y = -2.64009457249
z = 1.0
[127.0.0.1:7201]
workingdir = working
udp = 10000
[[7200]]
image = /home/ken/ios/c7200-advipservicesk9-mz.152-4.S3.bin
idlepc = 0x62af445c
ghostios = True
[[ROUTER R4]]
console = 2003
aux = 2101
cnfg = configs/R4.cfg
slot1 = PA-8T
slot2 = PA-2FE-TX
x = 124.007369069
y = 100.146876342
z = 1.0
[[ROUTER R5]]
console = 2004
aux = 2102
cnfg = configs/R5.cfg
slot1 = PA-8T
s1/0 = R2 s1/2
x = -212.098312193
y = -76.9892086626
z = 1.0
[[ROUTER R6]]
console = 2005
aux = 2103
cnfg = configs/R6.cfg
slot1 = PA-8T
s1/0 = R2 s1/3
x = -39.1092533056
y = -144.627689592
z = 1.0
[[ROUTER R7]]
console = 2006
aux = 2106
cnfg = configs/R7.cfg
slot1 = PA-8T
s1/0 = R2 s1/4
x = 133.959997324
y = -133.858930856
z = 1.0
[[ROUTER R2]]
console = 2001
aux = 2104
cnfg = configs/R2.cfg
slot1 = PA-8T
s1/0 = R3 s1/0
s1/1 = R8 s1/0
s1/2 = R5 s1/0
s1/3 = R6 s1/0
s1/4 = R7 s1/0
x = -46.4699586245
y = -29.2599645353
z = 1.0
[[ROUTER R3]]
console = 2002
aux = 2105
cnfg = configs/R3.cfg
slot1 = PA-8T
s1/0 = R2 s1/0
slot2 = PA-2FE-TX
f2/1 = SW2 2
x = -164.436556568
y = 104.937397748
z = 1.0
[[ETHSW SW2]]
1 = access 1 R8 f2/1
2 = access 1 R3 f2/1
3 = access 1 nio_tap:tap0
x = -24.6506125023
y = 113.700138592
z = 1.0
[GNS3-DATA]
configs = configs
workdir = working
m11 = 0.826450318154
m22 = 0.826450318154
[[Cloud C1]]
x = -232.420503624
y = 206.630868433
z = 1.0
connections = SW2:3:nio_tap:tap0
The routers R3 & R8 have the same serial number, is there a way to change this ?
core-router3>sh inv
NAME: "Chassis", DESCR: "Cisco 7206VXR, 6-slot chassis"
PID: CISCO7206VXR , VID: , SN:
4279256517 NAME: "NPE400 0", DESCR: "Cisco 7200VXR Network Processing Engine NPE-400"
PID: NPE-400 , VID: , SN: 11111111
NAME: "module 0", DESCR: "I/O FastEthernet (TX-ISL)"
PID: C7200-IO-FE-MII/RJ, VID: , SN: 4294967295
NAME: "disk0", DESCR: "Cisco 7200 I/O PCMCIA Flash Disk, 64M"
PID: MEM-I/O-FLD64M , VID: , SN:
NAME: "module 1", DESCR: "Serial"
PID: PA-8T-X21= , VID: , SN: 4294967295
NAME: "module 2", DESCR: "Dual Port FastEthernet (RJ45)"
PID: PA-2FE-FX , VID: , SN: XXX00000000
NAME: "Power Supply 0", DESCR: "Cisco 7200 AC Power Supply"
PID: PWR-7200-AC , VID: , SN:
NAME: "Power Supply 1", DESCR: "Cisco 7200 AC Power Supply"
PID: PWR-7200-AC , VID: , SN:
core-router3>
core-router4>sh inv
NAME: "Chassis", DESCR: "Cisco 7206VXR, 6-slot chassis"
PID: CISCO7206VXR , VID: , SN:
4279256517 NAME: "NPE400 0", DESCR: "Cisco 7200VXR Network Processing Engine NPE-400"
PID: NPE-400 , VID: , SN: 11111111
NAME: "module 0", DESCR: "I/O FastEthernet (TX-ISL)"
PID: C7200-IO-FE-MII/RJ, VID: , SN: 4294967295
NAME: "disk0", DESCR: "Cisco 7200 I/O PCMCIA Flash Disk, 64M"
PID: MEM-I/O-FLD64M , VID: , SN:
NAME: "module 1", DESCR: "Serial"
PID: PA-8T-X21= , VID: , SN: 4294967295
NAME: "module 2", DESCR: "Dual Port FastEthernet (RJ45)"
PID: PA-2FE-FX , VID: , SN: XXX00000000
NAME: "Power Supply 0", DESCR: "Cisco 7200 AC Power Supply"
PID: PWR-7200-AC , VID: , SN:
NAME: "Power Supply 1", DESCR: "Cisco 7200 AC Power Supply"
PID: PWR-7200-AC , VID: , SN:
core-router4>
thanks
Ken