packet tracer怎麼修改place text的字號

2021-04-03 06:32:51 字數 2643 閱讀 1090

1樓:匿名使用者

先按options 再選preferences 上面有字型

cisco packet tracer 6.1版本的place note輸入字之後沒有顯示完 10

2樓:匿名使用者

是不是字型,你在edit-->preference-->font選項卡下,調一下字型或字型大小試試

在cisco packet tracer中 1、將路由器的名稱修改為test 2、設定console口令的密碼為testcon

3樓:匿名使用者

router>en

router#conf t

enter configuration commands, one per line. end with cntl/z.

router(config)#hostname test2

test2(config)#line console 0

test2(config-line)#login

% login disabled on line 0, until 'password' is set

test2(config-line)#password testcon

test2(config-line)#exit

test2(config)#enable password testen

test2(config)#service pass

test2(config)#service password-encryption

test2(config)#end

剛剛試驗過,最後的service password-encryption 命令可以對所設的明文密碼進行加密

show run之後我們可以發現密碼已被加密

test2#show run

building configuration...

current configuration : 396 bytes

!version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

service password-encryption

!hostname test2!!

!enable password 7 0835495d1d1c0b!!

!!!!

!!!!

!!!!

inte***ce fastethernet0/0

no ip address

duplex auto

speed auto

shutdown

!ip classless!!

!!!!

!!!line con 0

password 7 0835495d1d1a0a19

login

line vty 0 4

login

4樓:匿名使用者

這個很簡單啊。

第一個:

r1#en

r1#conf t

enter configuration commands, one per line. end with cntl/z.

r1(config)#hostname testtest(config)#

第二個:

test(config)#line con 0test(config-line)#password testcontest(config-line)#logintest(config-line)#

第三個:

test(config-line)#exittest(config)#enable secret testen這樣就會在show run中加密enable密碼,如果想要加密第二個問題,con口的密碼,可以加上這個命令:service password-encryption

我雖然不是高手,但是這個過程我自己測試了,絕對好用。

cisco packet tracer 中的ip怎麼配置?可容納的ip數是多少?

5樓:嶽y小x飛

你好 具體配置

為首先 進入介面配置模式 (前提是該介面物理的存在)

inte***ce 0/0

然後配置ip地址 格式為ip address (ip地址)(子網掩碼)

ip address 192.168.1.1 255.255.255.0

然後no shutdown一下 就是開啟埠 必須要養成這種習慣 不管介面是否關閉 因為有時候 埠down掉會浪費你很多時間排錯

exit 退出

一般來講 一個子網的可用地址為 254個 0 為網路號 255為廣播號 不能配置

如果你還有什麼問題 可以諮詢我的qq 771182033

6樓:樺林佳通

那裡有路由,交換,還有pc你說的是那個ip呀。

7樓:一枝藤杖且閒行

int f0/0

ip add 192.168.1.1 255.255.255.0

no shutdown

用PacketTracer50怎麼做靜態路由的配置

enconf t ip route 例如 ip route 192.168.0.1 255.255.255.0 172.16.0.1 packet tracer中靜態路由的配置 配置錯了,ip是下一跳ip,埠是出埠 ip route 0.0.0.0 0.0.0.0 192.168.3.2 或者ip ...

packet tracer如何在不刪除裝置的情況下刪除連線線

一般是用原指令從配一遍覆蓋,比如說你配錯了ip address 192.168.1.1 255.255.255.0,你可以仍舊用這個指令改寫一遍就行 ip address 10.10.10.1 255.255.255.0,介面地址就變成 10.10.10.1了。有些是不能用原指令修改的,那麼你就必須...

求思科PacketTracer模擬校園網

你好!附件是一個校園網的實驗案例。滿意就採納。沒人為了這點財富值幫你弄那麼多。你是北京十一學校的吧 cisco packet tracer怎麼模擬實現內網訪問因特網?你好!如下圖所示 r2為電信公司裝置 r1 r3分別為2個公司的內網 他們都可以訪問位於電信公網 內的伺服器 而且這3個裝置沒配置路容...