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]
possibly you could use the
conf t
card xxxx
command to tell the CMTS you have a card coming ?
...and take out the specific lines.
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