Copying a config onto a Cisco7246VXR | docsis.org

You are here

Copying a config onto a Cisco7246VXR

4 posts / 0 new
Last post
Kalium
Copying a config onto a Cisco7246VXR

Hello all,

I am trying to copy a config via tftp onto a NPE-G2 processor which is pretty standard, although there is one catch.
I do not have any MC88V cards whos' interfaces are implemented by the config and this gives me a long list of "invalid input at ^ detected"

Is there any way to force this config onto the card as a startup-config without the cards being present?

Thanks in advance!

Heres what i've tried:

Router#copy tftp: running-config
Address or name of remote host [10.2.10.2]?
Source filename [startup-config]? startup-config.txt
Destination filename [running-config]?
Accessing tftp://10.2.10.2/startup-config.txt...
Loading startup-config.txt from 10.2.10.2 (via GigabitEthernet0/1): !
[OK - 10959 bytes]

mbowe
possibly you could use the

possibly you could use the

conf t
card xxxx

command to tell the CMTS you have a card coming ?

eddie303
Maybe edit the file

...and take out the specific lines.

derytelecom
different name

hi

copy it to a different name

# copy tftp disk0:future-config.txt

then when the cards are in

# copy disk0:future-config startup-config

Log in or register to post comments