Results 1 to 5 of 5
plz i need info on how 2 configure my cisco router using redhat linux platform.
heard the command is #minicom -s
but its not comming on even after installing "minicom*" ...
- 12-18-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 6
configuring cisco routers using linux
plz i need info on how 2 configure my cisco router using redhat linux platform.
heard the command is #minicom -s
but its not comming on even after installing "minicom*" tru yum.
- 12-18-2008 #2
A couple of questions here;
- What type of cisco device
- What are you wanting to configure on the device
- 12-19-2008 #3Just Joined!
- Join Date
- Dec 2008
- Posts
- 6
connect
i just wanna gain access to the router in order to configure it normally.
more like gaining access to the cisco router IOS, or TELNETing as in windows.
- 12-19-2008 #4
telnet <ip>
or
ssh <ip>
<ip> being the ip address of the cisco device.
- 12-26-2008 #5Just Joined!
- Join Date
- Dec 2008
- Location
- Canberra, Australia
- Posts
- 8
Serial connection (COM port)?
screen -S serial /dev/ttyS0 <baud rate eg. 1200 9600 115200>


Reply With Quote
