User Tools

Site Tools


интерфейс_командной_строки_в_ios

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
интерфейс_командной_строки_в_ios [2012/03/12 12:17]
val
интерфейс_командной_строки_в_ios [2025/07/17 07:55] (current)
val [Фильтрация и поиск в тексте конфигурации]
Line 43: Line 43:
  
 router.corpX.un(config)#​no hostname router.corpX.un(config)#​no hostname
 +
 +Router(config)#​do show run
  
 Router(config)#​exit Router(config)#​exit
 +
 +Router(config)#​end
  
 Router#​disable Router#​disable
Line 54: Line 58:
 <​code>​ <​code>​
 Router#show running-config interface FastEthernet 0/0 Router#show running-config interface FastEthernet 0/0
 +...
 +Router#sh run int f0/0
 ... ...
 </​code>​ </​code>​
  
 ===== Фильтрация и поиск в тексте конфигурации ===== ===== Фильтрация и поиск в тексте конфигурации =====
 +
 +  * [[https://​skyenet.tech/​regex-in-cisco-ios/​]]
 +
 <​code>​ <​code>​
 Router#show running-config Router#show running-config
Line 64: Line 73:
  
 Router#show running-config | inc int Router#show running-config | inc int
 +...
 +
 +Router#show interfaces | inc line|reli
 +...
 +
 +Router#show running-config | begin vty
 ... ...
 </​code>​ </​code>​
интерфейс_командной_строки_в_ios.1331540245.txt.gz · Last modified: 2013/05/22 13:50 (external edit)