Before speak with config, let see the topology first.
- Assign IP on Interface that cooperated with VLAN network, if VLAN not configured yet, create it first.
OMNI-6250-24# vlan 2 enable name "Omni Network" OMNI-6250-24# vlan 2 802.1q 1/1 #I use port 1/1 to be upstream link (sometime called trunk link) OMNI-6250-24# ip interface "management" address 192.168.7.27 mask 255.255.255.0 vlan 2
Verifying VLAN and IP Interface - When done with VLAN and Management IP, you still can't ping the device, cause there is no any routing to Office internal network, you must create it first
OMNI-6250-24# ip static-route 0.0.0.0/0 gateway 192.168.7.1 metric 1
Verifying routing
After verifying in omni, do ping test from your office network - Now, time to enable service port in your omni, in this case. I just want to activate ssh port, telnet port and http port. So I enter the command like below:
OMNI-6250-24# ip service http OMNI-6250-24# ip service telnet OMNI-6250-24# ip service ssh OMNI-6250-24# aaa authentication console local OMNI-6250-24# aaa authentication telnet local OMNI-6250-24# aaa authentication ssh local
then verify - After this, you may access the omni device using ssh client or telnet client, like putty.
- Using SSH Service Port
- Using Telnet Port
- Using HTTPS/HTTP Port Service
Good Luck. :D
3 Comments
Great Article
ReplyDeleteIEEE Projects on Information Security
Project Centers in Chennai
JavaScript Training in Chennai
JavaScript Training in Chennai
You made such an interesting piece to read, giving every subject enlightenment for us to gain knowledge. Thanks for sharing the such information with us to read this... 192 168 0 1
ReplyDeleteGreat Article
ReplyDeleteCyber Security Projects
projects for cse
Networking Security Projects
JavaScript Training in Chennai
JavaScript
Training in Chennai
The Angular Training covers a wide range of topics including Components, Angular Directives, Angular Services, Pipes, security fundamentals,
Routing, and Angular programmability. The new Angular TRaining will lay the foundation you need to specialise in Single Page Application developer.
Angular Training
Post a Comment